Datasets:
Tasks:
Text Retrieval
Modalities:
Text
Formats:
json
Sub-tasks:
document-retrieval
Size:
1K - 10K
Tags:
text-retrieval
File size: 193,734 Bytes
83e4541 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773 774 775 776 777 778 779 780 781 782 783 784 785 786 787 788 789 790 791 792 793 794 795 796 797 798 799 800 801 802 803 804 805 806 807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 942 943 944 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 964 965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 1005 1006 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055 1056 1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1092 1093 1094 1095 1096 1097 1098 1099 1100 1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141 1142 1143 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169 1170 1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1200 1201 1202 1203 1204 1205 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217 1218 1219 1220 1221 1222 1223 1224 1225 1226 1227 1228 1229 1230 1231 1232 1233 1234 1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344 1345 1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511 1512 1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1523 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537 1538 1539 1540 1541 1542 1543 1544 1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 |
{"id": "000000000", "text": "SELECT Nationality FROM table WHERE Player = Terrence Ross"}
{"id": "000000001", "text": "SELECT School/Club Team FROM table WHERE Years in Toronto = 1995-96"}
{"id": "000000002", "text": "SELECT School/Club Team FROM table WHERE Years in Toronto = 2003-06"}
{"id": "000000003", "text": "SELECT COUNT School/Club Team FROM table WHERE Player = Jalen Rose"}
{"id": "000000004", "text": "SELECT Round FROM table WHERE Circuit = Assen"}
{"id": "000000005", "text": "SELECT COUNT No FROM table WHERE Pole Position = Kevin Curtain"}
{"id": "000000006", "text": "SELECT Date FROM table WHERE Circuit = Misano"}
{"id": "000000007", "text": "SELECT COUNT Position FROM table WHERE College/junior/club team = Sherbrooke Faucons (QMJHL)"}
{"id": "000000008", "text": "SELECT Nationality FROM table WHERE College/junior/club team = Thunder Bay Flyers (USHL)"}
{"id": "000000009", "text": "SELECT COUNT College/junior/club team FROM table WHERE NHL team = Washington Capitals"}
{"id": "000000010", "text": "SELECT COUNT Nationality FROM table WHERE NHL team = New Jersey Devils"}
{"id": "000000011", "text": "SELECT Pick FROM table WHERE Player = Dorain Anneck"}
{"id": "000000012", "text": "SELECT Nationality FROM table WHERE NHL team = Vancouver Canucks"}
{"id": "000000013", "text": "SELECT Pick FROM table WHERE College/junior/club team = Springfield Olympics (NEJHL)"}
{"id": "000000014", "text": "SELECT Commonwealth equivalent FROM table WHERE Rank in Spanish = Coronel"}
{"id": "000000015", "text": "SELECT Rank in English FROM table WHERE Commonwealth equivalent = Group Captain"}
{"id": "000000016", "text": "SELECT US Air Force equivalent FROM table WHERE Commonwealth equivalent = Pilot Officer"}
{"id": "000000017", "text": "SELECT Commonwealth equivalent FROM table WHERE US Air Force equivalent = Major General"}
{"id": "000000018", "text": "SELECT Rank in Spanish FROM table WHERE Rank in English = Major"}
{"id": "000000019", "text": "SELECT Wrestler FROM table WHERE # of reigns = 2"}
{"id": "000000020", "text": "SELECT MIN # of reigns FROM table"}
{"id": "000000021", "text": "SELECT Rank Each wrestlers total number of days as champion are ranked highest to lowest; wrestlers with the same number mean that they are tied for that certain rank. FROM table WHERE Wrestler = Bryan Danielson"}
{"id": "000000022", "text": "SELECT Combined days FROM table WHERE Wrestler = Go Shiozaki"}
{"id": "000000023", "text": "SELECT MIN Rank Each wrestlers total number of days as champion are ranked highest to lowest; wrestlers with the same number mean that they are tied for that certain rank. FROM table WHERE Wrestler = Go Shiozaki"}
{"id": "000000024", "text": "SELECT Province FROM table WHERE Electorate = Grey and Bell"}
{"id": "000000025", "text": "SELECT Province FROM table WHERE Electorate = Bay of Islands"}
{"id": "000000026", "text": "SELECT COUNT Total W\u2013L FROM table WHERE Doubles W\u2013L = 11\u201311"}
{"id": "000000027", "text": "SELECT COUNT Singles W\u2013L FROM table WHERE Doubles W\u2013L = 11\u201314"}
{"id": "000000028", "text": "SELECT Total W\u2013L FROM table WHERE Player = Boro Jovanovi\u0107 Category:Articles with hCards"}
{"id": "000000029", "text": "SELECT MAX Ties played FROM table WHERE Player = Josip Palada Category:Articles with hCards"}
{"id": "000000030", "text": "SELECT COUNT Ties played FROM table WHERE Total W\u2013L = 38\u201324"}
{"id": "000000031", "text": "SELECT COUNT Frequency FROM table WHERE Market/Rank = Burlington - Plattsburgh , Vermont - New York /143"}
{"id": "000000032", "text": "SELECT Branding FROM table WHERE Group owner = Qantam of Cape Cod, LLC"}
{"id": "000000033", "text": "SELECT Branding FROM table WHERE Calls = WRKO"}
{"id": "000000034", "text": "SELECT Format FROM table WHERE Branding = 1290 WKBK W281AU 104.1"}
{"id": "000000035", "text": "SELECT Market/Rank FROM table WHERE Calls = WCRN"}
{"id": "000000036", "text": "SELECT Frequency FROM table WHERE Calls = WEGP"}
{"id": "000000037", "text": "SELECT BTs retail price (regulated) FROM table WHERE Tariff code = ff0 PRS"}
{"id": "000000038", "text": "SELECT Approx premium FROM table WHERE Tariff code = g9"}
{"id": "000000039", "text": "SELECT COUNT Tariff code FROM table WHERE BTs retail price (regulated) = 2p/min or inclusive"}
{"id": "000000040", "text": "SELECT COUNT Tariff code FROM table WHERE BTs retail price (regulated) = 2.553p/min"}
{"id": "000000041", "text": "SELECT Prefixes FROM table WHERE Scheme = Pence per minute, fixed at all times AND Approx premium = 3p/min"}
{"id": "000000042", "text": "SELECT BTs retail price (regulated) FROM table WHERE Tariff code = g10"}
{"id": "000000043", "text": "SELECT Tone (Latvian notation: /~/ - level, /^/ - broken) FROM table WHERE Translation = Gen.Sing. plague"}
{"id": "000000044", "text": "SELECT MIN Radius (R \u2609 ) FROM table"}
{"id": "000000045", "text": "SELECT Spectral type FROM table WHERE Star (Pismis24-#) = 1SW"}
{"id": "000000046", "text": "SELECT MIN Mass (M \u2609 ) FROM table WHERE Radius (R \u2609 ) = 10"}
{"id": "000000047", "text": "SELECT Seat factor FROM table WHERE Year = 2006"}
{"id": "000000048", "text": "SELECT Flying hours FROM table WHERE Aircraft kilometers > 64379058.0"}
{"id": "000000049", "text": "SELECT MAX Aircraft kilometers FROM table WHERE Departures = 17096"}
{"id": "000000050", "text": "SELECT Winning team FROM table WHERE Losing team = New York Yankees"}
{"id": "000000051", "text": "SELECT Final score FROM table WHERE Date contested = February 1, 2009"}
{"id": "000000052", "text": "SELECT Sport FROM table WHERE Final score = 3-2"}
{"id": "000000053", "text": "SELECT Winning team FROM table WHERE Date contested = February 1, 2009"}
{"id": "000000054", "text": "SELECT Losing team FROM table WHERE Date contested = February 1, 2004"}
{"id": "000000055", "text": "SELECT MIN Total FROM table WHERE Crop (kilotonnes) = s Lupin"}
{"id": "000000056", "text": "SELECT New South Wales FROM table WHERE Crop (kilotonnes) = Canola"}
{"id": "000000057", "text": "SELECT COUNT South Australia FROM table WHERE Victoria = 2173"}
{"id": "000000058", "text": "SELECT MIN Tasmania FROM table"}
{"id": "000000059", "text": "SELECT COUNT Tasmania FROM table WHERE New South Wales = 190"}
{"id": "000000060", "text": "SELECT COUNT Significant Relationship FROM table WHERE Virtues = Will"}
{"id": "000000061", "text": "SELECT Examples FROM table WHERE Existential Question [ not in citation given ] = Can I Love?"}
{"id": "000000062", "text": "SELECT COUNT Rank FROM table WHERE Points = 796.7"}
{"id": "000000063", "text": "SELECT COUNT Group stage FROM table WHERE Points = 177.2"}
{"id": "000000064", "text": "SELECT MIN Group stage FROM table WHERE Points = 886.6"}
{"id": "000000065", "text": "SELECT COUNT Member Association FROM table WHERE Points = 177.2"}
{"id": "000000066", "text": "SELECT City FROM table WHERE Capacity = 41903"}
{"id": "000000067", "text": "SELECT MAX Capacity FROM table WHERE Stadium = Otkrytie Arena"}
{"id": "000000068", "text": "SELECT MIN Opening FROM table WHERE Tenant = Bursaspor"}
{"id": "000000069", "text": "SELECT COUNT Tenant FROM table WHERE City = Samsun"}
{"id": "000000070", "text": "SELECT Original air date FROM table WHERE Title = \"Hell\""}
{"id": "000000071", "text": "SELECT Shivalik Zone FROM table WHERE Mid-Hill Zone = 10%"}
{"id": "000000072", "text": "SELECT Mid-Hill Zone FROM table WHERE Particulars and Characteristics = Altitude"}
{"id": "000000073", "text": "SELECT Trance- n Himalaya Zone FROM table WHERE Particulars and Characteristics = Climatic conditions"}
{"id": "000000074", "text": "SELECT Trance- n Himalaya Zone FROM table WHERE High hill zone = 25%"}
{"id": "000000075", "text": "SELECT State represented FROM table WHERE Name = Ted Stevens"}
{"id": "000000076", "text": "SELECT MAX Standard FROM table WHERE First title = 1992"}
{"id": "000000077", "text": "SELECT MIN Players FROM table"}
{"id": "000000078", "text": "SELECT MAX Last title FROM table"}
{"id": "000000079", "text": "SELECT Religious group FROM table WHERE Population % 2001 = 0.72%"}
{"id": "000000080", "text": "SELECT Original air date FROM table WHERE No. in season = 15"}
{"id": "000000081", "text": "SELECT COUNT No. in season FROM table WHERE Title = \"Poppin' Tags\""}
{"id": "000000082", "text": "SELECT Percent of Slovenes 1951 FROM table WHERE Village (German) = Bach"}
{"id": "000000083", "text": "SELECT College FROM table WHERE CFL Team = Saskatchewan Roughriders"}
{"id": "000000084", "text": "SELECT Position FROM table WHERE Player = Calvin McCarty"}
{"id": "000000085", "text": "SELECT COUNT Position FROM table WHERE Pick # = 30"}
{"id": "000000086", "text": "SELECT College FROM table WHERE Player = Calvin McCarty"}
{"id": "000000087", "text": "SELECT College FROM table WHERE Position = LB"}
{"id": "000000088", "text": "SELECT High assists FROM table WHERE Date = February 9"}
{"id": "000000089", "text": "SELECT Name of lava dome FROM table WHERE Last eruption or growth episode = Holocene"}
{"id": "000000090", "text": "SELECT Composition FROM table WHERE Name of lava dome = Valles lava dome"}
{"id": "000000091", "text": "SELECT COUNT Country FROM table WHERE Name of lava dome = Tata Sabaya lava domes"}
{"id": "000000092", "text": "SELECT Country FROM table WHERE Last eruption or growth episode = 1986"}
{"id": "000000093", "text": "SELECT Lyricist FROM table WHERE Length = 3:05"}
{"id": "000000094", "text": "SELECT Song FROM table WHERE Length = 3:05"}
{"id": "000000095", "text": "SELECT Lyricist FROM table WHERE Length = 6:14"}
{"id": "000000096", "text": "SELECT MAX Track # FROM table"}
{"id": "000000097", "text": "SELECT Song FROM table WHERE Picturization = Vijay"}
{"id": "000000098", "text": "SELECT Singers FROM table WHERE Lyricist = Alangudi Somu"}
{"id": "000000099", "text": "SELECT Publisher FROM table WHERE Product No. = SCUS-97265"}
{"id": "000000100", "text": "SELECT COUNT System FROM table WHERE Title = James Bond 007: Everything or Nothing"}
{"id": "000000101", "text": "SELECT COUNT Product No. FROM table WHERE Title = Jak 3"}
{"id": "000000102", "text": "SELECT Compatible with 60GB PAL/80GB NTSC PS3 (CECHC/CECHE) FROM table WHERE Publisher = Electronic Arts AND Title = James Bond 007: Agent Under Fire"}
{"id": "000000103", "text": "SELECT Publisher FROM table WHERE Product No. = SLUS-20265"}
{"id": "000000104", "text": "SELECT COUNT Title FROM table WHERE Product No. = SCUS-97330"}
{"id": "000000105", "text": "SELECT Status FROM table WHERE Livery = Blue"}
{"id": "000000106", "text": "SELECT Location FROM table WHERE Status = In service as coaching stock"}
{"id": "000000107", "text": "SELECT First season FROM table WHERE Last title = 2012"}
{"id": "000000108", "text": "SELECT First season FROM table WHERE Position in 2012 = 2nd in Superettan"}
{"id": "000000109", "text": "SELECT First season FROM table WHERE Position in 2012 = 2nd in Superettan"}
{"id": "000000110", "text": "SELECT COUNT Series # FROM table WHERE Title = \"Lockdown\""}
{"id": "000000111", "text": "SELECT Directed by FROM table WHERE Written by = Tommy Thompson"}
{"id": "000000112", "text": "SELECT MAX Episode # FROM table WHERE Title = \"House of Cards\""}
{"id": "000000113", "text": "SELECT The Bronx FROM table WHERE Manhattan = 29.9%"}
{"id": "000000114", "text": "SELECT The Bronx FROM table WHERE Total = 2054"}
{"id": "000000115", "text": "SELECT Queens FROM table WHERE Richmond [Staten Is.] = 295"}
{"id": "000000116", "text": "SELECT Staten Island FROM table WHERE Brooklyn = 940"}
{"id": "000000117", "text": "SELECT COUNT Manhattan FROM table WHERE Staten Island = 12,658"}
{"id": "000000118", "text": "SELECT Brooklyn FROM table WHERE Manhattan = 3,139"}
{"id": "000000119", "text": "SELECT 2013 Republican primary FROM table WHERE Staten Island = 451"}
{"id": "000000120", "text": "SELECT Staten Island FROM table WHERE The Bronx = 1,281"}
{"id": "000000121", "text": "SELECT % FROM table WHERE The Bronx = 133"}
{"id": "000000122", "text": "SELECT 1921 FROM table WHERE Queens = 88"}
{"id": "000000123", "text": "SELECT Brooklyn FROM table WHERE Manhattan = 321"}
{"id": "000000124", "text": "SELECT % FROM table WHERE Queens = 87,676"}
{"id": "000000125", "text": "SELECT COUNT party FROM table WHERE Manhattan = 29.9%"}
{"id": "000000126", "text": "SELECT MAX Late 1943 FROM table WHERE ! Late 1941 = Slovenia"}
{"id": "000000127", "text": "SELECT MIN Sept. 1943 FROM table WHERE Late 1943 = 78000"}
{"id": "000000128", "text": "SELECT ! Late 1941 FROM table WHERE 1978 Veteran membership = 20000"}
{"id": "000000129", "text": "SELECT COUNT Longest run FROM table WHERE Player = Eric Dickerson"}
{"id": "000000130", "text": "SELECT MIN Attempts FROM table WHERE Player = Charles White"}
{"id": "000000131", "text": "SELECT Yards FROM table WHERE Attempts = 87"}
{"id": "000000132", "text": "SELECT COUNT Highest FROM table WHERE Team = Elgin City"}
{"id": "000000133", "text": "SELECT MIN Average FROM table WHERE Stadium = Firs Park"}
{"id": "000000134", "text": "SELECT MIN Highest FROM table WHERE Team = Dumbarton"}
{"id": "000000135", "text": "SELECT MAX Highest FROM table WHERE Stadium = Gayfield Park"}
{"id": "000000136", "text": "SELECT COUNT Highest FROM table WHERE Team = Stenhousemuir"}
{"id": "000000137", "text": "SELECT Premiere FROM table WHERE HK viewers = 2.09 million"}
{"id": "000000138", "text": "SELECT MIN Rank FROM table"}
{"id": "000000139", "text": "SELECT MIN Capacity FROM table WHERE Team = Dundee United"}
{"id": "000000140", "text": "SELECT Stadium FROM table WHERE Capacity = 51082"}
{"id": "000000141", "text": "SELECT COUNT Stadium FROM table WHERE Capacity = 7500"}
{"id": "000000142", "text": "SELECT MAX Capacity FROM table WHERE Stadium = Pittodrie"}
{"id": "000000143", "text": "SELECT Stadium FROM table WHERE Average = 13840"}
{"id": "000000144", "text": "SELECT Highest FROM table WHERE Average = 4752"}
{"id": "000000145", "text": "SELECT MAX Ties FROM table"}
{"id": "000000146", "text": "SELECT COUNT W-L (Total) FROM table WHERE Debut = 2013"}
{"id": "000000147", "text": "SELECT Catalog Number FROM table WHERE Title = Callanetics: 10 Years Younger In 10 Hours"}
{"id": "000000148", "text": "SELECT COUNT Studio FROM table WHERE Catalog Number = CAL03 / 0091037137333"}
{"id": "000000149", "text": "SELECT Format FROM table WHERE Title = Callanetics: 10 Years Younger In 10 Hours"}
{"id": "000000150", "text": "SELECT Catalog Number FROM table WHERE Title = Super Callanetics"}
{"id": "000000151", "text": "SELECT COUNT Catalog Number FROM table WHERE Title = Quick Callanetics"}
{"id": "000000152", "text": "SELECT Studio FROM table WHERE Catalog Number = CAL03 / 0091037137333"}
{"id": "000000153", "text": "SELECT Rating FROM table WHERE Viewers (millions) = 1.83"}
{"id": "000000154", "text": "SELECT MAX # FROM table WHERE Episode = \"The Birthday Present\""}
{"id": "000000155", "text": "SELECT MAX # FROM table WHERE Episode = \"The Wedding\""}
{"id": "000000156", "text": "SELECT Rating FROM table WHERE 18\u201349 Rating = 0.4"}
{"id": "000000157", "text": "SELECT Share FROM table WHERE Air Date = December 10, 2008"}
{"id": "000000158", "text": "SELECT Premiere FROM table WHERE Languages = Danish"}
{"id": "000000159", "text": "SELECT COUNT Channel FROM table WHERE Country/Region = New Zealand"}
{"id": "000000160", "text": "SELECT Premiere FROM table WHERE Host = Lieke van Lexmond Dennis Weening"}
{"id": "000000161", "text": "SELECT Premiere FROM table WHERE Channel = Mega Channel"}
{"id": "000000162", "text": "SELECT Candidates Winning candidate in bold FROM table WHERE State (linked to summaries below) = West Virginia"}
{"id": "000000163", "text": "SELECT Result FROM table WHERE Senator = Lindsey Graham"}
{"id": "000000164", "text": "SELECT Senator FROM table WHERE State (linked to summaries below) = Arkansas"}
{"id": "000000165", "text": "SELECT Dysart FROM table WHERE Information = Principal"}
{"id": "000000166", "text": "SELECT Willow Canyon FROM table WHERE Dysart = Roberta Lockhart"}
{"id": "000000167", "text": "SELECT Willow Canyon FROM table WHERE Shadow Ridge = Stallion"}
{"id": "000000168", "text": "SELECT Valley Vista FROM table WHERE Willow Canyon = Anthony Capuano"}
{"id": "000000169", "text": "SELECT COUNT Information FROM table WHERE Shadow Ridge = Michael Hawkins"}
{"id": "000000170", "text": "SELECT COUNT Round FROM table WHERE Winning Driver = Damon Hill"}
{"id": "000000171", "text": "SELECT Winning Driver FROM table WHERE Winning Constructor = Jordan - Mugen-Honda"}
{"id": "000000172", "text": "SELECT Grand Prix FROM table WHERE Winning Constructor = Jordan - Mugen-Honda"}
{"id": "000000173", "text": "SELECT Location FROM table WHERE Website = http://www.mudgeerabasoccer.com/"}
{"id": "000000174", "text": "SELECT COUNT Home Ground FROM table WHERE President = Peter Williamson"}
{"id": "000000175", "text": "SELECT COUNT Head Coach FROM table WHERE Website = http://www.burleighbulldogs.org/"}
{"id": "000000176", "text": "SELECT Website FROM table WHERE Head Coach = Steve Radoslavic"}
{"id": "000000177", "text": "SELECT Winning Driver FROM table WHERE Grand Prix = European Grand Prix"}
{"id": "000000178", "text": "SELECT Report FROM table WHERE Round = 3"}
{"id": "000000179", "text": "SELECT Winning Driver FROM table WHERE Round = 7"}
{"id": "000000180", "text": "SELECT Grand Prix FROM table WHERE Winning Driver = Michael Schumacher AND Fastest Lap = Michael Schumacher AND Round = 7"}
{"id": "000000181", "text": "SELECT Round FROM table WHERE Winning Constructor = Benetton - Ford AND Pole Position = Damon Hill"}
{"id": "000000182", "text": "SELECT COUNT Grand Prix FROM table WHERE Winning Constructor = Benetton - Ford AND Pole Position = Michael Schumacher"}
{"id": "000000183", "text": "SELECT Winning Driver FROM table WHERE Round = 6"}
{"id": "000000184", "text": "SELECT Winning Driver FROM table WHERE Grand Prix = Pacific Grand Prix"}
{"id": "000000185", "text": "SELECT Winning Driver FROM table WHERE Grand Prix = Belgian Grand Prix"}
{"id": "000000186", "text": "SELECT Winning Driver FROM table WHERE Pole Position = Ayrton Senna AND Fastest Lap = Michael Schumacher"}
{"id": "000000187", "text": "SELECT Date FROM table WHERE Winning Driver = Alain Prost AND Pole Position = Damon Hill"}
{"id": "000000188", "text": "SELECT Round FROM table WHERE Grand Prix = Spanish Grand Prix"}
{"id": "000000189", "text": "SELECT Record FROM table WHERE Week = 7"}
{"id": "000000190", "text": "SELECT COUNT Opponent FROM table WHERE Week = 6"}
{"id": "000000191", "text": "SELECT COUNT Report FROM table WHERE Race = Italian Grand Prix"}
{"id": "000000192", "text": "SELECT Pole Position FROM table WHERE Race = Belgian Grand Prix"}
{"id": "000000193", "text": "SELECT Pole Position FROM table WHERE Location = Paul Ricard"}
{"id": "000000194", "text": "SELECT Report FROM table WHERE Race = United States Grand Prix West"}
{"id": "000000195", "text": "SELECT Location FROM table WHERE Race = German Grand Prix"}
{"id": "000000196", "text": "SELECT Constructor FROM table WHERE Race = Swedish Grand Prix"}
{"id": "000000197", "text": "SELECT Fastest Lap FROM table WHERE Location = Watkins Glen"}
{"id": "000000198", "text": "SELECT Circuit FROM table WHERE Race Name = II Cape South Easter Trophy"}
{"id": "000000199", "text": "SELECT Winning driver FROM table WHERE Race Name = I Race of Champions"}
{"id": "000000200", "text": "SELECT Report FROM table WHERE Winning driver = Mike Spence"}
{"id": "000000201", "text": "SELECT Report FROM table WHERE Race Name = I Sunday Mirror Trophy"}
{"id": "000000202", "text": "SELECT COUNT Winning driver FROM table WHERE Race Name = I Dessau Autobahnspinne"}
{"id": "000000203", "text": "SELECT Date FROM table WHERE Circuit = Halle-Saale-Schleife"}
{"id": "000000204", "text": "SELECT COUNT Race Name FROM table WHERE Circuit = Dessau"}
{"id": "000000205", "text": "SELECT Race Name FROM table WHERE Winning driver = Paul Greifzu"}
{"id": "000000206", "text": "SELECT Winning driver FROM table WHERE Circuit = Sachsenring"}
{"id": "000000207", "text": "SELECT Constructor FROM table WHERE Race Name = RedeX Trophy"}
{"id": "000000208", "text": "SELECT COUNT Constructor FROM table WHERE Winning driver = Paul Thiel"}
{"id": "000000209", "text": "SELECT Opponent FROM table WHERE TV = ABC AND Game site = Tampa Stadium"}
{"id": "000000210", "text": "SELECT COUNT Opponent FROM table WHERE Date = November 23, 1980"}
{"id": "000000211", "text": "SELECT COUNT Kickoff [a ] FROM table WHERE Week = Week"}
{"id": "000000212", "text": "SELECT Week FROM table WHERE Attendance = 77,098"}
{"id": "000000213", "text": "SELECT Record FROM table WHERE Attendance = 61,350"}
{"id": "000000214", "text": "SELECT Record FROM table WHERE Result = L 24-10"}
{"id": "000000215", "text": "SELECT Date FROM table WHERE Circuit = Silverstone"}
{"id": "000000216", "text": "SELECT Date FROM table WHERE Circuit = Albi"}
{"id": "000000217", "text": "SELECT Constructor FROM table WHERE Race Name = IV J.C.C. Jersey Road Race"}
{"id": "000000218", "text": "SELECT Winning driver FROM table WHERE Circuit = Jersey"}
{"id": "000000219", "text": "SELECT Season premiere FROM table WHERE Viewers (in millions) = 14.71"}
{"id": "000000220", "text": "SELECT TV season FROM table WHERE Season finale = August 18, 2004"}
{"id": "000000221", "text": "SELECT Power Capacity (GW) FROM table WHERE Number of Generators = 781"}
{"id": "000000222", "text": "SELECT % of total Capacity FROM table WHERE Annual Energy (billion kWh) = 120.2"}
{"id": "000000223", "text": "SELECT % of annual production FROM table WHERE Power Source = Solar"}
{"id": "000000224", "text": "SELECT COUNT Number of Generators FROM table WHERE Power Capacity (GW) = 78.7"}
{"id": "000000225", "text": "SELECT % of total Capacity FROM table WHERE Number of Generators = 4048"}
{"id": "000000226", "text": "SELECT Model FROM table WHERE GVM (kg) Technical Capacity = 16000 AND Torque Nm@rpm = 600 @ 1700"}
{"id": "000000227", "text": "SELECT GVM (kg) Technical Capacity FROM table WHERE Model = 15.180E"}
{"id": "000000228", "text": "SELECT Torque Nm@rpm FROM table WHERE GCM (kg) Technical Capacity = 23000 AND Engine make/Capacity = MWM 6.10 TCA-EURO III (Turbo Intercooler)"}
{"id": "000000229", "text": "SELECT COUNT Power kW@rpm FROM table WHERE Model = 13.180"}
{"id": "000000230", "text": "SELECT GCM (kg) Technical Capacity FROM table WHERE Transmission Make/Type/Speed = Eaton FS 5306-A Manual Synchromesh 6 Speed"}
{"id": "000000231", "text": "SELECT Model FROM table WHERE Transmission Make/Type/Speed = Eaton FS-6306 A Manual Synchromesh 6 Speed"}
{"id": "000000232", "text": "SELECT Semi-DDM Class FROM table WHERE Comparisons = Drawing Tablet Support"}
{"id": "000000233", "text": "SELECT Emulated Class FROM table WHERE Comparisons = USB RE-Enumeration Required"}
{"id": "000000234", "text": "SELECT Hub Base Class FROM table WHERE Comparisons = Wireless Combo keyboard and mouse support"}
{"id": "000000235", "text": "SELECT DDM Class FROM table WHERE Comparisons = Drawing Tablet Support"}
{"id": "000000236", "text": "SELECT DDM Class FROM table WHERE Comparisons = Wireless Combo keyboard and mouse support"}
{"id": "000000237", "text": "SELECT School/Club Team FROM table WHERE Player = Al Jefferson"}
{"id": "000000238", "text": "SELECT Player FROM table WHERE No. = 22 AND Position = Forward"}
{"id": "000000239", "text": "SELECT No. FROM table WHERE School/Club Team = Ohio"}
{"id": "000000240", "text": "SELECT Years for Jazz FROM table WHERE No. = 35"}
{"id": "000000241", "text": "SELECT Race 1 FROM table WHERE Driver = Mark Skaife"}
{"id": "000000242", "text": "SELECT Date FROM table WHERE Location = Mexico"}
{"id": "000000243", "text": "SELECT University Name FROM table WHERE Acronym = USF"}
{"id": "000000244", "text": "SELECT Acronym FROM table WHERE University Name = Beirut Arab University"}
{"id": "000000245", "text": "SELECT Acronym FROM table WHERE Website = ul.edu.lb"}
{"id": "000000246", "text": "SELECT Official registration notes FROM table WHERE Website = usek.edu.lb"}
{"id": "000000247", "text": "SELECT Date founded FROM table WHERE Acronym = USF"}
{"id": "000000248", "text": "SELECT MIN Season no. FROM table WHERE Written by = Joseph Hampton & Dani Renee"}
{"id": "000000249", "text": "SELECT COUNT Original air date FROM table WHERE Production Code = 206"}
{"id": "000000250", "text": "SELECT Title FROM table WHERE Season no. = 2"}
{"id": "000000251", "text": "SELECT MAX Series no. FROM table WHERE Title = \"Bad Influence\""}
{"id": "000000252", "text": "SELECT COUNT Season no. FROM table WHERE Series no. = 47"}
{"id": "000000253", "text": "SELECT Original air date FROM table WHERE Production code = 410"}
{"id": "000000254", "text": "SELECT MAX Series # FROM table WHERE Season # = 3"}
{"id": "000000255", "text": "SELECT Purse( $ ) FROM table WHERE Location = New York"}
{"id": "000000256", "text": "SELECT MAX 1st Prize( $ ) FROM table WHERE Location = South Carolina"}
{"id": "000000257", "text": "SELECT Score FROM table WHERE Location = Oregon"}
{"id": "000000258", "text": "SELECT Area in 1000km\u00b2 (1930) FROM table WHERE Voivodeship Separate city = lubelskie"}
{"id": "000000259", "text": "SELECT Population in 1000 (1931) FROM table WHERE Voivodeship Separate city = pomorskie"}
{"id": "000000260", "text": "SELECT car plates (since 1937) FROM table WHERE Capital = Wilno"}
{"id": "000000261", "text": "SELECT Population in 1000 (1931) FROM table WHERE car plates (since 1937) = 30-34"}
{"id": "000000262", "text": "SELECT Points FROM table WHERE Lost = 26"}
{"id": "000000263", "text": "SELECT Team Classification FROM table WHERE Points classification = Bradley Wiggins"}
{"id": "000000264", "text": "SELECT Stage (Winner) FROM table WHERE General classification = Alexander Vinokourov"}
{"id": "000000265", "text": "SELECT Average FROM table WHERE Delegate = Spain"}
{"id": "000000266", "text": "SELECT Interview FROM table WHERE Delegate = Peru"}
{"id": "000000267", "text": "SELECT COUNT Swimsuit FROM table WHERE Delegate = Israel"}
{"id": "000000268", "text": "SELECT Swimsuit FROM table WHERE Delegate = South Africa"}
{"id": "000000269", "text": "SELECT MLB Draft FROM table WHERE Hometown = Opa-locka, FL"}
{"id": "000000270", "text": "SELECT COUNT Player FROM table WHERE Hometown = Pennsauken, NJ"}
{"id": "000000271", "text": "SELECT Position FROM table WHERE Hometown = Dallas, TX"}
{"id": "000000272", "text": "SELECT Hometown FROM table WHERE Player = Jason Place"}
{"id": "000000273", "text": "SELECT School FROM table WHERE Position = Catcher"}
{"id": "000000274", "text": "SELECT Hometown FROM table WHERE Player = Jay Bruce"}
{"id": "000000275", "text": "SELECT School FROM table WHERE Position = Catcher"}
{"id": "000000276", "text": "SELECT Hometown FROM table WHERE Position = Catcher"}
{"id": "000000277", "text": "SELECT Position FROM table WHERE School = West Brook Senior High School"}
{"id": "000000278", "text": "SELECT Hometown FROM table WHERE School = West Brook Senior High School"}
{"id": "000000279", "text": "SELECT Position FROM table WHERE Hometown = Jersey City, New Jersey"}
{"id": "000000280", "text": "SELECT Player FROM table WHERE Position = Offensive line AND Hometown = Baton Rouge, Louisiana"}
{"id": "000000281", "text": "SELECT Hometown FROM table WHERE Player = Jeremy Hill"}
{"id": "000000282", "text": "SELECT COUNT Hometown FROM table WHERE College = Alabama AND Position = Offensive line"}
{"id": "000000283", "text": "SELECT COUNT College FROM table WHERE School = Hillcrest High School"}
{"id": "000000284", "text": "SELECT Hometown FROM table WHERE School = Shanley High School"}
{"id": "000000285", "text": "SELECT Player FROM table WHERE College = Southern California"}
{"id": "000000286", "text": "SELECT College FROM table WHERE School = Mission Viejo High School"}
{"id": "000000287", "text": "SELECT COUNT Player FROM table WHERE Hometown = Cincinnati, Ohio"}
{"id": "000000288", "text": "SELECT Player FROM table WHERE Hometown = Pewaukee, Wisconsin"}
{"id": "000000289", "text": "SELECT COUNT School FROM table WHERE Hometown = Akron, Ohio"}
{"id": "000000290", "text": "SELECT Player FROM table WHERE College = Utah"}
{"id": "000000291", "text": "SELECT Position FROM table WHERE School = Saguaro High School"}
{"id": "000000292", "text": "SELECT Player FROM table WHERE School = Joliet Catholic High School"}
{"id": "000000293", "text": "SELECT School FROM table WHERE College = Auburn"}
{"id": "000000294", "text": "SELECT Hometown FROM table WHERE School = Trinity High School"}
{"id": "000000295", "text": "SELECT Position FROM table WHERE Hometown = Loganville, Georgia"}
{"id": "000000296", "text": "SELECT Hometown FROM table WHERE School = Longview High School"}
{"id": "000000297", "text": "SELECT College FROM table WHERE Player = Robert Nkemdiche \u2021"}
{"id": "000000298", "text": "SELECT Hometown FROM table WHERE School = Friendship Collegiate Charter School"}
{"id": "000000299", "text": "SELECT Interview FROM table WHERE Evening Gown = 9.78"}
{"id": "000000300", "text": "SELECT COUNT Interview FROM table WHERE Country = Virginia"}
{"id": "000000301", "text": "SELECT COUNT Country FROM table WHERE Swimsuit = 9.87"}
{"id": "000000302", "text": "SELECT Country FROM table WHERE Evening Gown = 9.82"}
{"id": "000000303", "text": "SELECT COUNT Swimsuit FROM table WHERE Evening Gown = 9.89"}
{"id": "000000304", "text": "SELECT Interview FROM table WHERE Swimsuit = 9.72"}
{"id": "000000305", "text": "SELECT Title FROM table WHERE Written by = John A. Norris"}
{"id": "000000306", "text": "SELECT COUNT Written by FROM table WHERE Directed by = David Jackson"}
{"id": "000000307", "text": "SELECT Player FROM table WHERE School/Club Team/Country = Loyola Marymount"}
{"id": "000000308", "text": "SELECT COUNT Years for Rockets FROM table WHERE School/Club Team/Country = Iowa State"}
{"id": "000000309", "text": "SELECT Height in Ft. FROM table WHERE Years for Rockets = 1992-93"}
{"id": "000000310", "text": "SELECT COUNT Years for Rockets FROM table WHERE Position = Center AND School/Club Team/Country = Oral Roberts"}
{"id": "000000311", "text": "SELECT Player FROM table WHERE School/Club Team/Country = Australia"}
{"id": "000000312", "text": "SELECT Height in Ft. FROM table WHERE Years for Rockets = 1973-78"}
{"id": "000000313", "text": "SELECT Player FROM table WHERE No.(s) = 3"}
{"id": "000000314", "text": "SELECT Height in Ft. FROM table WHERE No.(s) = 42 AND Years for Rockets = 1993-94"}
{"id": "000000315", "text": "SELECT Player FROM table WHERE School/Club Team/Country = Long Beach State"}
{"id": "000000316", "text": "SELECT COUNT Player FROM table WHERE Years for Rockets = 1998"}
{"id": "000000317", "text": "SELECT Engine FROM table WHERE Builder = Gloucester RCW AND Withdrawn = 1959"}
{"id": "000000318", "text": "SELECT Engine FROM table WHERE Number Range = 8\u20139, 13\u201316"}
{"id": "000000319", "text": "SELECT Introduced FROM table WHERE Notes = 9 withdrawn in 1946 after fire"}
{"id": "000000320", "text": "SELECT Builder FROM table WHERE Withdrawn = 1954\u20131958"}
{"id": "000000321", "text": "SELECT Notes FROM table WHERE Number Range = 17"}
{"id": "000000322", "text": "SELECT Notes FROM table WHERE Withdrawn = 1956\u201357"}
{"id": "000000323", "text": "SELECT COUNT Lyricist FROM table WHERE Co-singer = Suresh Wadkar AND Film name = Tera Dukh Mera Dukh"}
{"id": "000000324", "text": "SELECT Film name FROM table WHERE Co-singer = Vinod Rathod"}
{"id": "000000325", "text": "SELECT Song name FROM table WHERE Film name = Ganga Kare Insaaf"}
{"id": "000000326", "text": "SELECT Song name FROM table WHERE Film name = Kaal Bhairav"}
{"id": "000000327", "text": "SELECT Music director FROM table WHERE Song name = \"Jekhanete Jaai Ami 1\""}
{"id": "000000328", "text": "SELECT 1845 disposal FROM table WHERE Name = Sussex"}
{"id": "000000329", "text": "SELECT MAX L&CR No. FROM table WHERE Name = Archimedes"}
{"id": "000000330", "text": "SELECT Type FROM table WHERE Name = Sussex"}
{"id": "000000331", "text": "SELECT Launch site FROM table WHERE Mission = Test Mission: war heads and Missile payload AND Results = Partial Failure"}
{"id": "000000332", "text": "SELECT Mission FROM table WHERE Launch date = November 16, 2006"}
{"id": "000000333", "text": "SELECT COUNT Premiere FROM table WHERE English title = Survivor's Law II"}
{"id": "000000334", "text": "SELECT Chinese title FROM table WHERE Average = 31"}
{"id": "000000335", "text": "SELECT Rank FROM table WHERE Finale = 37"}
{"id": "000000336", "text": "SELECT Chinese title FROM table WHERE English title = Forensic Heroes II"}
{"id": "000000337", "text": "SELECT MIN Rank FROM table WHERE Peak = 42"}
{"id": "000000338", "text": "SELECT Electorate FROM table WHERE Election date = 16 Cannot handle non-empty timestamp argument!"}
{"id": "000000339", "text": "SELECT Province FROM table WHERE Member = Frederick Merriman Category:Articles with hCards"}
{"id": "000000340", "text": "SELECT Election date FROM table WHERE Electorate = Omata"}
{"id": "000000341", "text": "SELECT Election date FROM table WHERE Member = William Richmond Category:Articles with hCards"}
{"id": "000000342", "text": "SELECT Province FROM table WHERE Member = Dingley Brittin Category:Articles with hCards"}
{"id": "000000343", "text": "SELECT Election date FROM table WHERE Electorate = Christchurch Country"}
{"id": "000000344", "text": "SELECT County(s) Represented FROM table WHERE Member Senator = C. Anthony Muse"}
{"id": "000000345", "text": "SELECT Member Senator FROM table WHERE District = 24"}
{"id": "000000346", "text": "SELECT COUNT First Elected FROM table WHERE District = 41"}
{"id": "000000347", "text": "SELECT COUNT Allied-Unrelated FROM table WHERE Component = Human Capital"}
{"id": "000000348", "text": "SELECT Integrated FROM table WHERE Allied-Related = Many"}
{"id": "000000349", "text": "SELECT Integrated FROM table WHERE Component = Customers"}
{"id": "000000350", "text": "SELECT Holding FROM table WHERE Allied-Unrelated = Many"}
{"id": "000000351", "text": "SELECT Component FROM table WHERE Allied-Related = Shared"}
{"id": "000000352", "text": "SELECT Written by FROM table WHERE Series # = 20"}
{"id": "000000353", "text": "SELECT MAX Production code FROM table WHERE Original air date = October 27, 1994"}
{"id": "000000354", "text": "SELECT Directed by FROM table WHERE Series # = 1"}
{"id": "000000355", "text": "SELECT Team FROM table WHERE Date = December 5"}
{"id": "000000356", "text": "SELECT Location Attendance FROM table WHERE High points = Pierce (22)"}
{"id": "000000357", "text": "SELECT Date FROM table WHERE Team = LA Lakers"}
{"id": "000000358", "text": "SELECT Team FROM table WHERE Date = December 7"}
{"id": "000000359", "text": "SELECT High assists FROM table WHERE Game = 4"}
{"id": "000000360", "text": "SELECT MIN Game FROM table WHERE High points = Damien Wilkins (27)"}
{"id": "000000361", "text": "SELECT Name FROM table WHERE Born = December 30, 1957 Detroit, MI"}
{"id": "000000362", "text": "SELECT Weight(lbs) FROM table WHERE Born = April 6, 1954 Detroit, MI"}
{"id": "000000363", "text": "SELECT Name FROM table WHERE Position = DE AND College = Ohio State"}
{"id": "000000364", "text": "SELECT Drafted FROM table WHERE Pro Team = Arizona Cardinals"}
{"id": "000000365", "text": "SELECT Position FROM table WHERE Drafted = 1974,R11,P11"}
{"id": "000000366", "text": "SELECT Year FROM table WHERE Weight = 170"}
{"id": "000000367", "text": "SELECT COUNT # FROM table WHERE Name = Ron Baxter"}
{"id": "000000368", "text": "SELECT # FROM table WHERE High School = Crockett"}
{"id": "000000369", "text": "SELECT Home Town FROM table WHERE High School = Catholic University"}
{"id": "000000370", "text": "SELECT COUNT Year FROM table WHERE Home Town = Baton Rouge, LA"}
{"id": "000000371", "text": "SELECT Height FROM table WHERE Position = Forward AND High School = Crockett"}
{"id": "000000372", "text": "SELECT Commissioned FROM table WHERE Builder = Scotts, Greenock AND Name = Chieftain"}
{"id": "000000373", "text": "SELECT Builder FROM table WHERE Launched = 30 October 1944"}
{"id": "000000374", "text": "SELECT MIN Voted No FROM table WHERE Percent No = 56.6"}
{"id": "000000375", "text": "SELECT Percent Yes FROM table WHERE Voted Yes = 2410119"}
{"id": "000000376", "text": "SELECT Jurisdiction FROM table WHERE Percent Yes = 43.4"}
{"id": "000000377", "text": "SELECT MIN Voted Yes FROM table WHERE Percent No = 68.2"}
{"id": "000000378", "text": "SELECT Jurisdiction FROM table WHERE Voted No = 322971"}
{"id": "000000379", "text": "SELECT Date of completion FROM table WHERE Success = Yes"}
{"id": "000000380", "text": "SELECT Deadline for completion FROM table WHERE Description = iPhone recall within the first 3 months of release"}
{"id": "000000381", "text": "SELECT Success FROM table WHERE Date of completion = September 28, 2007"}
{"id": "000000382", "text": "SELECT Date of completion FROM table WHERE Deadline for completion = September 30, 2007"}
{"id": "000000383", "text": "SELECT COUNT Deadline for completion FROM table WHERE Description = Facebook becomes a publicly traded company"}
{"id": "000000384", "text": "SELECT Success FROM table WHERE Deadline for completion = October 7, 2007"}
{"id": "000000385", "text": "SELECT MIN Year FROM table"}
{"id": "000000386", "text": "SELECT Import FROM table WHERE Product = Plywood"}
{"id": "000000387", "text": "SELECT Interview FROM table WHERE Preliminaries = 8.425"}
{"id": "000000388", "text": "SELECT Interview FROM table WHERE Preliminaries = 8.400"}
{"id": "000000389", "text": "SELECT Swimsuit FROM table WHERE Average = 8.791"}
{"id": "000000390", "text": "SELECT Interview FROM table WHERE State = New York"}
{"id": "000000391", "text": "SELECT COUNT Evening Gown FROM table WHERE State = District of Columbia"}
{"id": "000000392", "text": "SELECT Average FROM table WHERE Swimsuit = 8.503"}
{"id": "000000393", "text": "SELECT COUNT GT1 Winning Team FROM table WHERE Rnd = 5"}
{"id": "000000394", "text": "SELECT Rnd FROM table WHERE GT1 Winning Team = Doc Bundy Andy Wallace"}
{"id": "000000395", "text": "SELECT GT1 Winning Team FROM table WHERE GT2 Winning Team = #54 Bell Motorsports"}
{"id": "000000396", "text": "SELECT Episode title FROM table WHERE U.S. viewers (millions) = 8.92"}
{"id": "000000397", "text": "SELECT COUNT Episode title FROM table WHERE U.S. viewers (millions) = 9.90"}
{"id": "000000398", "text": "SELECT MAX Series # FROM table WHERE U.S. viewers (millions) = 10.89"}
{"id": "000000399", "text": "SELECT Episode title FROM table WHERE Writer(s) = Sheila Lawrence & Henry Alonso Myers"}
{"id": "000000400", "text": "SELECT COUNT Overall Pick # FROM table WHERE Position = Defensive Back"}
{"id": "000000401", "text": "SELECT Position FROM table WHERE Overall Pick # = 17"}
{"id": "000000402", "text": "SELECT College FROM table WHERE AFL Team = Buffalo Bills"}
{"id": "000000403", "text": "SELECT Position FROM table WHERE Player = John Charles"}
{"id": "000000404", "text": "SELECT MAX Overall Pick # FROM table WHERE AFL Team = New York Jets"}
{"id": "000000405", "text": "SELECT AFL Team FROM table WHERE Position = Offensive Guard"}
{"id": "000000406", "text": "SELECT Womens singles FROM table WHERE Mens doubles = Steen Fladberg Jens Peter Nierhoff"}
{"id": "000000407", "text": "SELECT Mixed doubles FROM table WHERE Mens singles = Kim Brodersen"}
{"id": "000000408", "text": "SELECT First Appearance FROM table WHERE Character(s) = Iron Man"}
{"id": "000000409", "text": "SELECT COUNT Publisher FROM table WHERE Cover Date = May 1939"}
{"id": "000000410", "text": "SELECT COUNT Publisher FROM table WHERE First Appearance = Daredevil #1"}
{"id": "000000411", "text": "SELECT Cover Date FROM table WHERE Character(s) = Sandman (Wesley Dodds)"}
{"id": "000000412", "text": "SELECT Cover Date FROM table WHERE Character(s) = X-Men ; Magneto"}
{"id": "000000413", "text": "SELECT Estimated Value FROM table WHERE Cover Date = August 1962"}
{"id": "000000414", "text": "SELECT Result FROM table WHERE Theme = Finale AND Order # = 3"}
{"id": "000000415", "text": "SELECT Theme FROM table WHERE Episode = Selection Process"}
{"id": "000000416", "text": "SELECT Order # FROM table WHERE Song choice = \"Detalles\""}
{"id": "000000417", "text": "SELECT Order # FROM table WHERE Original artist = Luis Fonsi"}
{"id": "000000418", "text": "SELECT Theme FROM table WHERE Song choice = Not Aired"}
{"id": "000000419", "text": "SELECT Mens singles FROM table WHERE Mixed doubles = Markose Bristow Madhumita Bisht"}
{"id": "000000420", "text": "SELECT Womens doubles FROM table WHERE Season = 2002"}
{"id": "000000421", "text": "SELECT COUNT Womens singles FROM table WHERE Mens doubles = Rupesh Kumar Sanave Thomas AND Womens doubles = Jwala Gutta Ashwini Ponnappa"}
{"id": "000000422", "text": "SELECT Womens doubles FROM table WHERE Mens singles = Arvind Bhat AND Mixed doubles = Valiyaveetil Diju Jwala Gutta"}
{"id": "000000423", "text": "SELECT Womens doubles FROM table WHERE Womens singles = Trupti Murgunde"}
{"id": "000000424", "text": "SELECT Pennant FROM table WHERE Laid Down = 4 May 1943"}
{"id": "000000425", "text": "SELECT COUNT Fate FROM table WHERE Pennant = U33"}
{"id": "000000426", "text": "SELECT Fate FROM table WHERE Commissioned = 11 April 1944"}
{"id": "000000427", "text": "SELECT Name FROM table WHERE Launched = 30 September 1943"}
{"id": "000000428", "text": "SELECT Commissioned FROM table WHERE Laid Down = 4 May 1943"}
{"id": "000000429", "text": "SELECT Fate FROM table WHERE Commissioned = 11 April 1944"}
{"id": "000000430", "text": "SELECT Written by FROM table WHERE Directed by = Richard L. Bare AND No. in season = 8"}
{"id": "000000431", "text": "SELECT COUNT Directed by FROM table WHERE Title = \"The Great Mayoralty Campaign\""}
{"id": "000000432", "text": "SELECT Tournament location FROM table WHERE Winners share ($) = 7000"}
{"id": "000000433", "text": "SELECT Year FROM table WHERE Country = Japan"}
{"id": "000000434", "text": "SELECT Year FROM table WHERE Champion = Dewi Claire Schreefel"}
{"id": "000000435", "text": "SELECT MIN Winners share ($) FROM table WHERE Year = 2004"}
{"id": "000000436", "text": "SELECT Tournament location FROM table WHERE Champion = Vicky Hurst"}
{"id": "000000437", "text": "SELECT Intergiro classification FROM table WHERE Stage = 21"}
{"id": "000000438", "text": "SELECT Trofeo Fast Team FROM table WHERE Stage = 8"}
{"id": "000000439", "text": "SELECT COUNT General classification FROM table WHERE Winner = Evgeni Berzin"}
{"id": "000000440", "text": "SELECT Intergiro classification FROM table WHERE Winner = Alexander Gontchenkov"}
{"id": "000000441", "text": "SELECT COUNT Points classification FROM table WHERE Stage = 17"}
{"id": "000000442", "text": "SELECT Status FROM table WHERE Channel = 44.1"}
{"id": "000000443", "text": "SELECT Station FROM table WHERE Network Affiliation = Univision"}
{"id": "000000444", "text": "SELECT COUNT Season FROM table WHERE Best supported Club = Sportfreunde Siegen"}
{"id": "000000445", "text": "SELECT Canadian airdate FROM table WHERE U.S. airdate = May 1, 2009"}
{"id": "000000446", "text": "SELECT COUNT U.S. airdate FROM table WHERE Title = \"Dermabrasion\""}
{"id": "000000447", "text": "SELECT MAX Season # FROM table WHERE U.S. airdate = May 1, 2009"}
{"id": "000000448", "text": "SELECT COUNT Title FROM table WHERE U.S. airdate = April 17, 2009"}
{"id": "000000449", "text": "SELECT MIN Production code FROM table"}
{"id": "000000450", "text": "SELECT U.S. airdate FROM table WHERE Canadian airdate = May 4, 2009"}
{"id": "000000451", "text": "SELECT Charity FROM table WHERE Background = Heavyweight Champion"}
{"id": "000000452", "text": "SELECT Original Team FROM table WHERE Result = 08 Fired in week 10 (2008-03-06)"}
{"id": "000000453", "text": "SELECT Celebrity FROM table WHERE Raised = 03"}
{"id": "000000454", "text": "SELECT Charity FROM table WHERE Background = Reality Star"}
{"id": "000000455", "text": "SELECT Background FROM table WHERE Result = 13 The Celebrity Apprentice (2008-03-27)"}
{"id": "000000456", "text": "SELECT Country FROM table WHERE Athlete = Tamunosiki Atorudibo"}
{"id": "000000457", "text": "SELECT Location FROM table WHERE Athlete = Dwain Chambers"}
{"id": "000000458", "text": "SELECT Wind (m/s) FROM table WHERE Country = Trinidad and Tobago"}
{"id": "000000459", "text": "SELECT COUNT Wind (m/s) FROM table WHERE Athlete = Sunday Emmanuel"}
{"id": "000000460", "text": "SELECT Wind (m/s) FROM table WHERE Fastest time (s) = 10.25 AND Athlete = Jeff Demps"}
{"id": "000000461", "text": "SELECT Club FROM table WHERE 1st leg = 1\u20132"}
{"id": "000000462", "text": "SELECT Competition FROM table WHERE Aggregate = 1\u20134"}
{"id": "000000463", "text": "SELECT 1st leg FROM table WHERE Club = A.C. Libertas"}
{"id": "000000464", "text": "SELECT 1st leg FROM table WHERE 2nd leg = 1\u20130 AND Competition = UEFA Champions League"}
{"id": "000000465", "text": "SELECT Competition FROM table WHERE 2nd leg = 0\u20138"}
{"id": "000000466", "text": "SELECT Round FROM table WHERE 1st leg = 0\u20131"}
{"id": "000000467", "text": "SELECT Branding FROM table WHERE Location = Metro Manila"}
{"id": "000000468", "text": "SELECT COUNT Founded FROM table WHERE Institution = Kansas City Kansas Community College"}
{"id": "000000469", "text": "SELECT Mascot FROM table WHERE Institution = Kansas City Kansas Community College"}
{"id": "000000470", "text": "SELECT COUNT School Colors FROM table WHERE Main Campus Location = Highland"}
{"id": "000000471", "text": "SELECT Mascot FROM table WHERE Founded = 1923 AND School Colors = Blue, Red & White"}
{"id": "000000472", "text": "SELECT Institution FROM table WHERE Main Campus Location = Overland Park"}
{"id": "000000473", "text": "SELECT Institution FROM table WHERE Mascot = Blue Devils"}
{"id": "000000474", "text": "SELECT Written by FROM table WHERE Series # = 67"}
{"id": "000000475", "text": "SELECT MIN Season # FROM table WHERE Written by = Adam Milch"}
{"id": "000000476", "text": "SELECT Season # FROM table WHERE Directed by = Patrick Norris"}
{"id": "000000477", "text": "SELECT Writer(s) FROM table WHERE Director = Dean White"}
{"id": "000000478", "text": "SELECT COUNT Title FROM table WHERE Production Code = 211"}
{"id": "000000479", "text": "SELECT MAX Production Code FROM table WHERE Title = \"But There's Clay\""}
{"id": "000000480", "text": "SELECT Title FROM table WHERE Season 2 Ep # = 1"}
{"id": "000000481", "text": "SELECT Writer(s) FROM table WHERE Production Code = 210"}
{"id": "000000482", "text": "SELECT COUNT Original Airdate FROM table WHERE Production Code = 208"}
{"id": "000000483", "text": "SELECT Frame size FROM table WHERE Maximum fps = 30"}
{"id": "000000484", "text": "SELECT Aspect Ratio FROM table WHERE Width > 4096.0"}
{"id": "000000485", "text": "SELECT least compression at 24 fps FROM table WHERE Mpix = 5.0"}
{"id": "000000486", "text": "SELECT Width FROM table WHERE Frame size = 4.5K"}
{"id": "000000487", "text": "SELECT Callsign FROM table WHERE Location (Transmitter site) = Tuguegarao"}
{"id": "000000488", "text": "SELECT Station Type FROM table WHERE Location (Transmitter site) = Calbayog"}
{"id": "000000489", "text": "SELECT Station Type FROM table WHERE Branding = SMNI TV-26 Naga"}
{"id": "000000490", "text": "SELECT COUNT Location FROM table WHERE Callsign = DXCL"}
{"id": "000000491", "text": "SELECT Branding FROM table WHERE Location = Dagupan"}
{"id": "000000492", "text": "SELECT Callsign FROM table WHERE Location = Zamboanga"}
{"id": "000000493", "text": "SELECT Power (kW) FROM table WHERE Callsign = DZYT"}
{"id": "000000494", "text": "SELECT Title FROM table WHERE Season # = 15"}
{"id": "000000495", "text": "SELECT MIN Series # FROM table WHERE Season # = 18"}
{"id": "000000496", "text": "SELECT MIN Series # FROM table WHERE Written by = Jack Orman"}
{"id": "000000497", "text": "SELECT Original air date FROM table WHERE Title = \"Responsible Parties\""}
{"id": "000000498", "text": "SELECT Title FROM table WHERE Directed by = Richard Thorpe"}
{"id": "000000499", "text": "SELECT Population (Maryborough) FROM table WHERE Population (Woocoo) = 2700"}
{"id": "000000500", "text": "SELECT MAX Year FROM table WHERE Population (Woocoo) = 2700"}
{"id": "000000501", "text": "SELECT Crew Chief FROM table WHERE Owner(s) = Bob Leavine"}
{"id": "000000502", "text": "SELECT Driver(s) FROM table WHERE Team = Circle Sport"}
{"id": "000000503", "text": "SELECT Driver(s) FROM table WHERE Team = Phil Parsons Racing"}
{"id": "000000504", "text": "SELECT Team FROM table WHERE Crew Chief = Wally Rogers"}
{"id": "000000505", "text": "SELECT MAX Rounds FROM table WHERE Crew Chief = Donnie Wingo"}
{"id": "000000506", "text": "SELECT Percent Change (1990\u20132000) FROM table WHERE 2007 Estimate = 0 1,598,161"}
{"id": "000000507", "text": "SELECT 2007 Estimate FROM table WHERE Rank (CSA) = 4"}
{"id": "000000508", "text": "SELECT 2007 Estimate FROM table WHERE Combined Statistical Area (or Metropolitan Statistical Area if noted) = Tulsa-Bartlesville, OK CSA"}
{"id": "000000509", "text": "SELECT COUNT 2000 Population FROM table WHERE Rank (CSA) = (MSA 348)"}
{"id": "000000510", "text": "SELECT Rank (CSA) FROM table WHERE Percent Change (1990\u20132000) = A034 +8.71%"}
{"id": "000000511", "text": "SELECT Championship FROM table WHERE Previous champion(s) = Genesis"}
{"id": "000000512", "text": "SELECT Previous champion(s) FROM table WHERE Champion(s) = Xix Xavant"}
{"id": "000000513", "text": "SELECT Champion(s) FROM table WHERE Location = Aguas Buenas, Puerto Rico"}
{"id": "000000514", "text": "SELECT English Title/Translation FROM table WHERE Japanese Title = Ranma \u00bd: Chougi Rambuhen"}
{"id": "000000515", "text": "SELECT Genre FROM table WHERE English Title/Translation = Fever Ranma \u00bd: Hot Springs Athletic Chapter"}
{"id": "000000516", "text": "SELECT Initial Release Date FROM table WHERE Developer = Microvision"}
{"id": "000000517", "text": "SELECT COUNT Verbal noun FROM table WHERE Basic stem (root) = -bil-"}
{"id": "000000518", "text": "SELECT Meaning FROM table WHERE Non-present stem = -erama-"}
{"id": "000000519", "text": "SELECT Participle FROM table WHERE Verbal noun = i-bil-tze"}
{"id": "000000520", "text": "SELECT Meaning FROM table WHERE Basic stem (root) = -rama-"}
{"id": "000000521", "text": "SELECT Verbal noun FROM table WHERE Participle = e-duki"}
{"id": "000000522", "text": "SELECT Tries against FROM table WHERE Points = 60"}
{"id": "000000523", "text": "SELECT COUNT Losing bonus FROM table WHERE Points against = 439"}
{"id": "000000524", "text": "SELECT Drawn FROM table WHERE Won = 12"}
{"id": "000000525", "text": "SELECT Tries against FROM table WHERE Won = 14"}
{"id": "000000526", "text": "SELECT COUNT Tries for FROM table WHERE Points for = 473"}
{"id": "000000527", "text": "SELECT Points for FROM table WHERE Played = 22 AND Tries against = 68"}
{"id": "000000528", "text": "SELECT Lost FROM table WHERE Try bonus = 5 AND Points for = 390"}
{"id": "000000529", "text": "SELECT Won FROM table WHERE Points for = 376"}
{"id": "000000530", "text": "SELECT Lost FROM table WHERE Points for = 594"}
{"id": "000000531", "text": "SELECT Tries against FROM table WHERE Tries for = 47"}
{"id": "000000532", "text": "SELECT Won FROM table WHERE Club = Ammanford RFC"}
{"id": "000000533", "text": "SELECT COUNT Drawn FROM table WHERE Tries against = 24"}
{"id": "000000534", "text": "SELECT Drawn FROM table WHERE Points against = 416"}
{"id": "000000535", "text": "SELECT Won FROM table WHERE Tries against = 54"}
{"id": "000000536", "text": "SELECT Lost FROM table WHERE Tries for = Tries for"}
{"id": "000000537", "text": "SELECT Points against FROM table WHERE Played = Played"}
{"id": "000000538", "text": "SELECT Tries for FROM table WHERE Tries against = 33"}
{"id": "000000539", "text": "SELECT Played FROM table WHERE Club = Tumble RFC"}
{"id": "000000540", "text": "SELECT COUNT Position FROM table WHERE Current Club = Barons Riga"}
{"id": "000000541", "text": "SELECT Height FROM table WHERE No = 10"}
{"id": "000000542", "text": "SELECT MIN Year born FROM table"}
{"id": "000000543", "text": "SELECT No FROM table WHERE Height = 2.10"}
{"id": "000000544", "text": "SELECT Position FROM table WHERE Height = 2.12"}
{"id": "000000545", "text": "SELECT Current Conference FROM table WHERE Institution = Post University"}
{"id": "000000546", "text": "SELECT Institution FROM table WHERE Nickname = Penmen"}
{"id": "000000547", "text": "SELECT Location FROM table WHERE Institution = University at Albany"}
{"id": "000000548", "text": "SELECT Classification FROM table WHERE Nickname = Dolphins"}
{"id": "000000549", "text": "SELECT Nickname FROM table WHERE Institution = University of Massachusetts Lowell (UMass Lowell)"}
{"id": "000000550", "text": "SELECT Position FROM table WHERE Player = Ido Kozikaro"}
{"id": "000000551", "text": "SELECT Player FROM table WHERE Position = Center"}
{"id": "000000552", "text": "SELECT No FROM table WHERE Current Club = Ironi Nahariya"}
{"id": "000000553", "text": "SELECT Player FROM table WHERE Height = 2.01"}
{"id": "000000554", "text": "SELECT Position FROM table WHERE Player = Yotam Halperin"}
{"id": "000000555", "text": "SELECT Current Club FROM table WHERE Year born = 1984"}
{"id": "000000556", "text": "SELECT COUNT Height FROM table WHERE No = 5"}
{"id": "000000557", "text": "SELECT Height FROM table WHERE No = 9"}
{"id": "000000558", "text": "SELECT COUNT Player FROM table WHERE Height = 2.01"}
{"id": "000000559", "text": "SELECT MIN Year born FROM table WHERE Height = 2.04"}
{"id": "000000560", "text": "SELECT COUNT Height FROM table WHERE No = 8"}
{"id": "000000561", "text": "SELECT Player FROM table WHERE Year born = 1983"}
{"id": "000000562", "text": "SELECT Current Club FROM table WHERE Height = 1.97"}
{"id": "000000563", "text": "SELECT COUNT Position FROM table WHERE Current Club = Energa Czarni"}
{"id": "000000564", "text": "SELECT Year born FROM table WHERE Player = Robert Skibniewski"}
{"id": "000000565", "text": "SELECT MIN No FROM table WHERE Player = Zoran Erceg"}
{"id": "000000566", "text": "SELECT The Icelandic of the glossary FROM table WHERE The Basque of the glossary = presenta for mi locaria"}
{"id": "000000567", "text": "SELECT English translation FROM table WHERE The Icelandic of the glossary = giefdu mier socka bond"}
{"id": "000000568", "text": "SELECT English translation FROM table WHERE Word number = 219"}
{"id": "000000569", "text": "SELECT The Icelandic of the glossary FROM table WHERE Word number = 218"}
{"id": "000000570", "text": "SELECT Printer ports FROM table WHERE Model number = EX Plus3"}
{"id": "000000571", "text": "SELECT Model number FROM table WHERE Printer ports = Three Parallel"}
{"id": "000000572", "text": "SELECT Printer ports FROM table WHERE Model number = EX Plus3"}
{"id": "000000573", "text": "SELECT Network protocols FROM table WHERE Notes = Discontinued in favor of the en1700"}
{"id": "000000574", "text": "SELECT MAX Population FROM table WHERE Simplified = \u94c5\u5c71\u53bf"}
{"id": "000000575", "text": "SELECT Traditional FROM table WHERE Area = 2331"}
{"id": "000000576", "text": "SELECT COUNT Pinyin FROM table WHERE Simplified = \u4fe1\u5dde\u533a"}
{"id": "000000577", "text": "SELECT Population FROM table WHERE Pinyin = H\u00e9ngf\u0113ng Xi\u00e0n"}
{"id": "000000578", "text": "SELECT COUNT Density FROM table WHERE English Name = Yushan County"}
{"id": "000000579", "text": "SELECT MAX Gold Medals FROM table WHERE Ensemble = Choctawhatchee High School"}
{"id": "000000580", "text": "SELECT Gold Medals FROM table WHERE Total Medals = 1"}
{"id": "000000581", "text": "SELECT Time FROM table WHERE Stage = SS18"}
{"id": "000000582", "text": "SELECT Length FROM table WHERE Stage = SS22"}
{"id": "000000583", "text": "SELECT COUNT Leg FROM table WHERE Stage = SS17"}
{"id": "000000584", "text": "SELECT Leg FROM table WHERE Rally leader = C. Atkinson"}
{"id": "000000585", "text": "SELECT MIN Bronze Medals FROM table"}
{"id": "000000586", "text": "SELECT Client FROM table WHERE Area of Operation = EchiraX Concession"}
{"id": "000000587", "text": "SELECT Years of Operation FROM table WHERE Area of Operation = Field 103"}
{"id": "000000588", "text": "SELECT Country FROM table WHERE Area of Operation = El Hamada"}
{"id": "000000589", "text": "SELECT Champion FROM table WHERE 3rd pl. = 4 AND 2nd pl. > 4.0"}
{"id": "000000590", "text": "SELECT COUNT 3rd pl. FROM table WHERE Team = Ducati Xerox"}
{"id": "000000591", "text": "SELECT J.E. Armstrong FROM table WHERE W.H. Archer = D.M. Lawson"}
{"id": "000000592", "text": "SELECT F.A. Brill FROM table WHERE W.H. Archer = R. Newman"}
{"id": "000000593", "text": "SELECT H.L. Birkett FROM table WHERE W.H. Archer = R. Cochrane"}
{"id": "000000594", "text": "SELECT H.T. Brewer FROM table WHERE J.E. Armstrong = A.J. Wilson"}
{"id": "000000595", "text": "SELECT H.T. Brewer FROM table WHERE J.E. Armstrong = C.P. Greeks"}
{"id": "000000596", "text": "SELECT Part 1 FROM table WHERE Title = \"Anxiety\""}
{"id": "000000597", "text": "SELECT Part 2 FROM table WHERE Part 1 = January 31, 2008"}
{"id": "000000598", "text": "SELECT Title FROM table WHERE Part 3 = February 7, 2008"}
{"id": "000000599", "text": "SELECT Episode # FROM table WHERE Title = \"Anxiety\""}
{"id": "000000600", "text": "SELECT Part 1 FROM table WHERE Part 2 = December 2, 2007"}
{"id": "000000601", "text": "SELECT COUNT Part 6 FROM table WHERE Episode # = 5"}
{"id": "000000602", "text": "SELECT Record FROM table WHERE Opponent = Atlanta Falcons"}
{"id": "000000603", "text": "SELECT COUNT Opponent FROM table WHERE Game site = Arrowhead Stadium"}
{"id": "000000604", "text": "SELECT Date FROM table WHERE Record = 1-0"}
{"id": "000000605", "text": "SELECT Record FROM table WHERE Date = September 15, 1985"}
{"id": "000000606", "text": "SELECT COUNT No. in series FROM table WHERE Title = \"Guerillas in the Mist\""}
{"id": "000000607", "text": "SELECT MIN No. in series FROM table WHERE Written by = Elizabeth Devine"}
{"id": "000000608", "text": "SELECT Original air date FROM table WHERE Directed by = Carey Meyer"}
{"id": "000000609", "text": "SELECT Written by FROM table WHERE Title = \"Ambush\" (Part 1)"}
{"id": "000000610", "text": "SELECT Office FROM table WHERE Incumbent = Ramon R. Jimenez, Jr."}
{"id": "000000611", "text": "SELECT COUNT Office FROM table WHERE Department = Department of Justice Kagawaran ng Katarungan"}
{"id": "000000612", "text": "SELECT Department FROM table WHERE Acronym = DepEd (KEd)"}
{"id": "000000613", "text": "SELECT Department FROM table WHERE Incumbent = Enrique Ona"}
{"id": "000000614", "text": "SELECT Acronym FROM table WHERE Department = Department of Finance Kagawaran ng Pananalapi"}
{"id": "000000615", "text": "SELECT Original air date FROM table WHERE Title = \"Hell Bent for Leather\""}
{"id": "000000616", "text": "SELECT MIN No. in season FROM table WHERE Title = \"Quitters\""}
{"id": "000000617", "text": "SELECT MAX No. in season FROM table WHERE U.S. viewers (million) = 0.57"}
{"id": "000000618", "text": "SELECT COUNT Original air date FROM table WHERE U.S. viewers (million) = 0.67"}
{"id": "000000619", "text": "SELECT Title FROM table WHERE Directed by = David Duchovny"}
{"id": "000000620", "text": "SELECT Purse ( $ ) FROM table WHERE Margin of victory = 1 stroke"}
{"id": "000000621", "text": "SELECT To par FROM table WHERE Country = Mexico AND Winning score = 67-67-69-70=273"}
{"id": "000000622", "text": "SELECT 3rd day FROM table WHERE 4th Day = rowed-over"}
{"id": "000000623", "text": "SELECT 3rd day FROM table WHERE Finish position = 16th"}
{"id": "000000624", "text": "SELECT COUNT 1st day FROM table WHERE 3rd day = bumped St. Catharine's"}
{"id": "000000625", "text": "SELECT COUNT 3rd day FROM table WHERE 2nd day = bumped by Magdalene"}
{"id": "000000626", "text": "SELECT 4th Day FROM table WHERE 3rd day = bumped by Downing"}
{"id": "000000627", "text": "SELECT MAX Year FROM table WHERE 3rd day = rowed-over"}
{"id": "000000628", "text": "SELECT Result FROM table WHERE District = New York 6"}
{"id": "000000629", "text": "SELECT Candidates FROM table WHERE Incumbent = Gregory W. Meeks"}
{"id": "000000630", "text": "SELECT Result FROM table WHERE District = New York 16"}
{"id": "000000631", "text": "SELECT Result FROM table WHERE District = New York 7"}
{"id": "000000632", "text": "SELECT Party FROM table WHERE Incumbent = Kevin Brady"}
{"id": "000000633", "text": "SELECT District FROM table WHERE Incumbent = Ron Paul"}
{"id": "000000634", "text": "SELECT Party FROM table WHERE Incumbent = Jim Ramstad"}
{"id": "000000635", "text": "SELECT MIN First elected FROM table WHERE Incumbent = Jim Ramstad"}
{"id": "000000636", "text": "SELECT Results FROM table WHERE Incumbent = Gil Gutknecht"}
{"id": "000000637", "text": "SELECT MAX First elected FROM table WHERE Incumbent = Sherrod Brown"}
{"id": "000000638", "text": "SELECT Results FROM table WHERE First elected = 1984"}
{"id": "000000639", "text": "SELECT Incumbent FROM table WHERE First elected = 1972"}
{"id": "000000640", "text": "SELECT Candidates FROM table WHERE Incumbent = Tony P. Hall"}
{"id": "000000641", "text": "SELECT District FROM table WHERE Incumbent = Marcia C. Kaptur"}
{"id": "000000642", "text": "SELECT MIN First elected FROM table WHERE Result = Retired Republican hold"}
{"id": "000000643", "text": "SELECT Party FROM table WHERE Incumbent = Thomas Foglietta"}
{"id": "000000644", "text": "SELECT Opponent FROM table WHERE District = Ohio12"}
{"id": "000000645", "text": "SELECT Party FROM table WHERE Opponent = Mike Oxley (R) unopposed"}
{"id": "000000646", "text": "SELECT Party FROM table WHERE Opponent = Marcy Kaptur (D) 75.3% Randy Whitman (R) 24.7%"}
{"id": "000000647", "text": "SELECT Party FROM table WHERE Opponent = Deborah Pryce (R) 70.7% Bill Buckel (D) 29.1%"}
{"id": "000000648", "text": "SELECT COUNT Status FROM table WHERE First elected = 1968"}
{"id": "000000649", "text": "SELECT First elected FROM table WHERE Opponent = Ralph Regula (R) 75.0% J. Michael Finn (D) 25.0%"}
{"id": "000000650", "text": "SELECT District FROM table WHERE First elected = 1978"}
{"id": "000000651", "text": "SELECT District FROM table WHERE Incumbent = Jerry Kleczka"}
{"id": "000000652", "text": "SELECT COUNT Result FROM table WHERE Incumbent = Toby Roth"}
{"id": "000000653", "text": "SELECT Candidates FROM table WHERE District = Wisconsin 1"}
{"id": "000000654", "text": "SELECT District FROM table WHERE Incumbent = Lawrence J. Smith"}
{"id": "000000655", "text": "SELECT Incumbent FROM table WHERE First elected = 1954"}
{"id": "000000656", "text": "SELECT Party FROM table WHERE Incumbent = Lane Evans"}
{"id": "000000657", "text": "SELECT District FROM table WHERE Elected = 1964"}
{"id": "000000658", "text": "SELECT Opponent FROM table WHERE Incumbent = Henry Hyde"}
{"id": "000000659", "text": "SELECT Incumbent FROM table WHERE Elected = 1974 AND Party = Republican"}
{"id": "000000660", "text": "SELECT Party FROM table WHERE Result = Retired to run for U. S. Senate Republican hold"}
{"id": "000000661", "text": "SELECT Result FROM table WHERE Incumbent = Connie Mack"}
{"id": "000000662", "text": "SELECT District FROM table WHERE Candidates = Lawrence J. Smith (D) 69.4% Joseph Smith (R) 30.6%"}
{"id": "000000663", "text": "SELECT Incumbent FROM table WHERE District = Florida 5"}
{"id": "000000664", "text": "SELECT Result FROM table WHERE First elected = 1980"}
{"id": "000000665", "text": "SELECT COUNT Party FROM table WHERE Incumbent = Tom Foley"}
{"id": "000000666", "text": "SELECT Status FROM table WHERE Incumbent = Tom Foley"}
{"id": "000000667", "text": "SELECT COUNT Result FROM table WHERE Candidates = Gene Taylor (R) 67.0% Ken Young (D) 33.0%"}
{"id": "000000668", "text": "SELECT Candidates FROM table WHERE District = Missouri 3"}
{"id": "000000669", "text": "SELECT Result FROM table WHERE Incumbent = Barney Frank"}
{"id": "000000670", "text": "SELECT COUNT Result FROM table WHERE Incumbent = James Shannon"}
{"id": "000000671", "text": "SELECT MIN First elected FROM table WHERE Incumbent = Ed Markey"}
{"id": "000000672", "text": "SELECT Result FROM table WHERE Incumbent = Ike Skelton"}
{"id": "000000673", "text": "SELECT District FROM table WHERE Incumbent = Ike Skelton"}
{"id": "000000674", "text": "SELECT MIN First elected FROM table WHERE Incumbent = Ike Skelton"}
{"id": "000000675", "text": "SELECT District FROM table WHERE Result = Re-elected AND Incumbent = Richard Kelly"}
{"id": "000000676", "text": "SELECT District FROM table WHERE Candidates = Charles Edward Bennett (D) Unopposed"}
{"id": "000000677", "text": "SELECT Candidates FROM table WHERE Incumbent = Sam M. Gibbons"}
{"id": "000000678", "text": "SELECT COUNT Incumbent FROM table WHERE Candidates = Dan Mica (D) 55.3% Bill James (R) 44.7%"}
{"id": "000000679", "text": "SELECT Result FROM table WHERE Candidates = Sam M. Gibbons (D) Unopposed"}
{"id": "000000680", "text": "SELECT Incumbent FROM table WHERE District = Florida 9"}
{"id": "000000681", "text": "SELECT Party FROM table WHERE Incumbent = Phil Crane"}
{"id": "000000682", "text": "SELECT MIN First elected FROM table WHERE Incumbent = Frank Annunzio"}
{"id": "000000683", "text": "SELECT COUNT District FROM table WHERE Incumbent = Ed Jones"}
{"id": "000000684", "text": "SELECT First elected FROM table WHERE Incumbent = Edwin E. Willis"}
{"id": "000000685", "text": "SELECT District FROM table WHERE Incumbent = F. Edward Hebert"}
{"id": "000000686", "text": "SELECT Candidates FROM table WHERE Incumbent = Joe Waggonner"}
{"id": "000000687", "text": "SELECT District FROM table WHERE Incumbent = Otto Passman"}
{"id": "000000688", "text": "SELECT District FROM table WHERE Party = Republican"}
{"id": "000000689", "text": "SELECT Party FROM table WHERE Incumbent = Thomas J. Lane"}
{"id": "000000690", "text": "SELECT MAX First elected FROM table"}
{"id": "000000691", "text": "SELECT COUNT Party FROM table WHERE Candidates = Alton Lennon (D) 89.0% C. Dana Malpass (R) 11.0%"}
{"id": "000000692", "text": "SELECT COUNT First elected FROM table WHERE District = North Carolina 2"}
{"id": "000000693", "text": "SELECT Incumbent FROM table WHERE District = North Carolina 6"}
{"id": "000000694", "text": "SELECT Party FROM table WHERE Incumbent = Herbert Covington Bonner"}
{"id": "000000695", "text": "SELECT District FROM table WHERE Incumbent = Lawrence H. Fountain"}
{"id": "000000696", "text": "SELECT Candidates FROM table WHERE Party = Democratic AND District = North Carolina 1"}
{"id": "000000697", "text": "SELECT Result FROM table WHERE Incumbent = John Shelley"}
{"id": "000000698", "text": "SELECT Candidates FROM table WHERE Incumbent = John Shelley"}
{"id": "000000699", "text": "SELECT Result FROM table WHERE Incumbent = Clyde Doyle"}
{"id": "000000700", "text": "SELECT Result FROM table WHERE District = California 2"}
{"id": "000000701", "text": "SELECT Result FROM table WHERE Incumbent = Harry R. Sheppard"}
{"id": "000000702", "text": "SELECT Party FROM table WHERE Incumbent = Frank J. Becker"}
{"id": "000000703", "text": "SELECT COUNT Party FROM table WHERE Result = Resigned when appointed judge Democratic hold"}
{"id": "000000704", "text": "SELECT District FROM table WHERE Incumbent = Ralph A. Gamble"}
{"id": "000000705", "text": "SELECT Incumbent FROM table WHERE Candidates = Percy Priest (D) 90.8% Robert M. Donihi (R) 9.2%"}
{"id": "000000706", "text": "SELECT District FROM table WHERE Incumbent = Tom J. Murray"}
{"id": "000000707", "text": "SELECT Candidates FROM table WHERE Incumbent = James Patrick Sutton"}
{"id": "000000708", "text": "SELECT District FROM table WHERE Incumbent = Albert Rains"}
{"id": "000000709", "text": "SELECT Party FROM table WHERE Incumbent = Carl Elliott"}
{"id": "000000710", "text": "SELECT COUNT First elected FROM table WHERE Incumbent = Morgan M. Moulder"}
{"id": "000000711", "text": "SELECT First elected FROM table WHERE Incumbent = Phil J. Welch"}
{"id": "000000712", "text": "SELECT Party FROM table WHERE Incumbent = Dewey Short"}
{"id": "000000713", "text": "SELECT Party FROM table WHERE Incumbent = Dewey Short"}
{"id": "000000714", "text": "SELECT District FROM table WHERE Party = Republican"}
{"id": "000000715", "text": "SELECT Candidates FROM table WHERE District = Alabama 1"}
{"id": "000000716", "text": "SELECT First elected FROM table WHERE Candidates = William M. Wheeler (D) Unopposed"}
{"id": "000000717", "text": "SELECT District FROM table WHERE Incumbent = James C. Davis"}
{"id": "000000718", "text": "SELECT District FROM table WHERE Incumbent = Melvin Price"}
{"id": "000000719", "text": "SELECT District FROM table WHERE Incumbent = Sid Simpson"}
{"id": "000000720", "text": "SELECT Candidates FROM table WHERE District = Tennessee 9"}
{"id": "000000721", "text": "SELECT MAX First elected FROM table WHERE District = Tennessee 3"}
{"id": "000000722", "text": "SELECT District FROM table WHERE Incumbent = Harold Earthman"}
{"id": "000000723", "text": "SELECT Result FROM table WHERE District = New York 1"}
{"id": "000000724", "text": "SELECT First elected FROM table WHERE Result = Lost renomination Democratic loss"}
{"id": "000000725", "text": "SELECT Result FROM table WHERE Incumbent = Jere Cooper"}
{"id": "000000726", "text": "SELECT Incumbent FROM table WHERE District = Illinois 13"}
{"id": "000000727", "text": "SELECT Candidates FROM table WHERE First elected = 1924"}
{"id": "000000728", "text": "SELECT MIN First elected FROM table WHERE Incumbent = Stephen Pace"}
{"id": "000000729", "text": "SELECT COUNT Incumbent FROM table WHERE First elected = 1926"}
{"id": "000000730", "text": "SELECT Candidates FROM table WHERE Incumbent = Noble Jones Gregory"}
{"id": "000000731", "text": "SELECT District FROM table WHERE Incumbent = Harry Lane Englebright"}
{"id": "000000732", "text": "SELECT Result FROM table WHERE District = California 2"}
{"id": "000000733", "text": "SELECT Party FROM table WHERE Incumbent = Richard J. Welch"}
{"id": "000000734", "text": "SELECT COUNT Incumbent FROM table WHERE First elected = 1922"}
{"id": "000000735", "text": "SELECT Candidates FROM table WHERE Incumbent = Henry E. Barbour"}
{"id": "000000736", "text": "SELECT COUNT Party FROM table WHERE Incumbent = Whitmell P. Martin"}
{"id": "000000737", "text": "SELECT Candidates FROM table WHERE Incumbent = James O'Connor"}
{"id": "000000738", "text": "SELECT COUNT Incumbent FROM table WHERE First elected = 1924"}
{"id": "000000739", "text": "SELECT Incumbent FROM table WHERE District = Kentucky 9"}
{"id": "000000740", "text": "SELECT Party FROM table WHERE First elected = 1920"}
{"id": "000000741", "text": "SELECT Candidates FROM table WHERE First elected = 1914"}
{"id": "000000742", "text": "SELECT Result FROM table WHERE Incumbent = Cordell Hull"}
{"id": "000000743", "text": "SELECT COUNT District FROM table WHERE Incumbent = Cordell Hull"}
{"id": "000000744", "text": "SELECT MIN First elected FROM table WHERE Incumbent = Tom Connally"}
{"id": "000000745", "text": "SELECT First elected FROM table WHERE Incumbent = William F. Stevenson"}
{"id": "000000746", "text": "SELECT MAX First elected FROM table"}
{"id": "000000747", "text": "SELECT Candidates FROM table WHERE Incumbent = Samuel J. Nicholls"}
{"id": "000000748", "text": "SELECT MAX First elected FROM table WHERE Incumbent = Frederick H. Dominick"}
{"id": "000000749", "text": "SELECT Candidates FROM table WHERE First elected = 1910"}
{"id": "000000750", "text": "SELECT Party FROM table WHERE Incumbent = Richard S. Whaley"}
{"id": "000000751", "text": "SELECT COUNT Candidates FROM table WHERE Incumbent = David E. Finley"}
{"id": "000000752", "text": "SELECT Party FROM table WHERE District = South Carolina 3"}
{"id": "000000753", "text": "SELECT Candidates FROM table WHERE District = South Carolina 5"}
{"id": "000000754", "text": "SELECT MIN First elected FROM table WHERE Incumbent = John N. Tillman"}
{"id": "000000755", "text": "SELECT Location Attendance FROM table WHERE Record = 16-44"}
{"id": "000000756", "text": "SELECT Date FROM table WHERE Team = Chicago"}
{"id": "000000757", "text": "SELECT High points FROM table WHERE Game = 7"}
{"id": "000000758", "text": "SELECT High rebounds FROM table WHERE Team = Golden State"}
{"id": "000000759", "text": "SELECT COUNT Record FROM table WHERE High assists = Damon Stoudamire (13)"}
{"id": "000000760", "text": "SELECT High rebounds FROM table WHERE Record = 12-30"}
{"id": "000000761", "text": "SELECT High points FROM table WHERE Team = New Jersey"}
{"id": "000000762", "text": "SELECT Game FROM table WHERE Location Attendance = Omni Coliseum 7,194"}
{"id": "000000763", "text": "SELECT MIN Number of dances FROM table WHERE Average = 34.1"}
{"id": "000000764", "text": "SELECT Total FROM table WHERE Number of dances = 11 AND Competition finish > 2.0"}
{"id": "000000765", "text": "SELECT Club FROM table WHERE Points = 30"}
{"id": "000000766", "text": "SELECT Tries for FROM table WHERE Try bonus = 8"}
{"id": "000000767", "text": "SELECT Points for FROM table WHERE Tries against = 30"}
{"id": "000000768", "text": "SELECT COUNT Points against FROM table WHERE Tries for = 43"}
{"id": "000000769", "text": "SELECT Tries against FROM table WHERE Points against = 287"}
{"id": "000000770", "text": "SELECT Points for FROM table WHERE Club = Tonyrefail RFC"}
{"id": "000000771", "text": "SELECT Specifically stains FROM table WHERE Cytoplasm = Pink"}
{"id": "000000772", "text": "SELECT COUNT Cytoplasm FROM table WHERE Nucleus = Blue"}
{"id": "000000773", "text": "SELECT Specifically stains FROM table WHERE Nucleus = Blue/black"}
{"id": "000000774", "text": "SELECT Nucleus FROM table WHERE Cytoplasm = Pink"}
{"id": "000000775", "text": "SELECT Stain FROM table WHERE Common use = Elastic fibers"}
{"id": "000000776", "text": "SELECT Winner FROM table WHERE Second place = United Kingdom"}
{"id": "000000777", "text": "SELECT COUNT Location FROM table WHERE Winner = Spain"}
{"id": "000000778", "text": "SELECT Artist FROM table WHERE Venue = Heineken Music Hall"}
{"id": "000000779", "text": "SELECT COUNT Margin FROM table WHERE Second place = Spain AND Language = Russian"}
{"id": "000000780", "text": "SELECT COUNT Retired FROM table WHERE Aircraft type = Curtiss XBTC"}
{"id": "000000781", "text": "SELECT Retired FROM table WHERE Aircraft type = Airspeed Fleet Shadower"}
{"id": "000000782", "text": "SELECT National Origin FROM table WHERE Retired = 1954 AND In Service = 1943"}
{"id": "000000783", "text": "SELECT Winner/2nd FROM table WHERE Time = 1:24.00"}
{"id": "000000784", "text": "SELECT COUNT Result FROM table WHERE Race = Stan Fox Stakes"}
{"id": "000000785", "text": "SELECT Result FROM table WHERE Venue = Rosehill"}
{"id": "000000786", "text": "SELECT District FROM table WHERE Incumbent = Dick Saslaw"}
{"id": "000000787", "text": "SELECT 2007 Result FROM table WHERE Elected = 1996"}
{"id": "000000788", "text": "SELECT 2007 Result FROM table WHERE District = 28th"}
{"id": "000000789", "text": "SELECT District FROM table WHERE Incumbent = Charles Hawkins"}
{"id": "000000790", "text": "SELECT MAX Game FROM table WHERE Date = March 26"}
{"id": "000000791", "text": "SELECT COUNT High rebounds FROM table WHERE Date = March 13"}
{"id": "000000792", "text": "SELECT High points FROM table WHERE Record = 11-40"}
{"id": "000000793", "text": "SELECT Team FROM table WHERE Record = 45-36"}
{"id": "000000794", "text": "SELECT MAX Game FROM table WHERE Date = April 12"}
{"id": "000000795", "text": "SELECT TO Winning Team FROM table WHERE TU Winning Team = Joe Richardson"}
{"id": "000000796", "text": "SELECT Circuit FROM table WHERE Rnd = 5 AND GTU Winning Team = #59 Brumos Porsche - Audi"}
{"id": "000000797", "text": "SELECT GTU Winning Team FROM table WHERE TO Winning Team = #3 Camaro"}
{"id": "000000798", "text": "SELECT GTU Winning Team FROM table WHERE TO Winning Team = Steve Ross"}
{"id": "000000799", "text": "SELECT GTO Winning Team FROM table WHERE Rnd = 5 AND GTU Winning Team = #59 Brumos Porsche - Audi"}
{"id": "000000800", "text": "SELECT GTO Winning Team FROM table WHERE TO Winning Team = #84 Camaro"}
{"id": "000000801", "text": "SELECT Results FROM table WHERE GTO Winning Team = Steve Millen"}
{"id": "000000802", "text": "SELECT MIN Rnd FROM table WHERE Circuit = Watkins Glen"}
{"id": "000000803", "text": "SELECT GTP Winning Team FROM table WHERE Circuit = Portland AND GTU Winning Team = Jack Baldwin"}
{"id": "000000804", "text": "SELECT Rnd FROM table WHERE GTP Winning Team = #56 Blue Thunder Racing AND GTO Winning Team = #38 Mandeville Auto Tech"}
{"id": "000000805", "text": "SELECT COUNT Results FROM table WHERE GTU Winning Team = #98 All American Racers"}
{"id": "000000806", "text": "SELECT GTO Winning Team FROM table WHERE GTU Winning Team = Chris Cord"}
{"id": "000000807", "text": "SELECT UU-USU score FROM table WHERE Winner = #5 Brigham Young (2\u20130)"}
{"id": "000000808", "text": "SELECT MAX Season FROM table WHERE BYU-USU score = 29\u20137"}
{"id": "000000809", "text": "SELECT MAX Season FROM table WHERE BYU-UU score = 20\u201317 BYU #19"}
{"id": "000000810", "text": "SELECT COUNT BYU-UU score FROM table WHERE Winner = Utah State (2\u20131) Won over BYU by media vote"}
{"id": "000000811", "text": "SELECT BYU-UU score FROM table WHERE UU-USU score = 44\u201316"}
{"id": "000000812", "text": "SELECT Language(s) FROM table WHERE Film title = Tsotsi"}
{"id": "000000813", "text": "SELECT Year (Ceremony) FROM table WHERE Film title = Tsotsi"}
{"id": "000000814", "text": "SELECT Result FROM table WHERE Film title = Life, Above All"}
{"id": "000000815", "text": "SELECT COUNT Overall FROM table WHERE Player = Jerry Hill"}
{"id": "000000816", "text": "SELECT Player FROM table WHERE Position = Kicker"}
{"id": "000000817", "text": "SELECT NFL Team FROM table WHERE Player = Steve Scifres"}
{"id": "000000818", "text": "SELECT MAX Draft Year FROM table WHERE Player = Jerry Marion"}
{"id": "000000819", "text": "SELECT MAX Overall FROM table WHERE Player = Jerry Marion"}
{"id": "000000820", "text": "SELECT Record FROM table WHERE High points = Dwyane Wade (27) AND Location Attendance = ARCO Arena"}
{"id": "000000821", "text": "SELECT COUNT High assists FROM table WHERE Record = 15-11"}
{"id": "000000822", "text": "SELECT High points FROM table WHERE Date = December 3"}
{"id": "000000823", "text": "SELECT High rebounds FROM table WHERE Score = W 111\u201392 (OT)"}
{"id": "000000824", "text": "SELECT High rebounds FROM table WHERE High assists = Dwyane Wade (9)"}
{"id": "000000825", "text": "SELECT Record FROM table WHERE Date = December 29"}
{"id": "000000826", "text": "SELECT MIN 2002 population FROM table"}
{"id": "000000827", "text": "SELECT Position FROM table WHERE Artist = Jim Reeves"}
{"id": "000000828", "text": "SELECT Highest position FROM table WHERE Artist = Frankie Avalon"}
{"id": "000000829", "text": "SELECT COUNT Artist FROM table WHERE Song title = \" Save the Last Dance for Me \""}
{"id": "000000830", "text": "SELECT Song title FROM table WHERE Artist = Pat Boone"}
{"id": "000000831", "text": "SELECT MIN Highest position FROM table WHERE Artist = Paul Evans"}
{"id": "000000832", "text": "SELECT High rebounds FROM table WHERE Date = December 22"}
{"id": "000000833", "text": "SELECT Record FROM table WHERE Score = W 102\u201381 (OT)"}
{"id": "000000834", "text": "SELECT High points FROM table WHERE Date = March 13"}
{"id": "000000835", "text": "SELECT High points FROM table WHERE High rebounds = Charles Oakley (9)"}
{"id": "000000836", "text": "SELECT Incumbent FROM table WHERE Opponent = Anthony Weiner (D) unopposed"}
{"id": "000000837", "text": "SELECT Incumbent FROM table WHERE Opponent = Peter King (R) 56.0% David Mejias (D) 44.0%"}
{"id": "000000838", "text": "SELECT District FROM table WHERE Party = Republican AND Elected = 1998"}
{"id": "000000839", "text": "SELECT MIN District FROM table WHERE Incumbent = Tom Reynolds"}
{"id": "000000840", "text": "SELECT Status FROM table WHERE Incumbent = Eliot Engel"}
{"id": "000000841", "text": "SELECT MIN Elected FROM table WHERE Incumbent = Gregory W. Meeks"}
{"id": "000000842", "text": "SELECT Frequency FROM table WHERE Part Number(s) = ADO520BIAA5DO"}
{"id": "000000843", "text": "SELECT Release Date FROM table WHERE Part Number(s) = ADH485BIAA5DO"}
{"id": "000000844", "text": "SELECT HT FROM table WHERE Model Number = Athlon X2 5200B"}
{"id": "000000845", "text": "SELECT COUNT Frequency FROM table WHERE Part Number(s) = ADO540BIAA5DO"}
{"id": "000000846", "text": "SELECT % of Hindus FROM table WHERE Region = Middle East"}
{"id": "000000847", "text": "SELECT MAX Hindus FROM table WHERE % of Hindus = 0.163%"}
{"id": "000000848", "text": "SELECT MIN Total Population FROM table WHERE Region = Southeast Asia"}
{"id": "000000849", "text": "SELECT MIN Average FROM table WHERE Highest = 2363"}
{"id": "000000850", "text": "SELECT MIN Lowest FROM table WHERE Highest = 2363"}
{"id": "000000851", "text": "SELECT Team FROM table WHERE Stadium = Glebe Park"}
{"id": "000000852", "text": "SELECT Production code FROM table WHERE No. in series = 37b"}
{"id": "000000853", "text": "SELECT Original air date FROM table WHERE Storyboarded by = William Reiss AND No. in series = 31"}
{"id": "000000854", "text": "SELECT Original air date FROM table WHERE No. in season = 10b"}
{"id": "000000855", "text": "SELECT Original air date FROM table WHERE No. in series = 29a"}
{"id": "000000856", "text": "SELECT COUNT Directed by FROM table WHERE Written by = Darrick Bachman and Brett Varon"}
{"id": "000000857", "text": "SELECT Density FROM table WHERE Principal town = Brighton"}
{"id": "000000858", "text": "SELECT Population 2011 census FROM table WHERE Local Government Area = Sorell"}
{"id": "000000859", "text": "SELECT COUNT Area (km 2 ) FROM table WHERE County = Marsabit"}
{"id": "000000860", "text": "SELECT Code FROM table WHERE Population Census 2009 = 1356301"}
{"id": "000000861", "text": "SELECT COUNT Tries against FROM table WHERE Points against = 396"}
{"id": "000000862", "text": "SELECT Points FROM table WHERE Try bonus = 10"}
{"id": "000000863", "text": "SELECT Tries for FROM table WHERE Points = 70"}
{"id": "000000864", "text": "SELECT COUNT Club FROM table WHERE Try bonus = 5"}
{"id": "000000865", "text": "SELECT Losing bonus FROM table WHERE Won = 9"}
{"id": "000000866", "text": "SELECT Tries for FROM table WHERE Club = Pontardawe RFC"}
{"id": "000000867", "text": "SELECT Home wins FROM table WHERE Road Win Pct. = .000 AND ROAD games > 3.0"}
{"id": "000000868", "text": "SELECT COUNT PA FROM table WHERE Home Win Pct. = .667"}
{"id": "000000869", "text": "SELECT COUNT Home losses FROM table WHERE PF = 13"}
{"id": "000000870", "text": "SELECT HOME games FROM table WHERE Road Win Pct. = .167"}
{"id": "000000871", "text": "SELECT Copies per particle FROM table WHERE Location = Forms inner shell of the core"}
{"id": "000000872", "text": "SELECT Copies per particle FROM table WHERE Function = Enterotoxin"}
{"id": "000000873", "text": "SELECT COUNT Size ( s base pair ) FROM table WHERE Molecular weight kDa = 102"}
{"id": "000000874", "text": "SELECT COUNT Copies per particle FROM table WHERE Size ( s base pair ) = 1059"}
{"id": "000000875", "text": "SELECT MIN Attendance FROM table WHERE Stadium = Cotton Bowl"}
{"id": "000000876", "text": "SELECT Opponent FROM table WHERE Stadium = Jeppesen Stadium"}
{"id": "000000877", "text": "SELECT Stadium FROM table WHERE Record = 1\u20131"}
{"id": "000000878", "text": "SELECT COUNT Attendance FROM table WHERE Stadium = Cotton Bowl"}
{"id": "000000879", "text": "SELECT Result FROM table WHERE Opponent = at Oakland Raiders"}
{"id": "000000880", "text": "SELECT MIN Attendance FROM table WHERE Record = 4\u20136"}
{"id": "000000881", "text": "SELECT Number FROM table WHERE Astronaut = Yurchikhin Fyodor Yurchikhin"}
{"id": "000000882", "text": "SELECT Total Time Hours:Minutes FROM table WHERE Number = 17"}
{"id": "000000883", "text": "SELECT COUNT Agency FROM table WHERE Astronaut = Budarin Nikolai Budarin"}
{"id": "000000884", "text": "SELECT MAX Total EVAs FROM table WHERE Total Time Hours:Minutes = 45:34"}
{"id": "000000885", "text": "SELECT COUNT Total EVAs FROM table WHERE Total Time Hours:Minutes = 45:34"}
{"id": "000000886", "text": "SELECT Agency FROM table WHERE Astronaut = Anderson Clayton Anderson"}
{"id": "000000887", "text": "SELECT Year FROM table WHERE Change = +8.0%"}
{"id": "000000888", "text": "SELECT Domestic freight FROM table WHERE Change = +8.0%"}
{"id": "000000889", "text": "SELECT MAX International mail FROM table WHERE Total freight and mail = 145044"}
{"id": "000000890", "text": "SELECT Results FROM table WHERE GT2 Winning Team = Lars-Erik Nielsen Allan Simonsen Richard Westbrook"}
{"id": "000000891", "text": "SELECT Rnd FROM table WHERE LMP2 Winning Team = Jos Verstappen Jeroen Bleekemolen"}
{"id": "000000892", "text": "SELECT MAX Arrival FROM table WHERE Name = Greenbat"}
{"id": "000000893", "text": "SELECT No. FROM table WHERE Location = Engine shed"}
{"id": "000000894", "text": "SELECT Name FROM table WHERE Builder = Kerr Stuart"}
{"id": "000000895", "text": "SELECT Builder FROM table WHERE Location = Irton Road shed"}
{"id": "000000896", "text": "SELECT Status FROM table WHERE Location = Museum"}
{"id": "000000897", "text": "SELECT COUNT Built FROM table WHERE Name = River Esk"}
{"id": "000000898", "text": "SELECT Publication dates FROM table WHERE Artist(s) = Timothy Truman"}
{"id": "000000899", "text": "SELECT Book title FROM table WHERE Artist(s) = Timothy Truman"}
{"id": "000000900", "text": "SELECT COUNT Issues FROM table WHERE Writer = Elaine Lee"}
{"id": "000000901", "text": "SELECT Regionalliga Nord FROM table WHERE Regionalliga S\u00fcd = 1. FC Nuremberg SpVgg Greuther F\u00fcrth"}
{"id": "000000902", "text": "SELECT Season FROM table WHERE Regionalliga Nord = VfB Oldenburg"}
{"id": "000000903", "text": "SELECT Regionalliga Nord FROM table WHERE Regionalliga West/S\u00fcdwest = FC G\u00fctersloh Rot-Wei\u00df Essen"}
{"id": "000000904", "text": "SELECT Season FROM table WHERE Regionalliga West/S\u00fcdwest = Arminia Bielefeld"}
{"id": "000000905", "text": "SELECT Regionalliga West/S\u00fcdwest FROM table WHERE Regionalliga S\u00fcd = Stuttgarter Kickers"}
{"id": "000000906", "text": "SELECT COUNT Population (2010) (Rank) FROM table WHERE County Name = Spencer"}
{"id": "000000907", "text": "SELECT Area sq mi (km 2 ) (Rank) FROM table WHERE County Seat = Vincennes"}
{"id": "000000908", "text": "SELECT Population (2010) (Rank) FROM table WHERE Area sq mi (km 2 ) (Rank) = sqmi (km2) (5)"}
{"id": "000000909", "text": "SELECT COUNT ZIP code Prefix(es) FROM table WHERE % of Boundary by water = 63%"}
{"id": "000000910", "text": "SELECT IN No. FROM table WHERE County Name = Spencer"}
{"id": "000000911", "text": "SELECT Oberliga Hessen FROM table WHERE Oberliga Baden-W\u00fcrttemberg = SV Sandhausen AND Oberliga S\u00fcdwest = FSV Salmrohr"}
{"id": "000000912", "text": "SELECT Oberliga Baden-W\u00fcrttemberg FROM table WHERE Oberliga Bayern = TSV 1860 Munich AND Oberliga S\u00fcdwest = Borussia Neunkirchen"}
{"id": "000000913", "text": "SELECT Oberliga S\u00fcdwest FROM table WHERE Oberliga Bayern = SpVgg Unterhaching AND Season = 1988-89"}
{"id": "000000914", "text": "SELECT Season FROM table WHERE Oberliga Bayern = SpVgg Bayreuth AND Oberliga S\u00fcdwest = FSV Salmrohr"}
{"id": "000000915", "text": "SELECT Oberliga Bayern FROM table WHERE Oberliga Baden-W\u00fcrttemberg = SV Sandhausen AND Season = 1986-87"}
{"id": "000000916", "text": "SELECT COUNT BlackBerry OS FROM table WHERE Other = 0.1 AND Quarter = 2012 Q2"}
{"id": "000000917", "text": "SELECT COUNT Android FROM table WHERE Quarter = 2012 Q4"}
{"id": "000000918", "text": "SELECT Windows Phone FROM table WHERE Total = 216.2"}
{"id": "000000919", "text": "SELECT COUNT Total FROM table WHERE Quarter = 2012 Q1"}
{"id": "000000920", "text": "SELECT BlackBerry OS FROM table WHERE Symbian = 10.4"}
{"id": "000000921", "text": "SELECT COUNT Other FROM table WHERE Total = 181.1"}
{"id": "000000922", "text": "SELECT Load Bearing Capacity FROM table WHERE Scientific Name = Camelus dromedarius"}
{"id": "000000923", "text": "SELECT Division FROM table WHERE Year = 2006"}
{"id": "000000924", "text": "SELECT Playoffs FROM table WHERE Team Name = Bay Area Seals"}
{"id": "000000925", "text": "SELECT Regular Season FROM table WHERE Playoffs = Divisional Finals"}
{"id": "000000926", "text": "SELECT Playoffs FROM table WHERE League = USISL AND Regular Season = 1st, Pacific"}
{"id": "000000927", "text": "SELECT COUNT Division FROM table WHERE Playoffs = Conference Quarterfinals"}
{"id": "000000928", "text": "SELECT MIN Home Attendance FROM table WHERE Competition = Southern Derby"}
{"id": "000000929", "text": "SELECT Result FROM table WHERE Home Matches = 14"}
{"id": "000000930", "text": "SELECT Result FROM table WHERE Record = 4-1"}
{"id": "000000931", "text": "SELECT Height from Sea Level In Meters FROM table WHERE Category = Picturesque and Trekking Route"}
{"id": "000000932", "text": "SELECT Height from Sea Level In Meters FROM table WHERE Category = Extremely Adventures"}
{"id": "000000933", "text": "SELECT Height from Sea Level In Meters FROM table WHERE Trekking Route = 22km"}
{"id": "000000934", "text": "SELECT Category FROM table WHERE Name Of Place = Hemkunt Sahib"}
{"id": "000000935", "text": "SELECT Density (pop/km\u00b2) FROM table WHERE Population (2011 census) = 5402"}
{"id": "000000936", "text": "SELECT Area (km\u00b2) FROM table WHERE Density (pop/km\u00b2) = 137.61"}
{"id": "000000937", "text": "SELECT COUNT Population (2011 census) FROM table WHERE Area (km\u00b2) = 132.79"}
{"id": "000000938", "text": "SELECT COUNT Area (km\u00b2) FROM table WHERE Population (2007 estimation) = 7996"}
{"id": "000000939", "text": "SELECT 3\u2019UTR sequence FROM table WHERE GenBank id = HQ021437"}
{"id": "000000940", "text": "SELECT Coding FROM table WHERE GenBank id = HQ021442"}
{"id": "000000941", "text": "SELECT 3\u2019UTR sequence FROM table WHERE Variant id = AD'6A 4"}
{"id": "000000942", "text": "SELECT 3\u2019UTR sequence FROM table WHERE Variant id = ACD'6A 3"}
{"id": "000000943", "text": "SELECT Director FROM table WHERE Total# = 14"}
{"id": "000000944", "text": "SELECT Title FROM table WHERE Writer = Rob Heyland"}
{"id": "000000945", "text": "SELECT Series# FROM table WHERE Writer = Julian Unthank"}
{"id": "000000946", "text": "SELECT MIN Touchdowns FROM table WHERE Player = Redden"}
{"id": "000000947", "text": "SELECT MAX Extra points FROM table"}
{"id": "000000948", "text": "SELECT Position FROM table WHERE Extra points = 4"}
{"id": "000000949", "text": "SELECT COUNT Points FROM table WHERE Position = Right end"}
{"id": "000000950", "text": "SELECT Games started FROM table WHERE Player = Hugh White"}
{"id": "000000951", "text": "SELECT COUNT Class FROM table WHERE Player = Everett Sweeley"}
{"id": "000000952", "text": "SELECT COUNT Class FROM table WHERE Prior experience = Shasta H.S."}
{"id": "000000953", "text": "SELECT MAX Weight FROM table WHERE Player = Hugh White"}
{"id": "000000954", "text": "SELECT MAX Weight FROM table WHERE Height = 6' 2\""}
{"id": "000000955", "text": "SELECT COUNT Field goals (5 points) FROM table WHERE Player = Walter Shaw"}
{"id": "000000956", "text": "SELECT MAX Field goals (5 points) FROM table WHERE Total Points = 100"}
{"id": "000000957", "text": "SELECT COUNT Touchdowns (5 points) FROM table WHERE Extra points 1 point = 7"}
{"id": "000000958", "text": "SELECT Touchdowns (5 points) FROM table WHERE Player = Albert Herrnstein"}
{"id": "000000959", "text": "SELECT MAX Touchdowns (5 points) FROM table WHERE Player = Bruce Shorts"}
{"id": "000000960", "text": "SELECT COUNT Player FROM table WHERE Touchdowns (5 points) = 4"}
{"id": "000000961", "text": "SELECT Player FROM table WHERE Position = Fullback"}
{"id": "000000962", "text": "SELECT Position FROM table WHERE Player = Shorts"}
{"id": "000000963", "text": "SELECT Player FROM table WHERE Touchdowns = 4 AND Position = Left halfback"}
{"id": "000000964", "text": "SELECT MAX Points FROM table WHERE Position = Left end"}
{"id": "000000965", "text": "SELECT MIN Points FROM table WHERE Player = Herrnstein"}
{"id": "000000966", "text": "SELECT MIN Field goals FROM table"}
{"id": "000000967", "text": "SELECT Position FROM table WHERE Player = Redden"}
{"id": "000000968", "text": "SELECT MIN Extra points FROM table"}
{"id": "000000969", "text": "SELECT Previous experience FROM table WHERE Hometown = East Jordan, Michigan"}
{"id": "000000970", "text": "SELECT Class FROM table WHERE Position = Right tackle"}
{"id": "000000971", "text": "SELECT COUNT Player FROM table WHERE Hometown = Sioux City, Iowa"}
{"id": "000000972", "text": "SELECT Hometown FROM table WHERE Player = George W. Gregory"}
{"id": "000000973", "text": "SELECT Class FROM table WHERE Player = George W. Gregory"}
{"id": "000000974", "text": "SELECT MAX Points FROM table"}
{"id": "000000975", "text": "SELECT Starter FROM table WHERE Player = Herb Graver"}
{"id": "000000976", "text": "SELECT Player FROM table WHERE Touchdowns = 14"}
{"id": "000000977", "text": "SELECT MAX Points FROM table WHERE Player = Duncan Thompson"}
{"id": "000000978", "text": "SELECT MAX Extra points FROM table"}
{"id": "000000979", "text": "SELECT Player FROM table WHERE Position = Left tackle"}
{"id": "000000980", "text": "SELECT COUNT Field goals FROM table WHERE Position = Right end"}
{"id": "000000981", "text": "SELECT Player FROM table WHERE Extra points = 12"}
{"id": "000000982", "text": "SELECT Position FROM table WHERE Touchdowns = 4"}
{"id": "000000983", "text": "SELECT Touchdowns FROM table WHERE Points = 22"}
{"id": "000000984", "text": "SELECT COUNT Points FROM table WHERE Position = Right tackle"}
{"id": "000000985", "text": "SELECT MIN Touchdowns FROM table"}
{"id": "000000986", "text": "SELECT Points FROM table WHERE Player = Rolla Bigelow"}
{"id": "000000987", "text": "SELECT COUNT Touchdowns FROM table WHERE Extra points > 5.0"}
{"id": "000000988", "text": "SELECT MIN Field goals FROM table"}
{"id": "000000989", "text": "SELECT MIN Points FROM table WHERE Player = Patrick"}
{"id": "000000990", "text": "SELECT Starter FROM table WHERE Player = Schulte"}
{"id": "000000991", "text": "SELECT COUNT Points FROM table WHERE Position = Right end"}
{"id": "000000992", "text": "SELECT COUNT Player FROM table WHERE Starter = No AND Touchdowns = 1 AND Position = Right halfback"}
{"id": "000000993", "text": "SELECT MAX Series # FROM table WHERE Directed by = Rob Bailey"}
{"id": "000000994", "text": "SELECT Timeslot FROM table WHERE Season = 5"}
{"id": "000000995", "text": "SELECT MIN Area ( ha ) FROM table WHERE Island = Colonsay"}
{"id": "000000996", "text": "SELECT COUNT Ties FROM table WHERE Games Started = 36"}
{"id": "000000997", "text": "SELECT Winning Pct. FROM table WHERE Jersey No. = 15"}
{"id": "000000998", "text": "SELECT Quarterback FROM table WHERE Winning Pct. = .792"}
{"id": "000000999", "text": "SELECT Losses FROM table WHERE Jersey No. = 2 AND Games Started < 7.0"}
{"id": "000001000", "text": "SELECT COUNT Date of vacancy FROM table WHERE Manner of departure = Resigned AND Outgoing manager = Geninho"}
{"id": "000001001", "text": "SELECT Points classification FROM table WHERE Young rider classification = Roman Kreuziger"}
{"id": "000001002", "text": "SELECT Winner FROM table WHERE Combativity award = Fumiyuki Beppu"}
{"id": "000001003", "text": "SELECT Winner FROM table WHERE Stage = 18"}
{"id": "000001004", "text": "SELECT Winner FROM table WHERE Points classification = Mark Cavendish AND General classification = Rinaldo Nocentini AND Stage < 11.0"}
{"id": "000001005", "text": "SELECT 1st (m) FROM table WHERE Nationality = NOR"}
{"id": "000001006", "text": "SELECT 2nd (m) FROM table WHERE 1st (m) = 124.5"}
{"id": "000001007", "text": "SELECT 2nd (m) FROM table WHERE Name = Gregor Schlierenzauer"}
{"id": "000001008", "text": "SELECT COUNT Overall NT points FROM table WHERE Points = 248.9"}
{"id": "000001009", "text": "SELECT COUNT AFC Cup FROM table WHERE Play-off = 1"}
{"id": "000001010", "text": "SELECT COUNT AFC Cup FROM table WHERE Points (total 500) = 289"}
{"id": "000001011", "text": "SELECT MAX Play-off FROM table WHERE Group stage = 4"}
{"id": "000001012", "text": "SELECT Date successor seated FROM table WHERE District = Georgia 6th"}
{"id": "000001013", "text": "SELECT COUNT Successor FROM table WHERE District = Georgia 2nd"}
{"id": "000001014", "text": "SELECT Time ( ET ) FROM table WHERE Opponent = Cincinnati Bengals"}
{"id": "000001015", "text": "SELECT COUNT Record FROM table WHERE Location = Lambeau Field"}
{"id": "000001016", "text": "SELECT Opponent FROM table WHERE Location = Riverfront Stadium"}
{"id": "000001017", "text": "SELECT COUNT Date FROM table WHERE Opponent = Kansas City Chiefs"}
{"id": "000001018", "text": "SELECT MAX Fourth Place FROM table WHERE Nation = Argentina"}
{"id": "000001019", "text": "SELECT MAX Winners FROM table WHERE Nation = Argentina"}
{"id": "000001020", "text": "SELECT s Sikh FROM table WHERE Buddhist = 955"}
{"id": "000001021", "text": "SELECT Buddhist FROM table WHERE s Jain = 941"}
{"id": "000001022", "text": "SELECT Christians FROM table WHERE Composition = Work Participation Rate"}
{"id": "000001023", "text": "SELECT s Hindu FROM table WHERE Buddhist = 955"}
{"id": "000001024", "text": "SELECT COUNT s Hindu FROM table WHERE Buddhist = 73.0%"}
{"id": "000001025", "text": "SELECT COUNT Composition FROM table WHERE Christians = 39.7"}
{"id": "000001026", "text": "SELECT Hometown FROM table WHERE Name = Ventrell Jenkins"}
{"id": "000001027", "text": "SELECT Class FROM table WHERE Position = RT"}
{"id": "000001028", "text": "SELECT Player FROM table WHERE College = Tennessee"}
{"id": "000001029", "text": "SELECT College FROM table WHERE Player = Byron Williams"}
{"id": "000001030", "text": "SELECT MIN Pick # FROM table"}
{"id": "000001031", "text": "SELECT Position FROM table WHERE Player = Jessie Clark"}
{"id": "000001032", "text": "SELECT Frequency FROM table WHERE Coverage = Chihuahua Sinaloa Durango"}
{"id": "000001033", "text": "SELECT COUNT Transmitting from FROM table WHERE Call sign = XEZV"}
{"id": "000001034", "text": "SELECT Languages FROM table WHERE Call sign = XEJAM"}
{"id": "000001035", "text": "SELECT Position FROM table WHERE Player = Dave Johnson"}
{"id": "000001036", "text": "SELECT Nationality FROM table WHERE Player = Bernie Germain"}
{"id": "000001037", "text": "SELECT Player FROM table WHERE NHL team = Minnesota North Stars"}
{"id": "000001038", "text": "SELECT Position FROM table WHERE Player = Marty Gateman"}
{"id": "000001039", "text": "SELECT Position FROM table WHERE NHL team = Montreal Canadiens"}
{"id": "000001040", "text": "SELECT Position FROM table WHERE NHL team = California Golden Seals"}
{"id": "000001041", "text": "SELECT Nationality FROM table WHERE NHL team = Toronto Maple Leafs"}
{"id": "000001042", "text": "SELECT Player FROM table WHERE NHL team = Los Angeles Kings"}
{"id": "000001043", "text": "SELECT Pick # FROM table WHERE Player = Yves Archambault"}
{"id": "000001044", "text": "SELECT MIN Pick # FROM table WHERE Player = Serge Beaudoin"}
{"id": "000001045", "text": "SELECT NHL team FROM table WHERE Player = Rob Palmer"}
{"id": "000001046", "text": "SELECT Player FROM table WHERE NHL team = Chicago Black Hawks"}
{"id": "000001047", "text": "SELECT Nationality FROM table WHERE Player = Derek Black"}
{"id": "000001048", "text": "SELECT College/junior/club team FROM table WHERE Player = Derek Black"}
{"id": "000001049", "text": "SELECT MAX Goals FROM table"}
{"id": "000001050", "text": "SELECT Season FROM table WHERE Goals = 17 AND Runners-up = Slavija"}
{"id": "000001051", "text": "SELECT Change (2009 to 2010) FROM table WHERE International tourist arrivals (2011) = 9.4 million"}
{"id": "000001052", "text": "SELECT International tourist arrivals (2010) FROM table WHERE International tourist arrivals (2011) = 8.1 million"}
{"id": "000001053", "text": "SELECT International tourist arrivals (2011) FROM table WHERE Country = Italy"}
{"id": "000001054", "text": "SELECT Country FROM table WHERE Rank = 5"}
{"id": "000001055", "text": "SELECT MAX Rank FROM table WHERE Country = Germany"}
{"id": "000001056", "text": "SELECT COUNT Rank FROM table WHERE International tourist arrivals (2011) = 6.2 million"}
{"id": "000001057", "text": "SELECT COUNT Rank FROM table WHERE Country = South Korea"}
{"id": "000001058", "text": "SELECT MIN Stolen Ends FROM table WHERE Locale = Alberta"}
{"id": "000001059", "text": "SELECT Locale FROM table WHERE Skip = Suzanne Gaudet"}
{"id": "000001060", "text": "SELECT Locale FROM table WHERE Skip = Colleen Jones"}
{"id": "000001061", "text": "SELECT Introductory phrase FROM table WHERE Production Code = 4005"}
{"id": "000001062", "text": "SELECT Introductory phrase FROM table WHERE Guest = Neil Shubin"}
{"id": "000001063", "text": "SELECT Introductory phrase FROM table WHERE Original Airdate = January 21"}
{"id": "000001064", "text": "SELECT COUNT Series # FROM table WHERE U.S. viewers (millions) = 18.77"}
{"id": "000001065", "text": "SELECT Role FROM table WHERE Casino Theatre 1888 = George Broderick"}
{"id": "000001066", "text": "SELECT COUNT Savoy Theatre 1888 FROM table WHERE Casino Theatre 1888 = George Olmi"}
{"id": "000001067", "text": "SELECT Casino Theatre 1888 FROM table WHERE Savoy Theatre 1906 = Overton Moyle"}
{"id": "000001068", "text": "SELECT Losses FROM table WHERE Team = General Caballero ZC"}
{"id": "000001069", "text": "SELECT MAX Draws FROM table WHERE Wins = 3"}
{"id": "000001070", "text": "SELECT COUNT Played FROM table WHERE Scored = 16"}
{"id": "000001071", "text": "SELECT COUNT Population 1891 FROM table WHERE Area 1891 (Statute acres) = 175836"}
{"id": "000001072", "text": "SELECT Administrative county FROM table WHERE Area 1961 (Statute acres) = 422372"}
{"id": "000001073", "text": "SELECT Area 1891 (Statute acres) FROM table WHERE Administrative county = Flintshire"}
{"id": "000001074", "text": "SELECT COUNT Administrative county FROM table WHERE Area 1961 (Statute acres) = 176694"}
{"id": "000001075", "text": "SELECT COUNT Mixed doubles FROM table WHERE Year = 1997"}
{"id": "000001076", "text": "SELECT COUNT Week FROM table WHERE Game Site = Memorial Stadium AND Opponent = Buffalo Bills"}
{"id": "000001077", "text": "SELECT Opponent FROM table WHERE Date = October 2, 1983"}
{"id": "000001078", "text": "SELECT MAX Week FROM table WHERE Date = September 25, 1983"}
{"id": "000001079", "text": "SELECT COUNT Week FROM table WHERE Opponent = at Cleveland Browns"}
{"id": "000001080", "text": "SELECT Record FROM table WHERE Result = L 17\u201350"}
{"id": "000001081", "text": "SELECT Record FROM table WHERE Result = W 52\u201319"}
{"id": "000001082", "text": "SELECT COUNT Result FROM table WHERE Opponent = Cleveland Browns"}
{"id": "000001083", "text": "SELECT Result FROM table WHERE Opponent = at New England Patriots"}
{"id": "000001084", "text": "SELECT Record FROM table WHERE Result = W 21\u20137"}
{"id": "000001085", "text": "SELECT Date FROM table WHERE Attendance = 40657"}
{"id": "000001086", "text": "SELECT MIN Attendance FROM table WHERE Date = September 19, 1976"}
{"id": "000001087", "text": "SELECT COUNT Record FROM table WHERE Attendance = 44023"}
{"id": "000001088", "text": "SELECT MIN Week FROM table WHERE Date = September 19, 1976"}
{"id": "000001089", "text": "SELECT Record FROM table WHERE Attendance = 42827"}
{"id": "000001090", "text": "SELECT Date FROM table WHERE Week = 9"}
{"id": "000001091", "text": "SELECT Game Site FROM table WHERE Date = December 12, 1965"}
{"id": "000001092", "text": "SELECT COUNT Game Site FROM table WHERE Opponent = Chicago Bears"}
{"id": "000001093", "text": "SELECT Result FROM table WHERE Date = November 14, 1965"}
{"id": "000001094", "text": "SELECT Game Site FROM table WHERE Opponent = Atlanta Falcons"}
{"id": "000001095", "text": "SELECT Date FROM table WHERE Week = 2"}
{"id": "000001096", "text": "SELECT Place FROM table WHERE Professional Jury = 5"}
{"id": "000001097", "text": "SELECT Professional Jury FROM table WHERE Points = 10"}
{"id": "000001098", "text": "SELECT Artist FROM table WHERE Draw = 2"}
{"id": "000001099", "text": "SELECT MIN Draw FROM table WHERE Artist = Elena Dermidjean"}
{"id": "000001100", "text": "SELECT Womens doubles FROM table WHERE Mens doubles = No competition"}
{"id": "000001101", "text": "SELECT Mixed doubles FROM table WHERE Year = 1998"}
{"id": "000001102", "text": "SELECT COUNT College FROM table WHERE Pick = 57"}
{"id": "000001103", "text": "SELECT COUNT Height FROM table WHERE Player name = Chad Henne"}
{"id": "000001104", "text": "SELECT Recopa Sudamericana 1992 FROM table WHERE Copa Libertadores 1992 = Did not qualify AND Copa CONMEBOL 1992 = Round of 16 AND Team = Bragantino"}
{"id": "000001105", "text": "SELECT Copa Libertadores 1992 FROM table WHERE Copa CONMEBOL 1992 = Round of 16 AND Team = Fluminense"}
{"id": "000001106", "text": "SELECT Team FROM table WHERE Copa CONMEBOL 1992 = Round of 16"}
{"id": "000001107", "text": "SELECT League FROM table WHERE Year = 2009"}
{"id": "000001108", "text": "SELECT Playoffs FROM table WHERE Regular Season = 5th, North"}
{"id": "000001109", "text": "SELECT Player FROM table WHERE PGA Ch. = T6 AND Masters = T4 AND U.S. Open = T8"}
{"id": "000001110", "text": "SELECT Masters FROM table WHERE PGA Ch. = R16"}
{"id": "000001111", "text": "SELECT U.S. Open FROM table WHERE Open Ch. = 6th"}
{"id": "000001112", "text": "SELECT Swimsuit FROM table WHERE Evening Gown = 7.61"}
{"id": "000001113", "text": "SELECT Province FROM table WHERE Swimsuit = 8.43"}
{"id": "000001114", "text": "SELECT Province FROM table WHERE Evening Gown = 7.61"}
{"id": "000001115", "text": "SELECT COUNT Average FROM table WHERE Evening Gown = 8.00"}
{"id": "000001116", "text": "SELECT COUNT Province FROM table WHERE Evening Gown = 8.49"}
{"id": "000001117", "text": "SELECT Lead FROM table WHERE Socialist = 35.5%"}
{"id": "000001118", "text": "SELECT Margin of victory FROM table WHERE Tournament = Hawaiian Open"}
{"id": "000001119", "text": "SELECT Margin of victory FROM table WHERE Tournament = Mercedes Championships"}
{"id": "000001120", "text": "SELECT TFL-Yds FROM table WHERE No-Yds = 1-0"}
{"id": "000001121", "text": "SELECT Solo FROM table WHERE Name = Briggs, Diyral"}
{"id": "000001122", "text": "SELECT GP FROM table WHERE FF = 0 AND QBH = 1"}
{"id": "000001123", "text": "SELECT Champion Score FROM table WHERE Division = Division 2 Men"}
{"id": "000001124", "text": "SELECT MIN Spirou FROM table"}
{"id": "000001125", "text": "SELECT Home team FROM table WHERE Away team = Kilmarnock"}
{"id": "000001126", "text": "SELECT MIN Attendance FROM table"}
{"id": "000001127", "text": "SELECT Episode FROM table WHERE Segment A = Kitchen Knives"}
{"id": "000001128", "text": "SELECT Segment D FROM table WHERE Segment B = Dining Room Tables"}
{"id": "000001129", "text": "SELECT Netflix FROM table WHERE Segment B = Marshmallow Cookies"}
{"id": "000001130", "text": "SELECT Segment A FROM table WHERE Segment C = Cardboard Boxes"}
{"id": "000001131", "text": "SELECT COUNT Episode FROM table WHERE Segment B = s Hacksaw"}
{"id": "000001132", "text": "SELECT COUNT Series Ep. FROM table WHERE Segment A = s Piston"}
{"id": "000001133", "text": "SELECT Segment C FROM table WHERE Segment B = Paint Rollers"}
{"id": "000001134", "text": "SELECT Segment A FROM table WHERE Series Ep. = 8-08"}
{"id": "000001135", "text": "SELECT Segment B FROM table WHERE Segment C = Graphite s Fly Rod"}
{"id": "000001136", "text": "SELECT Race Winner FROM table WHERE Circuit = Magny-Cours"}
{"id": "000001137", "text": "SELECT Round FROM table WHERE Circuit = Assen"}
{"id": "000001138", "text": "SELECT COUNT Race Winner FROM table WHERE No = 12"}
{"id": "000001139", "text": "SELECT Country FROM table WHERE Margin of victory = 9 strokes"}
{"id": "000001140", "text": "SELECT Purse ( $ ) FROM table WHERE Winners share ($) = 428650"}
{"id": "000001141", "text": "SELECT Venue FROM table WHERE Champion = Lorena Ochoa"}
{"id": "000001142", "text": "SELECT Episode No. FROM table WHERE Presenter = Ben Okri"}
{"id": "000001143", "text": "SELECT UK Broadcast Date FROM table WHERE Presenter = Buck Henry"}
{"id": "000001144", "text": "SELECT Input Clock (MHz) FROM table WHERE S-Spec Number = SK096"}
{"id": "000001145", "text": "SELECT COUNT Voltage Range (V) FROM table WHERE Clock Multiplier = 3X or 2X mode AND Part Number = A80486DX4WB-100"}
{"id": "000001146", "text": "SELECT Part Number FROM table WHERE S-Spec Number = SK096"}
{"id": "000001147", "text": "SELECT Clock Multiplier FROM table WHERE Voltage Range (V) = 3.3 - 3.6 AND Input Clock (MHz) = 33 X 3 / 50 X 2 AND Part Number = A80486DX4-100"}
{"id": "000001148", "text": "SELECT COUNT Processor Speed (MHz) FROM table WHERE Part Number = A80486DX4-75"}
{"id": "000001149", "text": "SELECT MIN Democratic Coalition FROM table"}
{"id": "000001150", "text": "SELECT MIN League of Communists FROM table WHERE Municipality = Mojkovac"}
{"id": "000001151", "text": "SELECT COUNT League of Communists FROM table WHERE Municipality = Bar"}
{"id": "000001152", "text": "SELECT COUNT League of Communists FROM table WHERE Peoples Party = 7"}
{"id": "000001153", "text": "SELECT Poles FROM table WHERE Year = 2011"}
{"id": "000001154", "text": "SELECT Riders FROM table WHERE Team name = JiR Team Scot MotoGP"}
{"id": "000001155", "text": "SELECT Class FROM table WHERE Riders = Makoto Tamada AND Races = 17"}
{"id": "000001156", "text": "SELECT MIN Wins FROM table"}
{"id": "000001157", "text": "SELECT College FROM table WHERE Player = Dean Kirkland"}
{"id": "000001158", "text": "SELECT Player FROM table WHERE College = Pittsburg State"}
{"id": "000001159", "text": "SELECT MIN Pick # FROM table"}
{"id": "000001160", "text": "SELECT MAX Pick # FROM table WHERE Position = Defensive end"}
{"id": "000001161", "text": "SELECT COUNT Pick # FROM table WHERE Player = Dean Kirkland"}
{"id": "000001162", "text": "SELECT isotopic mass ( u ) FROM table WHERE Nuclide = 169 Tm"}
{"id": "000001163", "text": "SELECT COUNT N ( n ) FROM table WHERE Nuclide = 141 Pr"}
{"id": "000001164", "text": "SELECT Element FROM table WHERE isotopic mass ( u ) = 158.925 34(2)"}
{"id": "000001165", "text": "SELECT Original artist FROM table WHERE Theme = Year They Were Born"}
{"id": "000001166", "text": "SELECT COUNT Result FROM table WHERE Original artist = Queen"}
{"id": "000001167", "text": "SELECT Glass Bulb Color FROM table WHERE Temperature Classification = Ordinary"}
{"id": "000001168", "text": "SELECT Maximum Ceiling Temperature FROM table WHERE Temperature Classification = Intermediate"}
{"id": "000001169", "text": "SELECT Maximum Ceiling Temperature FROM table WHERE Temperature Classification = Very Extra High"}
{"id": "000001170", "text": "SELECT Year FROM table WHERE Playoffs = Conference Finals"}
{"id": "000001171", "text": "SELECT Regular Season FROM table WHERE Year = 2012"}
{"id": "000001172", "text": "SELECT Team FROM table WHERE Difference = 8"}
{"id": "000001173", "text": "SELECT Team FROM table WHERE Against = 10"}
{"id": "000001174", "text": "SELECT Original air date FROM table WHERE No. in season = 17"}
{"id": "000001175", "text": "SELECT Original air date FROM table WHERE Directed by = Peter Woeste"}
{"id": "000001176", "text": "SELECT COUNT Title FROM table WHERE No. in season = 7"}
{"id": "000001177", "text": "SELECT Written by FROM table WHERE Title = \"Forever in a Day\""}
{"id": "000001178", "text": "SELECT COUNT No. Disc FROM table WHERE Directed by = Jimmy Kaufman"}
{"id": "000001179", "text": "SELECT MIN No. Disc FROM table WHERE No. in series = 14"}
{"id": "000001180", "text": "SELECT MAX No. Disc FROM table WHERE Directed by = Bill Gereghty"}
{"id": "000001181", "text": "SELECT COUNT Length (minutes) FROM table WHERE No. in series = 17"}
{"id": "000001182", "text": "SELECT Best finish FROM table WHERE Scoring rank = 97"}
{"id": "000001183", "text": "SELECT MIN Wins FROM table"}
{"id": "000001184", "text": "SELECT COUNT Second member FROM table WHERE First member = John Rudhale"}
{"id": "000001185", "text": "SELECT Assembled FROM table WHERE First member = John Rudhale"}
{"id": "000001186", "text": "SELECT School/Club Team FROM table WHERE Season = 2009-2011"}
{"id": "000001187", "text": "SELECT Name FROM table WHERE School/Club Team = San Beda"}
{"id": "000001188", "text": "SELECT Position FROM table WHERE School/Club Team = San Beda"}
{"id": "000001189", "text": "SELECT Name FROM table WHERE School/Club Team = State"}
{"id": "000001190", "text": "SELECT School/Club Team FROM table WHERE Season = 2008"}
{"id": "000001191", "text": "SELECT School/Club Team FROM table WHERE Name = Norman Gonzales"}
{"id": "000001192", "text": "SELECT Points FROM table WHERE Club = Pontrhydyfen RFC"}
{"id": "000001193", "text": "SELECT Try Bonus FROM table WHERE Tries For = 30"}
{"id": "000001194", "text": "SELECT COUNT Points for FROM table WHERE Lost = 4"}
{"id": "000001195", "text": "SELECT Number FROM table WHERE Acquisition via = Far Eastern"}
{"id": "000001196", "text": "SELECT Season FROM table WHERE Number = 9"}
{"id": "000001197", "text": "SELECT Name FROM table WHERE School/Club Team = Visayas"}
{"id": "000001198", "text": "SELECT School/Club Team FROM table WHERE Number = 9"}
{"id": "000001199", "text": "SELECT School FROM table WHERE Colors = Maroon and White"}
{"id": "000001200", "text": "SELECT Colors FROM table WHERE School = Middletown High School"}
{"id": "000001201", "text": "SELECT League FROM table WHERE Nickname = Cavaliers"}
{"id": "000001202", "text": "SELECT Division FROM table WHERE Nickname = Silver Eagles"}
{"id": "000001203", "text": "SELECT League FROM table WHERE School = Delaware Military Academy"}
{"id": "000001204", "text": "SELECT COUNT District FROM table WHERE Election date = December 1799"}
{"id": "000001205", "text": "SELECT Vacator FROM table WHERE Took seat = January 29, 1813"}
{"id": "000001206", "text": "SELECT MAX Number of s EVA FROM table"}
{"id": "000001207", "text": "SELECT COUNT Lunar blastoff date FROM table WHERE Mission name = Apollo 11"}
{"id": "000001208", "text": "SELECT Mission name FROM table WHERE Lunar blastoff date = 21 November 1969"}
{"id": "000001209", "text": "SELECT Lunar landing site FROM table WHERE Lunar landing date = 19 November 1969"}
{"id": "000001210", "text": "SELECT MAX Number of s EVA FROM table"}
{"id": "000001211", "text": "SELECT Mission name FROM table WHERE Lunar landing site = Ocean of Storms"}
{"id": "000001212", "text": "SELECT Award name FROM table WHERE Team number = 679"}
{"id": "000001213", "text": "SELECT COUNT Team name FROM table WHERE City, State/Country = Bridgewater, NJ, USA"}
{"id": "000001214", "text": "SELECT No. FROM table WHERE School/Club Team = Arizona"}
{"id": "000001215", "text": "SELECT MAX No. FROM table WHERE Position = Guard AND School/Club Team = Wake Forest"}
{"id": "000001216", "text": "SELECT Years in Orlando FROM table WHERE Player = Jeryl Sasser"}
{"id": "000001217", "text": "SELECT MIN No. FROM table WHERE Position = Forward-Center"}
{"id": "000001218", "text": "SELECT No. FROM table WHERE Position = Guard AND School/Club Team = Oklahoma State"}
{"id": "000001219", "text": "SELECT Player FROM table WHERE School/Club Team = Arizona"}
{"id": "000001220", "text": "SELECT MIN Fleet size FROM table WHERE Callsign = COOL RED"}
{"id": "000001221", "text": "SELECT COUNT Fleet size FROM table WHERE IATA = 5J"}
{"id": "000001222", "text": "SELECT Commenced operations FROM table WHERE Headquarters = Angeles City"}
{"id": "000001223", "text": "SELECT MIN Commenced operations FROM table"}
{"id": "000001224", "text": "SELECT Headquarters FROM table WHERE ICAO = AAU"}
{"id": "000001225", "text": "SELECT Uranium required 2006-08 FROM table WHERE Country = Russia"}
{"id": "000001226", "text": "SELECT Indigenous mining production 2006 FROM table WHERE % of world demand = 24.0%"}
{"id": "000001227", "text": "SELECT Deficit (-surplus) FROM table WHERE % of world demand = 5.2%"}
{"id": "000001228", "text": "SELECT Indigenous mining production 2006 FROM table WHERE % of world demand = 3.4%"}
{"id": "000001229", "text": "SELECT Deficit (-surplus) FROM table WHERE Country = France"}
{"id": "000001230", "text": "SELECT Pictorials FROM table WHERE Interview subject = Steve Jobs"}
{"id": "000001231", "text": "SELECT 20 Questions FROM table WHERE Centerfold model = Cherie Witter"}
{"id": "000001232", "text": "SELECT COUNT Pictorials FROM table WHERE Date = 5-85"}
{"id": "000001233", "text": "SELECT Centerfold model FROM table WHERE Interview subject = Steve Jobs"}
{"id": "000001234", "text": "SELECT Date FROM table WHERE Cover model = Aubrey O'Day"}
{"id": "000001235", "text": "SELECT Cover model FROM table WHERE Interview subject = Benicio del Toro"}
{"id": "000001236", "text": "SELECT COUNT Cover model FROM table WHERE Centerfold model = Jennifer Pershing"}
{"id": "000001237", "text": "SELECT MAX Season # FROM table WHERE Series # = 102"}
{"id": "000001238", "text": "SELECT Title FROM table WHERE U.S. viewers (millions) = 14.39"}
{"id": "000001239", "text": "SELECT Written by FROM table WHERE U.S. viewers (millions) = 15.85"}
{"id": "000001240", "text": "SELECT MAX Years participated FROM table WHERE Team = Notre Dame"}
{"id": "000001241", "text": "SELECT COUNT Fourth place FROM table WHERE Team = Colgate"}
{"id": "000001242", "text": "SELECT MIN Fourth place FROM table WHERE Team = Lake Superior State"}
{"id": "000001243", "text": "SELECT MAX Fourth place FROM table WHERE Team = Yale"}
{"id": "000001244", "text": "SELECT COUNT Third place FROM table WHERE Team = Toronto"}
{"id": "000001245", "text": "SELECT Current Streak FROM table WHERE Kansas State vs. = TCU"}
{"id": "000001246", "text": "SELECT at Manhattan FROM table WHERE Kansas State vs. = TCU"}
{"id": "000001247", "text": "SELECT Airdate FROM table WHERE Director = George Spenton-Foster"}
{"id": "000001248", "text": "SELECT MAX Episode FROM table WHERE Adapted by = Leon Griffiths"}
{"id": "000001249", "text": "SELECT COUNT Episode FROM table WHERE Story = Alan Nourse"}
{"id": "000001250", "text": "SELECT Viewer FROM table WHERE Language = troff (typesetter runoff) , groff (GNU runoff)"}
{"id": "000001251", "text": "SELECT Creator FROM table WHERE Viewer = GDDM, AFP viewer"}
{"id": "000001252", "text": "SELECT COUNT Result FROM table WHERE Theme = Year They Were Born"}
{"id": "000001253", "text": "SELECT Result FROM table WHERE Original artist = Betty Everett"}
{"id": "000001254", "text": "SELECT Song choice FROM table WHERE Week # = Top 10"}
{"id": "000001255", "text": "SELECT Theme FROM table WHERE Week # = Top 8"}
{"id": "000001256", "text": "SELECT Location Attendance FROM table WHERE Game = 38"}
{"id": "000001257", "text": "SELECT Score FROM table WHERE Date = January 11"}
{"id": "000001258", "text": "SELECT Score FROM table WHERE Game = 33"}
{"id": "000001259", "text": "SELECT High assists FROM table WHERE Team = Cleveland"}
{"id": "000001260", "text": "SELECT Score FROM table WHERE Date = January 19"}
{"id": "000001261", "text": "SELECT Record FROM table WHERE Team = New Jersey"}
{"id": "000001262", "text": "SELECT High rebounds FROM table WHERE Score = W 105\u201391 (OT)"}
{"id": "000001263", "text": "SELECT Order # FROM table WHERE Theme = Mariah Carey"}
{"id": "000001264", "text": "SELECT Original artist FROM table WHERE Theme = Year They Were Born"}
{"id": "000001265", "text": "SELECT Theme FROM table WHERE Original artist = Dolly Parton"}
{"id": "000001266", "text": "SELECT COUNT Theme FROM table WHERE Original artist = Judy Garland"}
{"id": "000001267", "text": "SELECT Written by: FROM table WHERE Series # = 74"}
{"id": "000001268", "text": "SELECT Original air date FROM table WHERE Season # = 4"}
{"id": "000001269", "text": "SELECT Original air date FROM table WHERE Season # = 4"}
{"id": "000001270", "text": "SELECT COUNT Original air date FROM table WHERE Title = \"Topsy Turvy\""}
{"id": "000001271", "text": "SELECT MIN European Parliament seats FROM table WHERE International Affiliation = Global Greens, EGP"}
{"id": "000001272", "text": "SELECT COUNT Senate seats FROM table WHERE Political Leader = Emile Roemer"}
{"id": "000001273", "text": "SELECT MIN Road wins FROM table"}
{"id": "000001274", "text": "SELECT PCT FROM table WHERE Team = Green Bay Packers"}
{"id": "000001275", "text": "SELECT MIN Road wins FROM table"}
{"id": "000001276", "text": "SELECT MAX Num FROM table WHERE L < 6.0"}
{"id": "000001277", "text": "SELECT COUNT Last appearance FROM table WHERE Team = San Francisco 49ers"}
{"id": "000001278", "text": "SELECT MAX Races FROM table"}
{"id": "000001279", "text": "SELECT Podiums FROM table WHERE Final Placing = 10th"}
{"id": "000001280", "text": "SELECT COUNT Poles FROM table WHERE Series = Formula Renault 2.0 Eurocup AND Final Placing = 10th"}
{"id": "000001281", "text": "SELECT COUNT Record FROM table WHERE Game = 27"}
{"id": "000001282", "text": "SELECT High assists FROM table WHERE Date = December 14"}
{"id": "000001283", "text": "SELECT High assists FROM table WHERE Location Attendance = Delta Center 19,639"}
{"id": "000001284", "text": "SELECT Score FROM table WHERE Team = Washington"}
{"id": "000001285", "text": "SELECT Team FROM table WHERE Date = November 9"}
{"id": "000001286", "text": "SELECT MAX Game FROM table WHERE Date = December 22"}
{"id": "000001287", "text": "SELECT Score FROM table WHERE Date = December 28"}
{"id": "000001288", "text": "SELECT Country FROM table WHERE Television service = Sky Primafila 7 HD"}
{"id": "000001289", "text": "SELECT COUNT Package/Option FROM table WHERE Television service = Sky Primafila 24"}
{"id": "000001290", "text": "SELECT HDTV FROM table WHERE N\u00b0 = 378"}
{"id": "000001291", "text": "SELECT HDTV FROM table WHERE Television service = Sky Primafila 17"}
{"id": "000001292", "text": "SELECT Television service FROM table WHERE Content = Primafila Hot Club"}
{"id": "000001293", "text": "SELECT Aspect ratio FROM table WHERE Horizontal = 720"}
{"id": "000001294", "text": "SELECT COUNT Horizontal FROM table WHERE Framerate ( Hz ) = 25"}
{"id": "000001295", "text": "SELECT McCain % FROM table WHERE County = Dukes"}
{"id": "000001296", "text": "SELECT COUNT County FROM table WHERE Obama Votes = 49558"}
{"id": "000001297", "text": "SELECT COUNT Others Votes FROM table WHERE Others % = 2.0%"}
{"id": "000001298", "text": "SELECT No. in series FROM table WHERE Production code = 116"}
{"id": "000001299", "text": "SELECT Title FROM table WHERE Production code = 109"}
{"id": "000001300", "text": "SELECT COUNT Production code FROM table WHERE Written by = Jack Burditt & Robert Carlock"}
{"id": "000001301", "text": "SELECT COUNT Original air date FROM table WHERE U.S. viewers (million) = 5.1"}
{"id": "000001302", "text": "SELECT Written by FROM table WHERE Directed by = Dennie Gordon"}
{"id": "000001303", "text": "SELECT December FROM table WHERE September = 17.1"}
{"id": "000001304", "text": "SELECT July FROM table WHERE March = 0.41"}
{"id": "000001305", "text": "SELECT September FROM table WHERE November = 10.35"}
{"id": "000001306", "text": "SELECT January FROM table WHERE June = 7.34"}
{"id": "000001307", "text": "SELECT December FROM table WHERE January = 8.77"}
{"id": "000001308", "text": "SELECT Genre FROM table WHERE Station = Hot FM"}
{"id": "000001309", "text": "SELECT COUNT Frequency FROM table WHERE Station = Hot FM"}
{"id": "000001310", "text": "SELECT Station FROM table WHERE Language = Tamil Malay"}
{"id": "000001311", "text": "SELECT Operator FROM table WHERE Station = XFM"}
{"id": "000001312", "text": "SELECT Language FROM table WHERE Station = Malacca FM"}
{"id": "000001313", "text": "SELECT Television Station FROM table WHERE Transmitted = 20 kW AND Frequency = 48 UHF"}
{"id": "000001314", "text": "SELECT COUNT Television Station FROM table WHERE Frequency = 35 UHF"}
{"id": "000001315", "text": "SELECT Site FROM table WHERE Television Station = 8TV"}
{"id": "000001316", "text": "SELECT Network FROM table WHERE Television Station = TV1"}
{"id": "000001317", "text": "SELECT COUNT Transmitted FROM table WHERE Frequency = 7 UHF"}
{"id": "000001318", "text": "SELECT Site FROM table WHERE Television Station = TV3"}
{"id": "000001319", "text": "SELECT COUNT Headphone Class FROM table WHERE Headphone Model = SR100"}
{"id": "000001320", "text": "SELECT Succeeded by FROM table WHERE Earpads = Foam"}
{"id": "000001321", "text": "SELECT Headphone Model FROM table WHERE Succeeded by = SR125"}
{"id": "000001322", "text": "SELECT Driver-matched dB FROM table WHERE Headphone Class = Joseph Grado Signature"}
{"id": "000001323", "text": "SELECT Game Site FROM table WHERE Attendance = 79176"}
{"id": "000001324", "text": "SELECT COUNT Points FROM table WHERE Club = FK Prienai"}
{"id": "000001325", "text": "SELECT MAX Draws FROM table WHERE Club = Sveikata Kybartai"}
{"id": "000001326", "text": "SELECT COUNT Loses FROM table WHERE Goals conceded = 22"}
{"id": "000001327", "text": "SELECT Points FROM table WHERE Wins = 13"}
{"id": "000001328", "text": "SELECT MIN Draws FROM table WHERE Club = \u0160vyturys Klaip\u0117da"}
{"id": "000001329", "text": "SELECT MIN Position FROM table WHERE Loses = 3"}
{"id": "000001330", "text": "SELECT Points FROM table WHERE Club = Piritas Klaip\u0117da"}
{"id": "000001331", "text": "SELECT Wins FROM table WHERE Points = 42"}
{"id": "000001332", "text": "SELECT COUNT Goals scored FROM table WHERE Goals conceded = 35"}
{"id": "000001333", "text": "SELECT MIN Games played FROM table"}
{"id": "000001334", "text": "SELECT COUNT Loses FROM table WHERE Goals scored = 37"}
{"id": "000001335", "text": "SELECT COUNT Elected FROM table WHERE District = Washington 4"}
{"id": "000001336", "text": "SELECT Status FROM table WHERE Results = 63% 37%"}
{"id": "000001337", "text": "SELECT 2008 Candidates FROM table WHERE District = Washington 1"}
{"id": "000001338", "text": "SELECT COUNT 2008 Candidates FROM table WHERE Incumbent = Doc Hastings"}
{"id": "000001339", "text": "SELECT MAX Counties Carries FROM table"}
{"id": "000001340", "text": "SELECT MAX State Delegate FROM table WHERE Candidate = Mitt Romney"}
{"id": "000001341", "text": "SELECT Delegates FROM table WHERE Candidate = John McCain"}
{"id": "000001342", "text": "SELECT Percentage FROM table WHERE State Delegate = 1662"}
{"id": "000001343", "text": "SELECT Series Sorted FROM table WHERE # = 3"}
{"id": "000001344", "text": "SELECT Doctor FROM table WHERE Series Sorted = 6EB/B"}
{"id": "000001345", "text": "SELECT Doctor FROM table WHERE Author = Gary Hopkins Category:Articles with hCards"}
{"id": "000001346", "text": "SELECT Municipality FROM table WHERE Population = 57"}
{"id": "000001347", "text": "SELECT Population FROM table WHERE Municipality = S\u00f8rv\u00e1gur"}
{"id": "000001348", "text": "SELECT MIN Inhabitants per km\u00b2 FROM table WHERE Markatal = 49"}
{"id": "000001349", "text": "SELECT College FROM table WHERE Player = Leon Perry"}
{"id": "000001350", "text": "SELECT NFL Team FROM table WHERE College = Norfolk State"}
{"id": "000001351", "text": "SELECT Player FROM table WHERE Pick # = 150"}
{"id": "000001352", "text": "SELECT College FROM table WHERE Position = Defensive Back"}
{"id": "000001353", "text": "SELECT NFL Team FROM table WHERE College = North Carolina"}
{"id": "000001354", "text": "SELECT MIN Pick # FROM table WHERE Player = Garry Lewis"}
{"id": "000001355", "text": "SELECT Home team FROM table WHERE Ground = M.C.G."}
{"id": "000001356", "text": "SELECT Home team score FROM table WHERE Home team = Brisbane Lions"}
{"id": "000001357", "text": "SELECT Date FROM table WHERE Ground = Manuka Oval"}
{"id": "000001358", "text": "SELECT Home team score FROM table WHERE Away team = Sydney"}
{"id": "000001359", "text": "SELECT Date FROM table WHERE Home team score = 17.12 (114)"}
{"id": "000001360", "text": "SELECT Ground FROM table WHERE Home team score = 12.9 (81)"}
{"id": "000001361", "text": "SELECT Home team score FROM table WHERE Ground = York Park"}
{"id": "000001362", "text": "SELECT COUNT Ground FROM table WHERE Home team = Sydney"}
{"id": "000001363", "text": "SELECT Home team score FROM table WHERE Home team = Carlton"}
{"id": "000001364", "text": "SELECT Away team FROM table WHERE Crowd = 13304"}
{"id": "000001365", "text": "SELECT MIN Established FROM table"}
{"id": "000001366", "text": "SELECT Air date (France) FROM table WHERE French title = \"Poussi\u00e8res d'\u00e9toiles\""}
{"id": "000001367", "text": "SELECT French title FROM table WHERE English title = \"Inventor Bunnies\""}
{"id": "000001368", "text": "SELECT MAX Official # FROM table WHERE TF1 # = 42"}
{"id": "000001369", "text": "SELECT Air date (France) FROM table WHERE French title = \"La p\u00eache au tr\u00e9sor\""}
{"id": "000001370", "text": "SELECT Original Beechwood Bunny Tale / Source material FROM table WHERE French title = \"L'exp\u00e9dition glaciale\""}
{"id": "000001371", "text": "SELECT Nickname FROM table WHERE Established = 2002"}
{"id": "000001372", "text": "SELECT Location FROM table WHERE Enrollment = 12400"}
{"id": "000001373", "text": "SELECT COUNT Established FROM table WHERE Institution = University of Maryland"}
{"id": "000001374", "text": "SELECT MAX Enrollment FROM table WHERE Nickname = Cavaliers"}
{"id": "000001375", "text": "SELECT MIN Enrollment FROM table"}
{"id": "000001376", "text": "SELECT Debut Album FROM table WHERE Winning Song = Kemenangan Hati"}
{"id": "000001377", "text": "SELECT COUNT Winning Song FROM table WHERE Winning Song (English Title) = All For Love"}
{"id": "000001378", "text": "SELECT Winner FROM table WHERE Debut Album = Mike"}
{"id": "000001379", "text": "SELECT Winning Song FROM table WHERE Debut Album = The Winner"}
{"id": "000001380", "text": "SELECT Winning Song FROM table WHERE Debut Album = Mike"}
{"id": "000001381", "text": "SELECT COUNT Debut Album FROM table WHERE Winner = Mike Mohede"}
{"id": "000001382", "text": "SELECT COUNT 65 to 69 FROM table WHERE Oblast\\Age = Komis in Nenetskiy AO"}
{"id": "000001383", "text": "SELECT MIN 25 to 29 FROM table WHERE 65 to 69 = 2417"}
{"id": "000001384", "text": "SELECT MIN 25 to 29 FROM table"}
{"id": "000001385", "text": "SELECT MIN 40 to 44 FROM table"}
{"id": "000001386", "text": "SELECT 18 to 19 FROM table WHERE 70+ = 4562"}
{"id": "000001387", "text": "SELECT COUNT C/W 15+ FROM table WHERE 50 to 54 = 2119"}
{"id": "000001388", "text": "SELECT COUNT 50s FROM table WHERE Matches = 2"}
{"id": "000001389", "text": "SELECT Highest Score FROM table WHERE Innings = 9 AND Player = Donald Bradman"}
{"id": "000001390", "text": "SELECT MAX Matches FROM table"}
{"id": "000001391", "text": "SELECT COUNT Matches FROM table WHERE Player = Arthur Morris"}
{"id": "000001392", "text": "SELECT COUNT Team FROM table WHERE Highest Score = 143"}
{"id": "000001393", "text": "SELECT COUNT Title FROM table WHERE Episode # = 2"}
{"id": "000001394", "text": "SELECT Title FROM table WHERE Episode # = 2"}
{"id": "000001395", "text": "SELECT COUNT Directed by FROM table WHERE Episode # = 3"}
{"id": "000001396", "text": "SELECT Position FROM table WHERE Pick # = 34"}
{"id": "000001397", "text": "SELECT COUNT College FROM table WHERE Pick # = 36"}
{"id": "000001398", "text": "SELECT COUNT College FROM table WHERE Player = Jon Gott"}
{"id": "000001399", "text": "SELECT College FROM table WHERE Player = Dante Luciani"}
{"id": "000001400", "text": "SELECT CFL Team FROM table WHERE Player = Brady Browne"}
{"id": "000001401", "text": "SELECT Written by FROM table WHERE No. in series = 4"}
{"id": "000001402", "text": "SELECT No. in series FROM table WHERE Title = \"Kevin's Big Score\""}
{"id": "000001403", "text": "SELECT Written by FROM table WHERE Title = \"Pier Pressure\""}
{"id": "000001404", "text": "SELECT Original airdate FROM table WHERE Written by = Bob Goodman"}
{"id": "000001405", "text": "SELECT COUNT Original air date FROM table WHERE U.S. viewers (millions) = 14.20"}
{"id": "000001406", "text": "SELECT Directed by FROM table WHERE U.S. viewers (millions) = 15.15"}
{"id": "000001407", "text": "SELECT COUNT Giants points FROM table WHERE Opponents = 31"}
{"id": "000001408", "text": "SELECT MAX Attendance FROM table WHERE Giants points = 10"}
{"id": "000001409", "text": "SELECT Distance FROM table WHERE Jockey = Kent Desormeaux AND Date = 6/7/08"}
{"id": "000001410", "text": "SELECT COUNT Track FROM table WHERE Time = 1:48.16"}
{"id": "000001411", "text": "SELECT COUNT Victory Margin (in lengths) FROM table WHERE Date = 8/3/08"}
{"id": "000001412", "text": "SELECT Date FROM table WHERE Opponents = 17 AND Result = Win"}
{"id": "000001413", "text": "SELECT Record FROM table WHERE Opponent = Phoenix Cardinals"}
{"id": "000001414", "text": "SELECT COUNT Opponents FROM table WHERE Opponent = Los Angeles Rams"}
{"id": "000001415", "text": "SELECT Result FROM table WHERE Opponent = New Orleans Saints"}
{"id": "000001416", "text": "SELECT Result FROM table WHERE Record = 3-7"}
{"id": "000001417", "text": "SELECT MIN Attendance FROM table WHERE Game site = Kingdome"}
{"id": "000001418", "text": "SELECT Date FROM table WHERE Opponent = Chicago Bears"}
{"id": "000001419", "text": "SELECT NFL Team FROM table WHERE College = Mississippi"}
{"id": "000001420", "text": "SELECT COUNT Position FROM table WHERE College = Washington"}
{"id": "000001421", "text": "SELECT COUNT Pick # FROM table WHERE Position = Defensive End"}
{"id": "000001422", "text": "SELECT COUNT Pick # FROM table WHERE Position = Linebacker"}
{"id": "000001423", "text": "SELECT MIN Pick # FROM table WHERE Player = Chris Brewer"}
{"id": "000001424", "text": "SELECT MAX Loss FROM table WHERE Institution = Michigan State Spartans"}
{"id": "000001425", "text": "SELECT COUNT Home Losses FROM table WHERE Away Losses = 6"}
{"id": "000001426", "text": "SELECT MAX Wins FROM table WHERE Institution = Northwestern Wildcats"}
{"id": "000001427", "text": "SELECT Institution FROM table WHERE Wins = 6 AND Current Streak = Won 2"}
{"id": "000001428", "text": "SELECT Opponents FROM table WHERE Against = Slovakia"}
{"id": "000001429", "text": "SELECT Round FROM table WHERE Opponents = Jesse Huta Galung Peter Wessels"}
{"id": "000001430", "text": "SELECT SPI FROM table WHERE Number on cyl. = 7"}
{"id": "000001431", "text": "SELECT MIN Bypass Ports FROM table"}
{"id": "000001432", "text": "SELECT Tapered Grind FROM table WHERE Engine = SureStart"}
{"id": "000001433", "text": "SELECT Bypass Boosters FROM table WHERE SPI = Yes AND Exhaust Ports = Slit"}
{"id": "000001434", "text": "SELECT Dates administered FROM table WHERE Republican: Saxby Chambliss = 54% AND Democrat: Jim Martin = 36%"}
{"id": "000001435", "text": "SELECT COUNT Republican: Saxby Chambliss FROM table WHERE Lead Margin = 21"}
{"id": "000001436", "text": "SELECT MIN Tries for FROM table WHERE W = 4"}
{"id": "000001437", "text": "SELECT Points FROM table WHERE Points difference = +119"}
{"id": "000001438", "text": "SELECT Points for FROM table WHERE Points = 6"}
{"id": "000001439", "text": "SELECT Club FROM table WHERE Points for = 693"}
{"id": "000001440", "text": "SELECT Won FROM table WHERE Points for = 565"}
{"id": "000001441", "text": "SELECT COUNT Lost FROM table WHERE Club = Cross Keys RFC"}
{"id": "000001442", "text": "SELECT Lost FROM table WHERE Points for = 539"}
{"id": "000001443", "text": "SELECT Total FROM table WHERE one hand clean & jerk = 87.5 AND Snatch = 87.5"}
{"id": "000001444", "text": "SELECT Snatch FROM table WHERE Body weight = 73.7"}
{"id": "000001445", "text": "SELECT 3. FROM table WHERE Weightlifter = M. Van der Goten ( BEL )"}
{"id": "000001446", "text": "SELECT Assets (billion $) FROM table WHERE Company = Wells Fargo"}
{"id": "000001447", "text": "SELECT Company FROM table WHERE Profits (billion $) = 26.9"}
{"id": "000001448", "text": "SELECT Company FROM table WHERE Market Value (billion $) = 147.4"}
{"id": "000001449", "text": "SELECT Company FROM table WHERE Profits (billion $) = 26.9"}
{"id": "000001450", "text": "SELECT Market Value (billion $) FROM table WHERE Assets (billion $) = 2,550"}
{"id": "000001451", "text": "SELECT Assets (billion $) FROM table WHERE Headquarters = Brazil"}
{"id": "000001452", "text": "SELECT Pop. density (per km\u00b2) FROM table WHERE Barangay = Tiptip"}
{"id": "000001453", "text": "SELECT MIN Population (2007) FROM table WHERE Barangay = Poblacion II"}
{"id": "000001454", "text": "SELECT Score FROM table WHERE Opponent = Philadelphia Flyers"}
{"id": "000001455", "text": "SELECT Opponent FROM table WHERE Location = Prudential Center"}
{"id": "000001456", "text": "SELECT Location FROM table WHERE Attendance = 15046"}
{"id": "000001457", "text": "SELECT Attendance FROM table WHERE Opponent = Edmonton Oilers"}
{"id": "000001458", "text": "SELECT COUNT Points FROM table WHERE Game = 70"}
{"id": "000001459", "text": "SELECT Opponent FROM table WHERE Attendance = 19041"}
{"id": "000001460", "text": "SELECT COUNT Record FROM table WHERE Date = March 27, 2009"}
{"id": "000001461", "text": "SELECT Score FROM table WHERE Date = March 21, 2009"}
{"id": "000001462", "text": "SELECT Date FROM table WHERE Opponents = Margalita Chakhnashvili Salome Devidze"}
{"id": "000001463", "text": "SELECT MAX Points FROM table WHERE Team = Independiente"}
{"id": "000001464", "text": "SELECT Average FROM table WHERE 1991-92 = 39"}
{"id": "000001465", "text": "SELECT Original air date FROM table WHERE No. in season = 1/2"}
{"id": "000001466", "text": "SELECT Original air date FROM table WHERE No. in season = 13"}
{"id": "000001467", "text": "SELECT Title FROM table WHERE Production code = 4014"}
{"id": "000001468", "text": "SELECT Title FROM table WHERE No. in season = 9"}
{"id": "000001469", "text": "SELECT Written by FROM table WHERE U.S. viewers (millions) = 7.56"}
{"id": "000001470", "text": "SELECT Wins FROM table WHERE Best finish = 2nd"}
{"id": "000001471", "text": "SELECT MAX Earnings ( $ ) FROM table WHERE Money list rank = 143"}
{"id": "000001472", "text": "SELECT MAX Cuts made FROM table WHERE Wins = 0"}
{"id": "000001473", "text": "SELECT Wins FROM table WHERE Tournaments played = 14"}
{"id": "000001474", "text": "SELECT Team FROM table WHERE Game = 21"}
{"id": "000001475", "text": "SELECT COUNT Season # FROM table WHERE Title = \"Grumpy Old Bees\""}
{"id": "000001476", "text": "SELECT COUNT Directed by FROM table WHERE Title = \"Dogcatcher in the Rye\""}
{"id": "000001477", "text": "SELECT Replaced by FROM table WHERE Date of vacancy = 31 December 2008 AND Position in table = 1st"}
{"id": "000001478", "text": "SELECT Replaced by FROM table WHERE Position in table = 1st"}
{"id": "000001479", "text": "SELECT Position in table FROM table WHERE Date of appointment = 1 July 2008 AND Manner of departure = Resigned"}
{"id": "000001480", "text": "SELECT Replaced by FROM table WHERE Outgoing manager = Kent Nielsen"}
{"id": "000001481", "text": "SELECT Outgoing manager FROM table WHERE Position in table = 11th"}
{"id": "000001482", "text": "SELECT MAX No FROM table WHERE Constituency = Leitrim"}
{"id": "000001483", "text": "SELECT MIN Yes FROM table WHERE Constituency = Dublin South"}
{"id": "000001484", "text": "SELECT MIN Votes FROM table WHERE Percent Yes = 57.2"}
{"id": "000001485", "text": "SELECT COUNT Game FROM table WHERE Location Attendance = Staples Center 18,997"}
{"id": "000001486", "text": "SELECT COUNT Score FROM table WHERE High rebounds = David Lee (13)"}
{"id": "000001487", "text": "SELECT Date FROM table WHERE High assists = Chris Duhon (13)"}
{"id": "000001488", "text": "SELECT High rebounds FROM table WHERE Team = Memphis"}
{"id": "000001489", "text": "SELECT Team FROM table WHERE High assists = Chris Duhon , Nate Robinson , David Lee (3)"}
{"id": "000001490", "text": "SELECT MAX Wins FROM table WHERE Position = 16th"}
{"id": "000001491", "text": "SELECT COUNT Avg. Start FROM table WHERE Year = 2000"}
{"id": "000001492", "text": "SELECT MIN Poles FROM table"}
{"id": "000001493", "text": "SELECT Indianapolis Concerts FROM table WHERE Character = Dr. Alexandre Manette"}
{"id": "000001494", "text": "SELECT Brighton Cast FROM table WHERE Character = Jerry Cruncher"}
{"id": "000001495", "text": "SELECT Sarasota FROM table WHERE Indianapolis Concerts = Samantha Sharpe"}
{"id": "000001496", "text": "SELECT Indianapolis Concerts FROM table WHERE Sarasota = Les Minski"}
{"id": "000001497", "text": "SELECT Brighton Cast FROM table WHERE Indianapolis Concerts = Andrew Verala"}
{"id": "000001498", "text": "SELECT Indianapolis Concerts FROM table WHERE Brighton Cast = Paul Baker"}
{"id": "000001499", "text": "SELECT Census Ranking FROM table WHERE Population = 1599"}
{"id": "000001500", "text": "SELECT COUNT Official Name FROM table WHERE Area km 2 = 508.30"}
{"id": "000001501", "text": "SELECT COUNT Census Ranking FROM table WHERE Area km 2 = 191.43"}
{"id": "000001502", "text": "SELECT MIN Population FROM table WHERE Census Ranking = 1,184 of 5,008"}
{"id": "000001503", "text": "SELECT Population FROM table WHERE Area km 2 = 113.12"}
{"id": "000001504", "text": "SELECT Status FROM table WHERE Official Name = Saint George"}
{"id": "000001505", "text": "SELECT Area km 2 FROM table WHERE Official Name = Dufferin"}
{"id": "000001506", "text": "SELECT COUNT Area km 2 FROM table WHERE Official Name = West Isles"}
{"id": "000001507", "text": "SELECT COUNT Census Ranking FROM table WHERE Area km 2 = 375.06"}
{"id": "000001508", "text": "SELECT Census Ranking FROM table WHERE Area km 2 = 78.67"}
{"id": "000001509", "text": "SELECT High assists FROM table WHERE Date = March 15"}
{"id": "000001510", "text": "SELECT Team FROM table WHERE Date = March 20"}
{"id": "000001511", "text": "SELECT COUNT Date of vacancy FROM table WHERE Replaced by = Viorel Moldovan"}
{"id": "000001512", "text": "SELECT Date of vacancy FROM table WHERE Replaced by = Viorel Moldovan"}
{"id": "000001513", "text": "SELECT Replaced by FROM table WHERE Team = CFR Cluj"}
{"id": "000001514", "text": "SELECT Outgoing manager FROM table WHERE Replaced by = Marian Bucurescu"}
{"id": "000001515", "text": "SELECT Manner of departure FROM table WHERE Outgoing manager = Nicolae Manea"}
{"id": "000001516", "text": "SELECT Score FROM table WHERE Game = 12"}
{"id": "000001517", "text": "SELECT Record FROM table WHERE High assists = Canty (5)"}
{"id": "000001518", "text": "SELECT COUNT High points FROM table WHERE Location/Attendance = UIC Pavilion 6,304"}
{"id": "000001519", "text": "SELECT Date FROM table WHERE High assists = Canty (6)"}
{"id": "000001520", "text": "SELECT MAX Game FROM table WHERE Location/Attendance = US Airways Center 7,311"}
{"id": "000001521", "text": "SELECT Date FROM table WHERE Record = 1-4"}
{"id": "000001522", "text": "SELECT COUNT Population FROM table WHERE Official Name = Westfield"}
{"id": "000001523", "text": "SELECT Area km 2 FROM table WHERE Census Ranking = 1,016 of 5,008"}
{"id": "000001524", "text": "SELECT Area km 2 FROM table WHERE Census Ranking = 1,608 of 5,008"}
{"id": "000001525", "text": "SELECT COUNT Area km 2 FROM table WHERE Official Name = Rothesay"}
{"id": "000001526", "text": "SELECT Official Name FROM table WHERE Area km 2 = 295.07"}
{"id": "000001527", "text": "SELECT MIN Population FROM table WHERE Official Name = Cardwell"}
{"id": "000001528", "text": "SELECT COUNT Status FROM table WHERE Official Name = Eldon"}
{"id": "000001529", "text": "SELECT Area km 2 FROM table WHERE Official Name = Balmoral"}
{"id": "000001530", "text": "SELECT Team FROM table WHERE Date = April 23"}
{"id": "000001531", "text": "SELECT Score FROM table WHERE Date = April 28"}
{"id": "000001532", "text": "SELECT Series FROM table WHERE Title = Galaxy Angel AA"}
{"id": "000001533", "text": "SELECT COUNT Title FROM table WHERE Aired in Japan 3 = 7 April 2001 to 29 September 2001"}
{"id": "000001534", "text": "SELECT US Release Date FROM table WHERE Title = Galaxy Angel AA"}
{"id": "000001535", "text": "SELECT Comparable Country FROM table WHERE National Share (%) = 1.08"}
{"id": "000001536", "text": "SELECT National Share (%) FROM table WHERE Area (km\u00b2) = 148064"}
{"id": "000001537", "text": "SELECT Administrative Division FROM table WHERE Area (km\u00b2) = 30"}
{"id": "000001538", "text": "SELECT National Share (%) FROM table WHERE Administrative Division = Guizhou"}
{"id": "000001539", "text": "SELECT Rank FROM table WHERE Area (sq mi) = 456800"}
{"id": "000001540", "text": "SELECT Change over previous year as a whole FROM table WHERE Change over same quarter the previous year = Up 2.8%"}
{"id": "000001541", "text": "SELECT Period FROM table WHERE % trains arriving within 5 mins of scheduled time Moving Annual Average (MAA) = 89.6%"}
{"id": "000001542", "text": "SELECT Change over same quarter the previous year FROM table WHERE % trains arriving within 5 mins of scheduled time (over three months) = 89.6%"}
{"id": "000001543", "text": "SELECT COUNT Shire FROM table WHERE Area in km 2 = 27.17"}
{"id": "000001544", "text": "SELECT Open Era FROM table WHERE First title = 1925"}
{"id": "000001545", "text": "SELECT Replaced by FROM table WHERE Team = Ascoli"}
{"id": "000001546", "text": "SELECT Team FROM table WHERE Replaced by = Mario Somma"}
{"id": "000001547", "text": "SELECT Date of appointment FROM table WHERE Team = Ascoli"}
{"id": "000001548", "text": "SELECT Manner of departure FROM table WHERE Replaced by = Elvio Selighini"}
{"id": "000001549", "text": "SELECT Date of vacancy FROM table WHERE Replaced by = Fabio Brini"}
{"id": "000001550", "text": "SELECT Outgoing manager FROM table WHERE Team = Mantova"}
{"id": "000001551", "text": "SELECT Score FROM table WHERE Team = San Antonio"}
{"id": "000001552", "text": "SELECT Score FROM table WHERE Game = 66"}
{"id": "000001553", "text": "SELECT Record FROM table WHERE Score = L 77\u201380 (OT)"}
{"id": "000001554", "text": "SELECT High assists FROM table WHERE Team = Houston"}
{"id": "000001555", "text": "SELECT Score FROM table WHERE Game = 63"}
{"id": "000001556", "text": "SELECT MAX Poles FROM table WHERE Team Name = David Price Racing"}
{"id": "000001557", "text": "SELECT Team Name FROM table WHERE Season = 2008 AND Points = 0"}
{"id": "000001558", "text": "SELECT Team Name FROM table WHERE Season = 2010"}
{"id": "000001559", "text": "SELECT MAX Points FROM table WHERE Final Placing = 9th"}
{"id": "000001560", "text": "SELECT MAX Races FROM table WHERE Wins = 3"}
{"id": "000001561", "text": "SELECT COUNT Former WNBA Team FROM table WHERE Pick = 2"}
{"id": "000001562", "text": "SELECT Player FROM table WHERE College/Country/Team = Mercer"}
{"id": "000001563", "text": "SELECT Record FROM table WHERE Team = Denver"}
{"id": "000001564", "text": "SELECT Location Attendance FROM table WHERE Date = December 9"}
{"id": "000001565", "text": "SELECT High rebounds FROM table WHERE Game = 64"}
{"id": "000001566", "text": "SELECT COUNT High points FROM table WHERE Team = Oklahoma City"}
{"id": "000001567", "text": "SELECT High assists FROM table WHERE High rebounds = Yi Jianlian , Brook Lopez (7)"}
{"id": "000001568", "text": "SELECT Location Attendance FROM table WHERE Game = 20"}
{"id": "000001569", "text": "SELECT Date FROM table WHERE Score = L 92\u2013103 (OT)"}
{"id": "000001570", "text": "SELECT Record FROM table WHERE Team = Boston"}
{"id": "000001571", "text": "SELECT MAX Game FROM table WHERE High assists = LeBron James (7) AND High points = LeBron James (21)"}
{"id": "000001572", "text": "SELECT MIN Game FROM table WHERE Team = Houston"}
{"id": "000001573", "text": "SELECT Date FROM table WHERE High rebounds = Troy Murphy (15)"}
{"id": "000001574", "text": "SELECT High assists FROM table WHERE High points = Kevin Durant (28)"}
{"id": "000001575", "text": "SELECT Score FROM table WHERE Date = January 18"}
{"id": "000001576", "text": "SELECT COUNT Score FROM table WHERE Team = @ New Jersey"}
{"id": "000001577", "text": "SELECT COUNT Score FROM table WHERE High rebounds = Mehmet Okur , Paul Millsap (6)"}
{"id": "000001578", "text": "SELECT Score FROM table WHERE High points = Carlos Boozer (20)"}
{"id": "000001579", "text": "SELECT High rebounds FROM table WHERE Date = April 11"}
{"id": "000001580", "text": "SELECT High rebounds FROM table WHERE Date = April 11"}
{"id": "000001581", "text": "SELECT Written by FROM table WHERE Season # = 10"}
{"id": "000001582", "text": "SELECT Directed by FROM table WHERE Written by = Joe Sachs and David Zabel"}
{"id": "000001583", "text": "SELECT Points 2 FROM table WHERE Won = 30"}
{"id": "000001584", "text": "SELECT MIN Points 2 FROM table WHERE Goal Average 1 = 1.50"}
{"id": "000001585", "text": "SELECT COUNT Goal Average 1 FROM table WHERE Goals Against = 92"}
{"id": "000001586", "text": "SELECT MAX Points 2 FROM table WHERE Goal Average 1 = 0.65"}
{"id": "000001587", "text": "SELECT COUNT Date FROM table WHERE Score = W 118-112"}
{"id": "000001588", "text": "SELECT Location Attendance FROM table WHERE Score = W 118-112"}
{"id": "000001589", "text": "SELECT High rebounds FROM table WHERE Score = W 140-108"}
{"id": "000001590", "text": "SELECT First broadcast FROM table WHERE Episode = 1x02"}
{"id": "000001591", "text": "SELECT Jeremys guest FROM table WHERE Episode = 1x01"}
{"id": "000001592", "text": "SELECT Episode FROM table WHERE Graemes guest = Maria McErlane"}
{"id": "000001593", "text": "SELECT Graemes guest FROM table WHERE Episode = 1x03"}
{"id": "000001594", "text": "SELECT Largest city FROM table WHERE Population (2013) = 6620100"}
{"id": "000001595", "text": "SELECT Largest city FROM table WHERE Province = Eastern Cape"}
{"id": "000001596", "text": "SELECT MIN Area (km 2 ) FROM table WHERE Largest city = Bloemfontein"}
{"id": "000001597", "text": "SELECT COUNT Provincial capital FROM table WHERE Population (2013) = 1162900"}
{"id": "000001598", "text": "SELECT COUNT Provincial capital FROM table WHERE Province = Northern Cape"}
{"id": "000001599", "text": "SELECT IATA FROM table WHERE 2010-11 = 3848"}
{"id": "000001600", "text": "SELECT COUNT Airport FROM table WHERE IATA = MEL"}
{"id": "000001601", "text": "SELECT Location FROM table WHERE 2009\u201310 = 3258"}
{"id": "000001602", "text": "SELECT MAX Two years FROM table WHERE Unknown > 1.0"}
{"id": "000001603", "text": "SELECT MIN One year FROM table WHERE Two years = 159"}
{"id": "000001604", "text": "SELECT MIN 5\u20139 years FROM table WHERE Year = 2010"}
{"id": "000001605", "text": "SELECT Three years FROM table WHERE 20\u201324 years = 24"}
{"id": "000001606", "text": "SELECT COUNT Series # FROM table WHERE Title = \"The Telenovela\""}
{"id": "000001607", "text": "SELECT Series # FROM table WHERE Directed by = Patrick Norris AND Written by = Debra J. Fisher & Erica Messer"}
{"id": "000001608", "text": "SELECT Directed by FROM table WHERE U.S. viewers (million) = 12.70"}
{"id": "000001609", "text": "SELECT MIN Episode # FROM table WHERE Title = \"Breakthrough\" \"Bur\u0113ku sur\u016b\" (\u30d6\u30ec\u30fc\u30af\u00b7\u30b9\u30eb\u30fc)"}
{"id": "000001610", "text": "SELECT MIN Episode # FROM table WHERE Original airdate = July 14, 2003"}
{"id": "000001611", "text": "SELECT Episode # FROM table WHERE Original airdate = September 1, 2003"}
{"id": "000001612", "text": "SELECT English airdate FROM table WHERE Title = \"Takeback\" \"T\u0113kubakku\" (\u30c6\u30fc\u30af\u30d0\u30c3\u30af)"}
{"id": "000001613", "text": "SELECT Viewers (millions) FROM table WHERE Episode # = 5"}
{"id": "000001614", "text": "SELECT COUNT Share FROM table WHERE Rating/Share (18\u201349) = 2.6/8"}
{"id": "000001615", "text": "SELECT COUNT Episode # FROM table WHERE US air date = Saturday, May 30, 2009"}
{"id": "000001616", "text": "SELECT Rating FROM table WHERE Rating/Share (18\u201349) = 0.9/4"}
{"id": "000001617", "text": "SELECT COUNT Episode # FROM table WHERE US air date = Saturday, July 11, 2009"}
{"id": "000001618", "text": "SELECT COUNT Rating/Share (18\u201349) FROM table WHERE US air date = Saturday, May 9, 2009"}
{"id": "000001619", "text": "SELECT Democrat: Christine Gregoire FROM table WHERE Lead Margin = 4 AND Republican: Dino Rossi = 44%"}
{"id": "000001620", "text": "SELECT COUNT Source FROM table WHERE Democrat: Christine Gregoire = 50% AND Lead Margin = 2"}
{"id": "000001621", "text": "SELECT Subsidiaries FROM table WHERE COMPANY NAME = POSTERMOBILE LIMITED"}
{"id": "000001622", "text": "SELECT Description of activities FROM table WHERE COMPANY NAME = CLEAR CHANNEL ENTERTAINMENT FACILITATION LIMITED"}
{"id": "000001623", "text": "SELECT Subsidiaries FROM table WHERE COMPANY NAME = F M MEDIA LIMITED"}
{"id": "000001624", "text": "SELECT MIN Subsidiaries FROM table WHERE COMPANY NAME = POSTERMOBILE ADVERTISING LIMITED"}
{"id": "000001625", "text": "SELECT MAX Holding Companies FROM table"}
{"id": "000001626", "text": "SELECT COUNT COMPANY NAME FROM table WHERE Parent (holding) company = POSTERMOBILE LIMITED"}
{"id": "000001627", "text": "SELECT COUNT League Cup FROM table WHERE Player = Mark Roberts"}
{"id": "000001628", "text": "SELECT COUNT League FROM table WHERE Total = 5"}
{"id": "000001629", "text": "SELECT MAX League FROM table WHERE Scottish Cup = 0"}
{"id": "000001630", "text": "SELECT MAX Challenge Cup FROM table WHERE Player = Damon Gray"}
{"id": "000001631", "text": "SELECT League FROM table WHERE Player = Paul Paton"}
{"id": "000001632", "text": "SELECT Original air date FROM table WHERE Written by = Debbie Sarjeant"}
{"id": "000001633", "text": "SELECT COUNT Production code FROM table WHERE Written by = Julie Martin"}
{"id": "000001634", "text": "SELECT COUNT Series FROM table WHERE Date = April 26"}
{"id": "000001635", "text": "SELECT COUNT High rebounds FROM table WHERE Date = April 21"}
{"id": "000001636", "text": "SELECT COUNT Location Attendance FROM table WHERE Date = April 24"}
{"id": "000001637", "text": "SELECT Name FROM table WHERE Type = Free Agent AND Country = NGR ENG"}
{"id": "000001638", "text": "SELECT P FROM table WHERE Type = Free Agent 1"}
{"id": "000001639", "text": "SELECT Ends FROM table WHERE Moving from = Cary Clarets"}
{"id": "000001640", "text": "SELECT Country FROM table WHERE Moving from = Bristol City"}
{"id": "000001641", "text": "SELECT COUNT Duration FROM table WHERE Viewership = 5.46 million"}
{"id": "000001642", "text": "SELECT COUNT Episode FROM table WHERE Written by = David Cantor"}
{"id": "000001643", "text": "SELECT COUNT Original title FROM table WHERE Written by = John Sullivan and Keith Lindsay"}
{"id": "000001644", "text": "SELECT Original title FROM table WHERE Viewership = 6.05 million"}
{"id": "000001645", "text": "SELECT Third-place FROM table WHERE Total wins = 4"}
{"id": "000001646", "text": "SELECT COUNT Number of clubs FROM table WHERE Runners-up = Liaoning Fushun"}
{"id": "000001647", "text": "SELECT fourth-placed FROM table WHERE Third-place = Beijing Guoan AND Winners = Dalian Wanda AND Total wins = 4"}
{"id": "000001648", "text": "SELECT Third-place FROM table WHERE Runners-up = Guangzhou Apollo"}
{"id": "000001649", "text": "SELECT Third-place FROM table WHERE Season = 2001"}
{"id": "000001650", "text": "SELECT Census Ranking FROM table WHERE Official Name = Perth"}
{"id": "000001651", "text": "SELECT MIN Population FROM table WHERE Area km 2 = 750.51"}
{"id": "000001652", "text": "SELECT Census Ranking FROM table WHERE Official Name = Perth"}
{"id": "000001653", "text": "SELECT Won FROM table WHERE Tries against = 89"}
{"id": "000001654", "text": "SELECT Tries against FROM table WHERE Club = Swansea Uplands RFC"}
{"id": "000001655", "text": "SELECT Points FROM table WHERE Won = 9"}
{"id": "000001656", "text": "SELECT COUNT Try bonus FROM table WHERE Points = 51"}
{"id": "000001657", "text": "SELECT COUNT Tries for FROM table WHERE Lost = 4"}
{"id": "000001658", "text": "SELECT Tries against FROM table WHERE Points for = 667"}
{"id": "000001659", "text": "SELECT MAX No. of Episodes FROM table WHERE Year = 1989"}
{"id": "000001660", "text": "SELECT COUNT Region 2 FROM table WHERE DVD Title = Series 5"}
{"id": "000001661", "text": "SELECT Stage (Winner) FROM table WHERE Team classification = Caisse d'Epargne"}
{"id": "000001662", "text": "SELECT Directed by FROM table WHERE Title = \"One to Go\" (Part 2)"}
{"id": "000001663", "text": "SELECT COUNT Original air date FROM table WHERE U.S. viewers (millions) = 19.49"}
{"id": "000001664", "text": "SELECT MIN No. in series FROM table"}
{"id": "000001665", "text": "SELECT Week FROM table WHERE Opponent = New York Jets"}
{"id": "000001666", "text": "SELECT Game site FROM table WHERE Date = December 12, 1965"}
{"id": "000001667", "text": "SELECT Attendance FROM table WHERE Opponent = Boston Patriots"}
{"id": "000001668", "text": "SELECT Examples FROM table WHERE American = \u026as"}
{"id": "000001669", "text": "SELECT Examples FROM table WHERE Australian = et"}
{"id": "000001670", "text": "SELECT COUNT Australian FROM table WHERE American = \u0259s"}
{"id": "000001671", "text": "SELECT Ending FROM table WHERE Examples = Achilles, appendices, f\u00e6ces"}
{"id": "000001672", "text": "SELECT Callsign FROM table WHERE Location = Cebu"}
{"id": "000001673", "text": "SELECT COUNT Branding FROM table WHERE Power (kW) = 5kW"}
{"id": "000001674", "text": "SELECT Callsign FROM table WHERE Location = Cebu"}
{"id": "000001675", "text": "SELECT Power (kW) FROM table WHERE Location = Baguio"}
{"id": "000001676", "text": "SELECT COUNT Location FROM table WHERE Branding = Radyo5 101.9 News FM"}
{"id": "000001677", "text": "SELECT Church Name FROM table WHERE Location of the Church = Kyrkjeb\u00f8"}
{"id": "000001678", "text": "SELECT Sub-Parish (Sogn) FROM table WHERE Church Name = H\u00f8yanger kyrkje"}
{"id": "000001679", "text": "SELECT COUNT Location of the Church FROM table WHERE Year Built = 1916"}
{"id": "000001680", "text": "SELECT COUNT Sub-Parish (Sogn) FROM table WHERE Church Name = H\u00f8yanger kyrkje"}
{"id": "000001681", "text": "SELECT Church Name FROM table WHERE Location of the Church = H\u00f8yanger"}
{"id": "000001682", "text": "SELECT Location of the Church FROM table WHERE Church Name = Ortnevik kyrkje"}
{"id": "000001683", "text": "SELECT COUNT Sub-Parish (Sokn) FROM table WHERE Year Built = 1865"}
{"id": "000001684", "text": "SELECT Location of the Church FROM table WHERE Church Name = Berle kyrkje"}
{"id": "000001685", "text": "SELECT Location of the Church FROM table WHERE Sub-Parish (Sokn) = Bremanger"}
{"id": "000001686", "text": "SELECT MAX Year Built FROM table WHERE Church Name = Davik Kyrkje"}
{"id": "000001687", "text": "SELECT Written by FROM table WHERE U.S. viewers (million) = 3.03"}
{"id": "000001688", "text": "SELECT Written by FROM table WHERE No. in season = 15"}
{"id": "000001689", "text": "SELECT COUNT Title FROM table WHERE Directed by = Cliff Bole"}
{"id": "000001690", "text": "SELECT Record FROM table WHERE Game site = San Diego Stadium"}
{"id": "000001691", "text": "SELECT COUNT Result FROM table WHERE Game site = Atlanta-Fulton County Stadium"}
{"id": "000001692", "text": "SELECT Date FROM table WHERE Game site = Arrowhead Stadium"}
{"id": "000001693", "text": "SELECT Game site FROM table WHERE Attendance = 51478"}
{"id": "000001694", "text": "SELECT Deployable military (2011, thousands) FROM table WHERE GDP (nominal) (2010, US$ millions) = 468539"}
{"id": "000001695", "text": "SELECT Military expenditures (2011, US$ millions) FROM table WHERE Country = Romania"}
{"id": "000001696", "text": "SELECT Population (2011) FROM table WHERE Country = Luxembourg"}
{"id": "000001697", "text": "SELECT GDP (nominal) (2010, US$ millions) FROM table WHERE Defence expenditures, (2011, per capita) = 162"}
{"id": "000001698", "text": "SELECT Deployable military (2011, thousands) FROM table WHERE Country = Denmark"}
{"id": "000001699", "text": "SELECT Country FROM table WHERE Deployable military (2011, thousands) = 23"}
{"id": "000001700", "text": "SELECT COUNT Loses FROM table WHERE Club = Tauras Taurag\u0117"}
{"id": "000001701", "text": "SELECT MIN Goals conceded FROM table WHERE Points = 58"}
{"id": "000001702", "text": "SELECT COUNT Reason for change FROM table WHERE Successor = Leonard B. Jordan (R)"}
{"id": "000001703", "text": "SELECT State (class) FROM table WHERE Date of successors formal installation = November 30, 1962"}
{"id": "000001704", "text": "SELECT COUNT Vacator FROM table WHERE Successor = Joseph H. Bottum (R)"}
{"id": "000001705", "text": "SELECT Results FROM table WHERE Incumbent = Marcy Kaptur"}
{"id": "000001706", "text": "SELECT Results FROM table WHERE Incumbent = Ted Strickland"}
{"id": "000001707", "text": "SELECT Candidates FROM table WHERE Incumbent = Dennis Kucinich"}
{"id": "000001708", "text": "SELECT Candidates FROM table WHERE Incumbent = Steve Chabot"}
{"id": "000001709", "text": "SELECT Treasurer FROM table WHERE Year = 2008"}
{"id": "000001710", "text": "SELECT State Assembly FROM table WHERE Year = 2008"}
{"id": "000001711", "text": "SELECT No. in series FROM table WHERE Prod. code = 329"}
{"id": "000001712", "text": "SELECT Prod. code FROM table WHERE Title = \"Got to Get Her Out of My House\""}
{"id": "000001713", "text": "SELECT Prod. code FROM table WHERE Title = \"He Ain't a Hottie, He's My Brother\""}
{"id": "000001714", "text": "SELECT No. in series FROM table WHERE Viewers (millions) = 4.1 AND Written by = Douglas Lieblein"}
{"id": "000001715", "text": "SELECT MIN Year FROM table WHERE Winners % votes = 55.99%"}
{"id": "000001716", "text": "SELECT Party Won FROM table WHERE Trailing Party % votes = 29.37%"}
{"id": "000001717", "text": "SELECT Members of Parliament FROM table WHERE Trailing Party % votes = 25.88%"}
{"id": "000001718", "text": "SELECT COUNT Year FROM table WHERE Trailing Party % votes = 25.34%"}
{"id": "000001719", "text": "SELECT Members of Parliament FROM table WHERE Winners % votes = 50.54%"}
{"id": "000001720", "text": "SELECT U.S. viewers (millions) FROM table WHERE Directed by = Allison Liddi-Brown"}
{"id": "000001721", "text": "SELECT MAX No. in season FROM table WHERE Title = \"Dead on Arrival\""}
{"id": "000001722", "text": "SELECT Title FROM table WHERE U.S. viewers (millions) = 13.82"}
{"id": "000001723", "text": "SELECT Club FROM table WHERE Top division titles = 10"}
{"id": "000001724", "text": "SELECT First season in top division FROM table WHERE Club = UNAM"}
{"id": "000001725", "text": "SELECT First season of current spell in top division FROM table WHERE First season in top division = 1964-65"}
{"id": "000001726", "text": "SELECT Top division titles FROM table WHERE First season of current spell in top division = 1979-80"}
{"id": "000001727", "text": "SELECT MAX Number of seasons in top division FROM table WHERE First season in top division = 1990-91"}
{"id": "000001728", "text": "SELECT Number of seasons in Liga MX FROM table WHERE First season of current spell in top division = 1962-63"}
{"id": "000001729", "text": "SELECT Scoring average FROM table WHERE Best finish = T35"}
{"id": "000001730", "text": "SELECT COUNT Top 10s FROM table WHERE Scoring rank = 9"}
{"id": "000001731", "text": "SELECT Cuts made* FROM table WHERE Scoring rank = 3"}
{"id": "000001732", "text": "SELECT Total FROM table WHERE Mens Open = 7"}
{"id": "000001733", "text": "SELECT COUNT Mens Open FROM table WHERE Country = Sweden"}
{"id": "000001734", "text": "SELECT Total FROM table WHERE Country = South Korea"}
{"id": "000001735", "text": "SELECT MIN P FROM table WHERE Player = Shaun Maloney"}
{"id": "000001736", "text": "SELECT MAX UEFA Champions League FROM table"}
{"id": "000001737", "text": "SELECT MIN League Cup FROM table WHERE Player = Koki Mizuno"}
{"id": "000001738", "text": "SELECT COUNT Position FROM table WHERE Player = Koki Mizuno"}
{"id": "000001739", "text": "SELECT MIN No. in series FROM table WHERE Title = \"Hunted\""}
{"id": "000001740", "text": "SELECT COUNT Written by FROM table WHERE U.S. viewers (million) = 3.24"}
{"id": "000001741", "text": "SELECT COUNT Directed by FROM table WHERE Title = \"Born Under a Bad Sign\""}
{"id": "000001742", "text": "SELECT MAX No. in season FROM table WHERE U.S. viewers (million) = 3.19"}
{"id": "000001743", "text": "SELECT Written by FROM table WHERE U.S. viewers (million) = 3.25"}
{"id": "000001744", "text": "SELECT Directed by FROM table WHERE U.S. viewers (million) = 3.93"}
{"id": "000001745", "text": "SELECT No. FROM table WHERE Elected = 1462/63"}
{"id": "000001746", "text": "SELECT Assembled FROM table WHERE Elected = 1472"}
{"id": "000001747", "text": "SELECT COUNT Scores by each individual judge FROM table WHERE Co-contestant (Yaar vs. Pyaar) = Mukul Dev"}
{"id": "000001748", "text": "SELECT Position FROM table WHERE Main contestant = Kashmira Shah AND Date performed = August 14"}
{"id": "000001749", "text": "SELECT Total score/week FROM table WHERE Date performed = August 14 AND Position = Bottom 2"}
{"id": "000001750", "text": "SELECT Scores by each individual judge FROM table WHERE Main contestant = Karanvir Bohra AND Date performed = August 13"}
{"id": "000001751", "text": "SELECT COUNT Main contestant FROM table WHERE Position = Safe AND Co-contestant (Yaar vs. Pyaar) = Tina Parekh"}
{"id": "000001752", "text": "SELECT Status FROM table WHERE Main contestant = Karanvir Bohra AND Date performed = July 30"}
{"id": "000001753", "text": "SELECT Height FROM table WHERE Province, Community = Hato Mayor"}
{"id": "000001754", "text": "SELECT Province, Community FROM table WHERE Age = 27"}
{"id": "000001755", "text": "SELECT 135lbs FROM table WHERE 119lbs = Treveor Grant (Lowry)"}
{"id": "000001756", "text": "SELECT 135lbs FROM table WHERE 103lbs = Tallon Ricci (White Pine)"}
{"id": "000001757", "text": "SELECT 135lbs FROM table WHERE 125lbs = Doug Del Porto (Galena)"}
{"id": "000001758", "text": "SELECT Team FROM table WHERE 103lbs = Tallon Ricci (White Pine)"}
{"id": "000001759", "text": "SELECT Original air date FROM table WHERE Title = \"Car Wars\""}
{"id": "000001760", "text": "SELECT Original air date FROM table WHERE Title = \"C'est la Vinnie\""}
{"id": "000001761", "text": "SELECT MAX Production code FROM table WHERE Title = \"To Live and Die in Brentwood\""}
{"id": "000001762", "text": "SELECT No. in season FROM table WHERE Directed by = Joan Tewkesbury"}
{"id": "000001763", "text": "SELECT No. in series FROM table WHERE Directed by = John Banas"}
{"id": "000001764", "text": "SELECT COUNT Original air date FROM table WHERE No. in series = 360"}
{"id": "000001765", "text": "SELECT Coach FROM table WHERE Location = Leicester"}
{"id": "000001766", "text": "SELECT Team FROM table WHERE County = Derbyshire"}
{"id": "000001767", "text": "SELECT Captain FROM table WHERE Team = Gloucestershire Gladiators"}
{"id": "000001768", "text": "SELECT Captain FROM table WHERE Location = Southampton"}
{"id": "000001769", "text": "SELECT Location FROM table WHERE County = Sussex"}
{"id": "000001770", "text": "SELECT Captain FROM table WHERE County = Essex"}
{"id": "000001771", "text": "SELECT Tobago FROM table WHERE Species = Helicops angulatus"}
{"id": "000001772", "text": "SELECT Tobago FROM table WHERE Species = Liophis cobellus cobellus"}
{"id": "000001773", "text": "SELECT U.S. Acres Episode FROM table WHERE Garfield Episode 1 = Date of Disaster"}
{"id": "000001774", "text": "SELECT Garfield Episode 1 FROM table WHERE U.S. Acres Episode = Mind Over Melvin"}
{"id": "000001775", "text": "SELECT Garfield Episode 1 FROM table WHERE Garfield Episode 2 = The Second Penelope Episode"}
{"id": "000001776", "text": "SELECT Garfield Episode 2 FROM table WHERE Garfield Episode 1 = The Pie-Eyed Piper"}
{"id": "000001777", "text": "SELECT MAX Ending with FROM table"}
{"id": "000001778", "text": "SELECT MAX Ending with FROM table WHERE Sung by = Peyalvar"}
{"id": "000001779", "text": "SELECT MIN Starting from FROM table WHERE Name of the prabandham = Thiruvezhukkurrirukkai"}
{"id": "000001780", "text": "SELECT Starting from FROM table WHERE Name of the prabandham = Amalanadhi piran"}
{"id": "000001781", "text": "SELECT Reason for change FROM table WHERE State (class) = Massachusetts (2)"}
{"id": "000001782", "text": "SELECT COUNT Reason for change FROM table WHERE State (class) = Connecticut (3)"}
{"id": "000001783", "text": "SELECT Directed by FROM table WHERE U.S. viewers (million) = 4.22"}
{"id": "000001784", "text": "SELECT Title FROM table WHERE Production code = 2T6908"}
{"id": "000001785", "text": "SELECT COUNT No. in series FROM table WHERE U.S. viewers (million) = 3.62"}
{"id": "000001786", "text": "SELECT Original air date FROM table WHERE Directed by = Chris Long"}
{"id": "000001787", "text": "SELECT COUNT Production code FROM table WHERE U.S. viewers (million) = 5.08"}
{"id": "000001788", "text": "SELECT Yacht Type FROM table WHERE LOA (Metres) = 17.07"}
{"id": "000001789", "text": "SELECT Sail Number FROM table WHERE Position = 3"}
{"id": "000001790", "text": "SELECT Yacht Type FROM table WHERE Elapsed Time d:hh:mm:ss = 3:15:28:24"}
{"id": "000001791", "text": "SELECT Sail Number FROM table WHERE Yacht = Aspect Computing"}
{"id": "000001792", "text": "SELECT Yacht Type FROM table WHERE Sail Number = 6606"}
{"id": "000001793", "text": "SELECT State/Country FROM table WHERE Position = 5"}
{"id": "000001794", "text": "SELECT MAX Position FROM table WHERE Team = Atl. Colegiales"}
{"id": "000001795", "text": "SELECT COUNT Position FROM table WHERE Points = 9"}
{"id": "000001796", "text": "SELECT COUNT Eliminated by FROM table WHERE Time = 32:32"}
{"id": "000001797", "text": "SELECT Method of elimination FROM table WHERE Time = 32:32"}
{"id": "000001798", "text": "SELECT Eliminated by FROM table WHERE Method of elimination = Pedigree"}
{"id": "000001799", "text": "SELECT MIN Elimination number FROM table WHERE Time = 27:27"}
{"id": "000001800", "text": "SELECT MAX Elimination number FROM table WHERE Time = 26:15"}
{"id": "000001801", "text": "SELECT Township FROM table WHERE Longitude = -99.287270"}
{"id": "000001802", "text": "SELECT Longitude FROM table WHERE ANSI code = 1759682"}
{"id": "000001803", "text": "SELECT Water (sqmi) FROM table WHERE Latitude = 48.064751"}
{"id": "000001804", "text": "SELECT GEO ID FROM table WHERE ANSI code = 1759243"}
{"id": "000001805", "text": "SELECT Round 1 FROM table WHERE Event = Team"}
{"id": "000001806", "text": "SELECT COUNT Semifinals FROM table WHERE Class = TT2"}
{"id": "000001807", "text": "SELECT 1/8 Finals FROM table WHERE Round 1 = N/A"}
{"id": "000001808", "text": "SELECT COUNT Round 3 FROM table WHERE Class = TT1"}
{"id": "000001809", "text": "SELECT Event FROM table WHERE Athlete = Hans Ruep"}
{"id": "000001810", "text": "SELECT COUNT Ka-band FROM table WHERE V-band = 4"}
{"id": "000001811", "text": "SELECT Property FROM table WHERE Q-band = 8.3"}
{"id": "000001812", "text": "SELECT V-band FROM table WHERE K-band = 5.5"}
{"id": "000001813", "text": "SELECT V-band FROM table WHERE K-band = 2"}
{"id": "000001814", "text": "SELECT COUNT Property FROM table WHERE Ka-band = 2"}
{"id": "000001815", "text": "SELECT Secondary sponsor FROM table WHERE Main sponsor = Olympikus"}
{"id": "000001816", "text": "SELECT Secondary sponsor FROM table WHERE Main sponsor = Ale"}
{"id": "000001817", "text": "SELECT Kit manufacturer FROM table WHERE Minor sponsors = Tim Brasil Brokers"}
{"id": "000001818", "text": "SELECT Minor sponsors FROM table WHERE Kit manufacturer = Olympikus AND Main sponsor = Batavo"}
{"id": "000001819", "text": "SELECT COUNT Minor sponsors FROM table WHERE Kit manufacturer = Olympikus AND Period = 2011"}
{"id": "000001820", "text": "SELECT MIN No. in season FROM table WHERE Written by = Neil Thompson"}
{"id": "000001821", "text": "SELECT Original air date FROM table WHERE Production code = 06-03-521"}
{"id": "000001822", "text": "SELECT MAX No. in series FROM table WHERE Original air date = February 8, 2004"}
{"id": "000001823", "text": "SELECT COUNT No. in season FROM table WHERE Production code = 06-03-519"}
{"id": "000001824", "text": "SELECT MIN R2 FROM table"}
{"id": "000001825", "text": "SELECT Country FROM table WHERE R3 = 72 AND Player = Larry Mize"}
{"id": "000001826", "text": "SELECT COUNT R1 FROM table WHERE Country = Fiji"}
{"id": "000001827", "text": "SELECT COUNT Socialist FROM table WHERE Social Democratic = 42.2%"}
{"id": "000001828", "text": "SELECT Date Released FROM table WHERE Green-Communist = 5.7%"}
{"id": "000001829", "text": "SELECT MIN OTL FROM table WHERE PCT = 0.514"}
{"id": "000001830", "text": "SELECT MIN OTL FROM table"}
{"id": "000001831", "text": "SELECT MIN Events FROM table WHERE Country = Japan"}
{"id": "000001832", "text": "SELECT Country FROM table WHERE Events = 22"}
{"id": "000001833", "text": "SELECT COUNT Events FROM table WHERE Reset Points = 98625"}
{"id": "000001834", "text": "SELECT # FROM table WHERE Country = Fiji"}
{"id": "000001835", "text": "SELECT COUNT Points FROM table WHERE # = 6"}
{"id": "000001836", "text": "SELECT Location FROM table WHERE Driver = Pierre de Caters"}
{"id": "000001837", "text": "SELECT Constructor FROM table WHERE Driver = George Heath"}
{"id": "000001838", "text": "SELECT COUNT Driver FROM table WHERE Constructor = Mercedes-Benz"}
{"id": "000001839", "text": "SELECT Location FROM table WHERE Constructor = Lorraine-Dietrich"}
{"id": "000001840", "text": "SELECT COUNT Report FROM table WHERE Driver = Charles Jarrott"}
{"id": "000001841", "text": "SELECT Driver FROM table WHERE Constructor = Mercedes-Benz"}
{"id": "000001842", "text": "SELECT MIN used (KB) FROM table WHERE Graphics mode = 4"}
{"id": "000001843", "text": "SELECT Char cells FROM table WHERE Graphics mode < 1.0"}
{"id": "000001844", "text": "SELECT MIN Converted FROM table WHERE Number = 19"}
{"id": "000001845", "text": "SELECT Previous Class FROM table WHERE Previous Number(s) = 61323"}
{"id": "000001846", "text": "SELECT Use FROM table WHERE Number = 1"}
{"id": "000001847", "text": "SELECT COUNT Match no. FROM table WHERE Team Europe = Osku Palermaa"}
{"id": "000001848", "text": "SELECT COUNT Match no. FROM table WHERE Team Europe = Osku Palermaa"}
{"id": "000001849", "text": "SELECT Team USA FROM table WHERE Team Europe = Paul Moor"}
{"id": "000001850", "text": "SELECT Mountains Classification FROM table WHERE Team Classification = Team Columbia"}
{"id": "000001851", "text": "SELECT COUNT Stage (Winner) FROM table WHERE Team Classification = Team Columbia"}
{"id": "000001852", "text": "SELECT Mountains Classification FROM table WHERE Points Classification = Alexander Kristoff"}
{"id": "000001853", "text": "SELECT MIN Other Black Population FROM table WHERE Black African Population = 37811"}
{"id": "000001854", "text": "SELECT London Borough FROM table WHERE Black Caribbean Population = 17974"}
{"id": "000001855", "text": "SELECT Rank FROM table WHERE London Borough = Southwark"}
{"id": "000001856", "text": "SELECT MAX Black Caribbean Population FROM table WHERE Other Black Population = 2243"}
{"id": "000001857", "text": "SELECT MIN Black Caribbean Population FROM table WHERE Black African Population < 10552.0"}
{"id": "000001858", "text": "SELECT Timeslot FROM table WHERE Rating (adults 18\u201349) = 0.6"}
{"id": "000001859", "text": "SELECT Season finale FROM table WHERE U.S. viewers (in millions) = 2.02"}
{"id": "000001860", "text": "SELECT U.S. viewers (in millions) FROM table WHERE Season = 1"}
{"id": "000001861", "text": "SELECT COUNT TV season FROM table WHERE Rating (adults 18\u201349) = 1.2"}
{"id": "000001862", "text": "SELECT Location FROM table WHERE Nickname = Hawks"}
{"id": "000001863", "text": "SELECT Location FROM table WHERE Nickname = Owls"}
{"id": "000001864", "text": "SELECT COUNT Enrollment FROM table WHERE Founded = 1863"}
{"id": "000001865", "text": "SELECT Location FROM table WHERE Conference = American Athletic Conference"}
{"id": "000001866", "text": "SELECT Affiliation FROM table WHERE Nickname = Explorers"}
{"id": "000001867", "text": "SELECT Nickname FROM table WHERE Institution = Drexel University"}
{"id": "000001868", "text": "SELECT Branding FROM table WHERE Location = Metro Manila"}
{"id": "000001869", "text": "SELECT Branding FROM table WHERE Location = Cabanatuan"}
{"id": "000001870", "text": "SELECT Power (kW) FROM table WHERE Location = Cebu"}
{"id": "000001871", "text": "SELECT Frequency FROM table WHERE Branding = 101.5 News FM"}
{"id": "000001872", "text": "SELECT Location FROM table WHERE Power (kW) = 5kW AND Frequency = 102.3MHz"}
{"id": "000001873", "text": "SELECT Location FROM table WHERE Frequency = 92.3MHz"}
{"id": "000001874", "text": "SELECT MAX No FROM table"}
{"id": "000001875", "text": "SELECT Q1+Q2 time FROM table WHERE Q1 time = 1:18.574"}
{"id": "000001876", "text": "SELECT Q1+Q2 time FROM table WHERE Q1 pos = 8"}
{"id": "000001877", "text": "SELECT COUNT Pos FROM table WHERE Q1+Q2 time = 2.34.736"}
{"id": "000001878", "text": "SELECT MAX Q1 pos FROM table WHERE Q1 time = 1:16.218"}
{"id": "000001879", "text": "SELECT MIN 8-car sets FROM table WHERE 4-car sets = 47"}
{"id": "000001880", "text": "SELECT MAX 6-car sets FROM table WHERE Fiscal year = 1968"}
{"id": "000001881", "text": "SELECT MIN Fiscal year FROM table WHERE Total vehicles = 490"}
{"id": "000001882", "text": "SELECT Degree/Diploma FROM table WHERE Discipline = Otorhinolaryngology"}
{"id": "000001883", "text": "SELECT Total Seats FROM table WHERE Discipline = Otorhinolaryngology"}
{"id": "000001884", "text": "SELECT Recognised Seats FROM table WHERE Discipline = Pharmacology"}
{"id": "000001885", "text": "SELECT COUNT Permitted Seats FROM table WHERE Discipline = General Surgery"}
{"id": "000001886", "text": "SELECT MIN Recognised Seats FROM table"}
{"id": "000001887", "text": "SELECT COUNT Nation FROM table WHERE Name = FMS International"}
{"id": "000001888", "text": "SELECT MIN Fastest Laps FROM table"}
{"id": "000001889", "text": "SELECT Championship Titles FROM table WHERE Name = LRS Formula / Laurent R\u00e9don Motorsport"}
{"id": "000001890", "text": "SELECT Version FROM table WHERE Official name = AutoCAD Architectural Desktop 3"}
{"id": "000001891", "text": "SELECT Regular Season FROM table WHERE Playoffs = Conference Finals"}
{"id": "000001892", "text": "SELECT Playoffs FROM table WHERE League = USISL Pro League"}
{"id": "000001893", "text": "SELECT Year FROM table WHERE League = USL PDL AND Regular Season = 2nd, Northeast"}
{"id": "000001894", "text": "SELECT Open Cup FROM table WHERE League = USISL D-3 Pro League AND Regular Season = 2nd, Northeast"}
{"id": "000001895", "text": "SELECT Year FROM table WHERE League = USISL Pro League"}
{"id": "000001896", "text": "SELECT MIN Arabs 2001 FROM table WHERE % 2001 = 0.1%"}
{"id": "000001897", "text": "SELECT MAX Arabs 2001 FROM table WHERE Province = Manitoba"}
{"id": "000001898", "text": "SELECT COUNT Province FROM table WHERE % 2011 = 0.0%"}
{"id": "000001899", "text": "SELECT COUNT Arabs 2001 FROM table WHERE Province = British Columbia"}
{"id": "000001900", "text": "SELECT Arabs 2011 FROM table WHERE Province = Nunavut"}
{"id": "000001901", "text": "SELECT Date FROM table WHERE Runner(s)-up = Song-Hee Kim"}
{"id": "000001902", "text": "SELECT Winners share ( $ ) FROM table WHERE Margin of victory = 2 strokes"}
{"id": "000001903", "text": "SELECT Winning score FROM table WHERE Tournament = Sybase Classic"}
{"id": "000001904", "text": "SELECT Winning score FROM table WHERE Runner(s)-up = Birdie Kim"}
{"id": "000001905", "text": "SELECT MIN Latin Americans 2011 FROM table WHERE Province = Northwest Territories"}
{"id": "000001906", "text": "SELECT COUNT Latin Americans 2001 FROM table WHERE Province = Yukon"}
{"id": "000001907", "text": "SELECT % 2001 FROM table WHERE % 2011 = 0.8% AND Province = Manitoba"}
{"id": "000001908", "text": "SELECT % 2001 FROM table WHERE % 2011 = 0.2%"}
{"id": "000001909", "text": "SELECT MAX Latin Americans 2001 FROM table WHERE % 2001 = 0.0% AND % 2011 = 0.2%"}
{"id": "000001910", "text": "SELECT MIN Latin Americans 2011 FROM table WHERE Province = Saskatchewan"}
{"id": "000001911", "text": "SELECT COUNT Index FROM table WHERE Ozone, Running 8 hourly mean (\u03bcg/m 3 ) = 66-99"}
{"id": "000001912", "text": "SELECT PM10 Particles, 24 hour mean (\u03bcg/m 3 ) FROM table WHERE PM2.5 Particles, 24 hour mean (\u03bcg/m 3 ) = 59-66"}
{"id": "000001913", "text": "SELECT PM10 Particles, 24 hour mean (\u03bcg/m 3 ) FROM table WHERE Sulphur Dioxide, 15 minute mean (\u03bcg/m 3 ) = 266-354"}
{"id": "000001914", "text": "SELECT Sulphur Dioxide, 15 minute mean (\u03bcg/m 3 ) FROM table WHERE Ozone, Running 8 hourly mean (\u03bcg/m 3 ) = 121-140"}
{"id": "000001915", "text": "SELECT Sulphur Dioxide, 15 minute mean (\u03bcg/m 3 ) FROM table WHERE Nitrogen Dioxide, Hourly mean (\u03bcg/m 3 ) = 468-534"}
{"id": "000001916", "text": "SELECT Nitrogen Dioxide, Hourly mean (\u03bcg/m 3 ) FROM table WHERE Sulphur Dioxide, 15 minute mean (\u03bcg/m 3 ) = 0-88"}
{"id": "000001917", "text": "SELECT MAX AFC Titles FROM table WHERE Teams With Division Titles = Cleveland Browns"}
{"id": "000001918", "text": "SELECT Division Championships FROM table WHERE Teams With Division Titles = Pittsburgh Steelers"}
{"id": "000001919", "text": "SELECT MAX AFC Titles FROM table WHERE Super Bowl Wins = 2"}
{"id": "000001920", "text": "SELECT COUNT Teams With Division Titles FROM table WHERE Division Championships = 9"}
{"id": "000001921", "text": "SELECT MAX Division Championships FROM table WHERE Playoff Berths = 11"}
{"id": "000001922", "text": "SELECT Original Toronto Cast FROM table WHERE Current Broadway Cast = Kate Rockwell"}
{"id": "000001923", "text": "SELECT Current West End Cast FROM table WHERE Original West End Cast = Jodie Jacobs"}
{"id": "000001924", "text": "SELECT Current Broadway Cast FROM table WHERE Original Broadway Cast = Constantine Maroulis"}
{"id": "000001925", "text": "SELECT COUNT Second National Tour Year 2 FROM table WHERE Original West End Cast = Oliver Tompsett"}
{"id": "000001926", "text": "SELECT Original Toronto Cast FROM table WHERE First National Tour Cast = Constantine Maroulis"}
{"id": "000001927", "text": "SELECT # FROM table WHERE Creators = Bill Finger Edmond Hamilton Dick Sprang , et al."}
{"id": "000001928", "text": "SELECT Volume line FROM table WHERE # = 8"}
{"id": "000001929", "text": "SELECT COUNT Material collected FROM table WHERE ISBN = 978-1401221935"}
{"id": "000001930", "text": "SELECT COUNT Creators FROM table WHERE Volume title = Flash of Two Worlds"}
{"id": "000001931", "text": "SELECT COUNT Material collected FROM table WHERE Volume title = Justice League of America by George P\u00e9rez, Vol. 2"}
{"id": "000001932", "text": "SELECT MAX Number One(s) FROM table"}
{"id": "000001933", "text": "SELECT COUNT Surface FROM table WHERE Year = 2005 AND Score = 6\u20137 (4\u20137) , 3\u20136, 7\u20136 (7\u20132) , 3\u20136"}
{"id": "000001934", "text": "SELECT Opponents FROM table WHERE Score = 6\u20134, 4\u20136, 7\u20136 (7\u20134)"}
{"id": "000001935", "text": "SELECT Player FROM table WHERE NHL team = California Golden Seals"}
{"id": "000001936", "text": "SELECT College/junior/club team FROM table WHERE Player = Lee Palmer"}
{"id": "000001937", "text": "SELECT Nationality FROM table WHERE Player = Alain Labrecque"}
{"id": "000001938", "text": "SELECT MIN Pick # FROM table WHERE NHL team = Boston Bruins"}
{"id": "000001939", "text": "SELECT Position FROM table WHERE Player = Glenn Goldup"}
{"id": "000001940", "text": "SELECT MIN Pick # FROM table WHERE Player = Colin Campbell"}
{"id": "000001941", "text": "SELECT Player FROM table WHERE Pick # = 30"}
{"id": "000001942", "text": "SELECT College/junior/club team FROM table WHERE Player = Jimmy Jones"}
{"id": "000001943", "text": "SELECT MVP FROM table WHERE Champion = Scaligera Verona"}
{"id": "000001944", "text": "SELECT Finalist FROM table WHERE Season = 2007-08"}
{"id": "000001945", "text": "SELECT Finalist FROM table WHERE Final Venue = Varese"}
{"id": "000001946", "text": "SELECT Finalist FROM table WHERE MVP = Romain Sato"}
{"id": "000001947", "text": "SELECT Champion FROM table WHERE Season = 1998-99"}
{"id": "000001948", "text": "SELECT COUNT Final Venue FROM table WHERE Season = 1997-98"}
{"id": "000001949", "text": "SELECT Player FROM table WHERE NHL team = Detroit Red Wings"}
{"id": "000001950", "text": "SELECT College/junior/club team FROM table WHERE Player = Dan Follet"}
{"id": "000001951", "text": "SELECT COUNT NHL team FROM table WHERE Player = Denis Andersen"}
{"id": "000001952", "text": "SELECT College/junior/club team FROM table WHERE NHL team = Buffalo Sabres"}
{"id": "000001953", "text": "SELECT NHL team FROM table WHERE Player = Denis Desgagnes"}
{"id": "000001954", "text": "SELECT College/junior/club team FROM table WHERE Player = Bob Law"}
{"id": "000001955", "text": "SELECT NHL team FROM table WHERE Player = Jim Koleff"}
{"id": "000001956", "text": "SELECT COUNT Division FROM table WHERE Nickname = Skyhawks"}
{"id": "000001957", "text": "SELECT Enrollment FROM table WHERE Location = Garden City, New York"}
{"id": "000001958", "text": "SELECT COUNT Institution FROM table WHERE Nickname = Greyhounds"}
{"id": "000001959", "text": "SELECT COUNT Enrollment FROM table WHERE Institution = Southern New Hampshire University"}
{"id": "000001960", "text": "SELECT Results FROM table WHERE GT1 Winning Team = No.55 IPB Spartak Racing"}
{"id": "000001961", "text": "SELECT COUNT LMP1 Winning Team FROM table WHERE GT1 Winning Team = Peter Kox Roman Rusinov"}
{"id": "000001962", "text": "SELECT COUNT Rnd. FROM table WHERE GT1 Winning Team = Julien Jousse Patrice Goueslard Yann Clairay"}
{"id": "000001963", "text": "SELECT COUNT Nickname FROM table WHERE Location = Milton, Massachusetts"}
{"id": "000001964", "text": "SELECT Location FROM table WHERE Institution = Eastern Nazarene College"}
{"id": "000001965", "text": "SELECT COUNT Joined FROM table WHERE Nickname = Nor'easters"}
{"id": "000001966", "text": "SELECT Location FROM table WHERE Enrollment = 2686"}
{"id": "000001967", "text": "SELECT MIN Joined FROM table WHERE Nickname = Lions"}
{"id": "000001968", "text": "SELECT Current Conference FROM table WHERE Nickname = Chargers"}
{"id": "000001969", "text": "SELECT Current Conference FROM table WHERE Nickname = Lions"}
{"id": "000001970", "text": "SELECT MAX Joined FROM table WHERE Current Conference = Dropped athletics"}
{"id": "000001971", "text": "SELECT MAX Founded FROM table"}
{"id": "000001972", "text": "SELECT Institution FROM table WHERE Location = Watertown, Wisconsin"}
{"id": "000001973", "text": "SELECT MIN Enrollment FROM table WHERE Founded = 1880"}
{"id": "000001974", "text": "SELECT Enrollment FROM table WHERE Institution = Lakeland College"}
{"id": "000001975", "text": "SELECT MAX Enrollment FROM table WHERE Institution = Concordia University"}
{"id": "000001976", "text": "SELECT Couple FROM table WHERE Total = 6"}
{"id": "000001977", "text": "SELECT MIN Rank FROM table"}
{"id": "000001978", "text": "SELECT Couple FROM table WHERE Vote percentage = 7.691%"}
{"id": "000001979", "text": "SELECT COUNT Result FROM table WHERE Couple = Ellery and Frankie"}
{"id": "000001980", "text": "SELECT Rank FROM table WHERE Couple = Michael and Melanie"}
{"id": "000001981", "text": "SELECT Rank FROM table WHERE Couple = Zoe and Matt"}
{"id": "000001982", "text": "SELECT Judges FROM table WHERE Couple = Roxanne and Daniel"}
{"id": "000001983", "text": "SELECT Result FROM table WHERE Couple = Zoe and Matt"}
{"id": "000001984", "text": "SELECT Result FROM table WHERE Judges = 6"}
{"id": "000001985", "text": "SELECT Order FROM table WHERE Public vote = 18.155%"}
{"id": "000001986", "text": "SELECT Public vote FROM table WHERE Couple = Graeme & Kristina"}
{"id": "000001987", "text": "SELECT Robin FROM table WHERE Jason = 2.5"}
{"id": "000001988", "text": "SELECT Skating song FROM table WHERE Couple = Graeme & Kristina"}
{"id": "000001989", "text": "SELECT Scoreboard FROM table WHERE Karen = 4.5"}
{"id": "000001990", "text": "SELECT COUNT Couple FROM table WHERE Total = 14.5"}
{"id": "000001991", "text": "SELECT Nickname FROM table WHERE Enrollment = 9000"}
{"id": "000001992", "text": "SELECT Type FROM table WHERE Enrollment = 2102"}
{"id": "000001993", "text": "SELECT Location FROM table WHERE Type = Private/Presbyterian"}
{"id": "000001994", "text": "SELECT Type FROM table WHERE Institution = Alvernia University"}
{"id": "000001995", "text": "SELECT Institution FROM table WHERE Location = Glenside, Pennsylvania"}
{"id": "000001996", "text": "SELECT Result FROM table WHERE First elected = 2004 AND Incumbent = John Barrow"}
{"id": "000001997", "text": "SELECT COUNT Incumbent FROM table WHERE Party = Democratic AND District = Georgia 8"}
{"id": "000001998", "text": "SELECT District FROM table WHERE Incumbent = John Linder"}
{"id": "000001999", "text": "SELECT Result FROM table WHERE District = Georgia 8"}
{"id": "000002000", "text": "SELECT District FROM table WHERE Incumbent = John Linder"}
{"id": "000002001", "text": "SELECT Mind FROM table WHERE Reason = qut"}
{"id": "000002002", "text": "SELECT Intelligence FROM table WHERE Thought = \u601d s\u012b, \"thought\""}
{"id": "000002003", "text": "SELECT Understanding FROM table WHERE Reason = \u03bd\u03bf\u1fe6\u03c2 Nous"}
{"id": "000002004", "text": "SELECT MIN 1949/50 ($ millions) FROM table WHERE Cumulative ($ millions) = 376"}
{"id": "000002005", "text": "SELECT MAX 1948/49 ($ millions) FROM table WHERE Country = Iceland"}
{"id": "000002006", "text": "SELECT Country FROM table WHERE 1949/50 ($ millions) = 59"}
{"id": "000002007", "text": "SELECT MAX 1949/50 ($ millions) FROM table WHERE 1948/49 ($ millions) = 232"}
{"id": "000002008", "text": "SELECT 1948/49 ($ millions) FROM table WHERE 1949/50 ($ millions) = 921"}
{"id": "000002009", "text": "SELECT COUNT % of popular vote FROM table WHERE # of seats won = 83"}
{"id": "000002010", "text": "SELECT % of popular vote FROM table WHERE Election = 1926"}
{"id": "000002011", "text": "SELECT MAX # of seats won FROM table"}
{"id": "000002012", "text": "SELECT MAX # of total votes FROM table WHERE Election = 1878"}
{"id": "000002013", "text": "SELECT MAX # FROM table WHERE French Open = 1974"}
{"id": "000002014", "text": "SELECT MAX Australian Open FROM table"}
{"id": "000002015", "text": "SELECT COUNT Age FROM table WHERE Player = Maureen Connolly Brinker"}
{"id": "000002016", "text": "SELECT MIN French Open FROM table WHERE Player = Serena Williams"}
{"id": "000002017", "text": "SELECT COUNT Dismissals FROM table WHERE Innings = 191"}
{"id": "000002018", "text": "SELECT COUNT Residence city FROM table WHERE English name = Province of Viborg and Nyslott"}
{"id": "000002019", "text": "SELECT MAX Map number FROM table"}
{"id": "000002020", "text": "SELECT Swedish name FROM table WHERE Residence city = Loviisa"}
{"id": "000002021", "text": "SELECT Finnish name FROM table WHERE English name = Province of Viborg and Nyslott"}
{"id": "000002022", "text": "SELECT Traditional Chinese FROM table WHERE Area = 181"}
{"id": "000002023", "text": "SELECT COUNT Area FROM table WHERE English Name = Nanqiao District"}
{"id": "000002024", "text": "SELECT COUNT English Name FROM table WHERE Traditional Chinese = \u5168\u6912\u7e23"}
{"id": "000002025", "text": "SELECT Pinyin FROM table WHERE English Name = Dingyuan County"}
{"id": "000002026", "text": "SELECT MAX Stats FROM table WHERE Pitcher = Doug Davis"}
{"id": "000002027", "text": "SELECT Pitcher FROM table WHERE Seasons = 1970"}
{"id": "000002028", "text": "SELECT Wins FROM table WHERE Winning % = 0.667"}
{"id": "000002029", "text": "SELECT MIN No decisions FROM table WHERE Winning % = 1.000 AND Wins = 3"}
{"id": "000002030", "text": "SELECT MIN Wins FROM table WHERE Seasons = 1986"}
{"id": "000002031", "text": "SELECT MIN No decisions FROM table WHERE Pitcher = Scott Feldman Category:Articles with hCards"}
{"id": "000002032", "text": "SELECT Starts FROM table WHERE Seasons = 1977"}
{"id": "000002033", "text": "SELECT Pitcher FROM table WHERE Seasons = 1982, 1984, 1985, 1987, 1988, 1989"}
{"id": "000002034", "text": "SELECT COUNT Wins FROM table WHERE Pitcher = Jon Matlack Category:Articles with hCards"}
{"id": "000002035", "text": "SELECT MAX No. in series FROM table"}
{"id": "000002036", "text": "SELECT Family/families FROM table WHERE No. overall = UK10"}
{"id": "000002037", "text": "SELECT MAX Division FROM table"}
{"id": "000002038", "text": "SELECT MIN Division FROM table WHERE Regular Season = 6th, Great Lakes"}
{"id": "000002039", "text": "SELECT Open Cup FROM table WHERE Year = 2006"}
{"id": "000002040", "text": "SELECT Year FROM table WHERE Regular Season = 4th, Midwest"}
{"id": "000002041", "text": "SELECT Channel FROM table WHERE Spokesperson = Arina Sharapova AND Dual Commentator = No Dual Commentator"}
{"id": "000002042", "text": "SELECT COUNT Spokesperson FROM table WHERE Year(s) = 2004"}
{"id": "000002043", "text": "SELECT Dual Commentator FROM table WHERE Spokesperson = Larisa Verbickaya"}
{"id": "000002044", "text": "SELECT Spokesperson FROM table WHERE Dual Commentator = Elena Batinova"}
{"id": "000002045", "text": "SELECT Spokesperson FROM table WHERE Commentator = Dmitriy Guberniyev"}
{"id": "000002046", "text": "SELECT First broadcast FROM table WHERE Rufus guest = Jack Whitehall"}
{"id": "000002047", "text": "SELECT Episode FROM table WHERE Rufus guest = Chris Addison"}
|