answer
stringlengths
18
557
question
stringlengths
12
244
context
stringlengths
27
484
SELECT movie_title_and_year FROM table_26032940_2 WHERE main_cast = "Dana Wynter , Mel Ferrer , Theodore Bikel"
What movie did dana wynter , mel ferrer , theodore bikel star in?
CREATE TABLE table_26032940_2 (movie_title_and_year VARCHAR, main_cast VARCHAR)
SELECT MIN(founded) FROM table_262534_2 WHERE institution = "St. Catharine College"
What year was the institution of St. Catharine College founded?
CREATE TABLE table_262534_2 (founded INTEGER, institution VARCHAR)
SELECT high_assists FROM table_30087032_5 WHERE high_points = "Charles Barkley (21)"
Who did the high assists in the game where Charles Barkley (21) did the high points?
CREATE TABLE table_30087032_5 (high_assists VARCHAR, high_points VARCHAR)
SELECT document_id, document_name, document_description FROM Documents
List document IDs, document names, and document descriptions for all documents.
CREATE TABLE Documents (document_id VARCHAR, document_name VARCHAR, document_description VARCHAR)
SELECT date FROM table_23285849_7 WHERE record = "27-14"
What was the date of the game when the record was 27-14?
CREATE TABLE table_23285849_7 (date VARCHAR, record VARCHAR)
SELECT season FROM table_name_59 WHERE apps > 26 AND club = "barcelona" AND goals > 96 AND rank > 12
What season was Barcelona ranked higher than 12, had more than 96 goals and had more than 26 apps?
CREATE TABLE table_name_59 (season VARCHAR, rank VARCHAR, goals VARCHAR, apps VARCHAR, club VARCHAR)
SELECT date FROM table_name_98 WHERE winning_driver = "gaspare bona" AND name = "pozzo circuit"
When did Gaspare Bona win the Pozzo Circuit?
CREATE TABLE table_name_98 (date VARCHAR, winning_driver VARCHAR, name VARCHAR)
SELECT MAX(totora_municipality___percentage_) FROM table_name_72 WHERE chimoré_municipality___percentage_ = 5.1 AND pocona_municipality___percentage_ < 0.2
Which Totora Municipality (%) is the highest one that has a Chimoré Municipality (%) of 5.1, and a Pocona Municipality (%) smaller than 0.2?
CREATE TABLE table_name_72 (totora_municipality___percentage_ INTEGER, chimoré_municipality___percentage_ VARCHAR, pocona_municipality___percentage_ VARCHAR)
SELECT partial_thromboplastin_time FROM table_221653_1 WHERE prothrombin_time = "Prolonged" AND bleeding_time = "Prolonged"
What is the result for partial thromboplastin time when prothrombin time and bleeding time are prolonged?
CREATE TABLE table_221653_1 (partial_thromboplastin_time VARCHAR, prothrombin_time VARCHAR, bleeding_time VARCHAR)
SELECT SUM(wins) FROM table_name_77 WHERE top_5 < 1
Tell me the sum of wins for top 5 less than 1
CREATE TABLE table_name_77 (wins INTEGER, top_5 INTEGER)
SELECT set_3 FROM table_name_79 WHERE set_4 = "25-21" AND date = "jun 14"
What is Set 3, when Set 4 is 25-21, and when Date is Jun 14?
CREATE TABLE table_name_79 (set_3 VARCHAR, set_4 VARCHAR, date VARCHAR)
SELECT courtside_reporter FROM table_name_43 WHERE channel = "fsn new england" AND year = "2006-07"
Which Courtside reporter has a Channel of fsn new england in 2006-07?
CREATE TABLE table_name_43 (courtside_reporter VARCHAR, channel VARCHAR, year VARCHAR)
SELECT genre FROM table_name_53 WHERE station = "class 95fm"
What genre has a station of Class 95FM?
CREATE TABLE table_name_53 (genre VARCHAR, station VARCHAR)
SELECT Lieutenant AS governor FROM table_name_90 WHERE left_office = "october 16, 2000"
Who was lieutenant governor to the governor that left office on October 16, 2000?
CREATE TABLE table_name_90 (Lieutenant VARCHAR, left_office VARCHAR)
SELECT school FROM table_name_17 WHERE event = "100 backstroke"
What is School, when Event is "100 Backstroke"?
CREATE TABLE table_name_17 (school VARCHAR, event VARCHAR)
SELECT bats FROM table_name_49 WHERE throws = "r" AND dob = "22 may 1973"
Which Bats have Throws of r, and a DOB of 22 may 1973?
CREATE TABLE table_name_49 (bats VARCHAR, throws VARCHAR, dob VARCHAR)
SELECT report FROM table_1140113_5 WHERE winning_driver = "Mike Hawthorn"
What was the report of Mike Hawthorn's winning race?
CREATE TABLE table_1140113_5 (report VARCHAR, winning_driver VARCHAR)
SELECT country FROM table_name_87 WHERE content = "general television" AND television_service = "rai 1"
What is the Country when the Content was general television, and a Television service of rai 1?
CREATE TABLE table_name_87 (country VARCHAR, content VARCHAR, television_service VARCHAR)
SELECT MIN(number_of_deputies) FROM table_name_17 WHERE number_of_votes_received = "unknown" AND election_date > 1986
What was deputies with the lowest number of unknown received votes, in an election year after 1986?
CREATE TABLE table_name_17 (number_of_deputies INTEGER, number_of_votes_received VARCHAR, election_date VARCHAR)
SELECT status FROM table_name_14 WHERE "role" = "role"
When the role is role what was the status?
CREATE TABLE table_name_14 (status VARCHAR)
SELECT MAX(game) FROM table_name_86 WHERE high_assists = "hedo türkoğlu (7)"
What is the highest Game, when High Assists is "Hedo Türkoğlu (7)"?
CREATE TABLE table_name_86 (game INTEGER, high_assists VARCHAR)
SELECT channel_code, contact_number FROM customer_contact_channels WHERE active_to_date - active_from_date = (SELECT active_to_date - active_from_date FROM customer_contact_channels ORDER BY (active_to_date - active_from_date) DESC LIMIT 1)
What is the channel code and contact number of the customer contact channel that was active for the longest time?
CREATE TABLE customer_contact_channels (channel_code VARCHAR, contact_number VARCHAR, active_to_date VARCHAR, active_from_date VARCHAR)
SELECT date FROM table_22334183_3 WHERE circuit = "Donington Park"
When was the circuit Donington Park?
CREATE TABLE table_22334183_3 (date VARCHAR, circuit VARCHAR)
SELECT AVG(pos) FROM table_name_79 WHERE league = "tb2l" AND postseason = "promoted champion"
What is the average position for tb2l teams promoted champion?
CREATE TABLE table_name_79 (pos INTEGER, league VARCHAR, postseason VARCHAR)
SELECT COUNT(round) FROM table_name_75 WHERE player = "jason missiaen"
What is the total number of rounds that had Jason Missiaen?
CREATE TABLE table_name_75 (round VARCHAR, player VARCHAR)
SELECT played FROM table_name_56 WHERE try_bonus = "2" AND club = "pontyberem rfc"
For Pontyberem RFC that has a Try Bonus of 2, what is the played?
CREATE TABLE table_name_56 (played VARCHAR, try_bonus VARCHAR, club VARCHAR)
SELECT nationality FROM table_name_24 WHERE college_junior_club_team = "michigan state university (ncaa)" AND player = "mark hirth"
What nationality is Mark Hirth from Michigan State University (NCAA)?
CREATE TABLE table_name_24 (nationality VARCHAR, college_junior_club_team VARCHAR, player VARCHAR)
SELECT outcome FROM table_name_13 WHERE partner = "iryna bremond"
What was the outcome when the partner was Iryna Bremond?
CREATE TABLE table_name_13 (outcome VARCHAR, partner VARCHAR)
SELECT record FROM table_22879323_8 WHERE team = "Memphis"
What was the record in the game against Memphis?
CREATE TABLE table_22879323_8 (record VARCHAR, team VARCHAR)
SELECT MIN(capacity) FROM table_name_75 WHERE year_opened = "1903"
What is the lowest capacity for 1903?
CREATE TABLE table_name_75 (capacity INTEGER, year_opened VARCHAR)
SELECT AVG(points) FROM table_name_54 WHERE year > 1992
What are the average points after 1992?
CREATE TABLE table_name_54 (points INTEGER, year INTEGER)
SELECT COUNT(attendance) FROM table_name_87 WHERE opponent = "minnesota vikings"
What is the Attendance of the game against Minnesota Vikings?
CREATE TABLE table_name_87 (attendance VARCHAR, opponent VARCHAR)
SELECT first_elected FROM table_name_15 WHERE incumbent = "none (new seat)"
Which First elected has a Incumbent of none (new seat)?
CREATE TABLE table_name_15 (first_elected VARCHAR, incumbent VARCHAR)
SELECT rowers FROM table_name_51 WHERE rank < 4 AND country = "china"
Who were the rowers from china wh had a rank smaller than 4?
CREATE TABLE table_name_51 (rowers VARCHAR, rank VARCHAR, country VARCHAR)
SELECT torque FROM table_name_68 WHERE engine = "amc power tech i6"
What Torque has an AMC Power Tech I6 Engine?
CREATE TABLE table_name_68 (torque VARCHAR, engine VARCHAR)
SELECT yes_vote FROM table_name_73 WHERE date = "2006" AND state = "tennessee"
How many positive votes for Tennessee in 2006?
CREATE TABLE table_name_73 (yes_vote VARCHAR, date VARCHAR, state VARCHAR)
SELECT high_rebounds FROM table_27755784_11 WHERE game = 77
Name the high rebounds for 77 game
CREATE TABLE table_27755784_11 (high_rebounds VARCHAR, game VARCHAR)
SELECT score FROM table_name_99 WHERE venue = "sultan qaboos sports complex, muscat"
The game played at Sultan Qaboos Sports Complex, Muscat had what score?
CREATE TABLE table_name_99 (score VARCHAR, venue VARCHAR)
SELECT COUNT(attendance) FROM table_name_76 WHERE opponent = "pittsburgh steelers" AND week < 4
What was the total attendance at a game against the Pittsburgh Steelers before week 4?
CREATE TABLE table_name_76 (attendance VARCHAR, opponent VARCHAR, week VARCHAR)
SELECT crew FROM table_name_33 WHERE start_date_time = "20 february 20:09"
What crew's EVA started on 20 February 20:09?
CREATE TABLE table_name_33 (crew VARCHAR, start_date_time VARCHAR)
SELECT modern_german__standard_wording_ FROM table_181240_1 WHERE english___bcp__ = "For thine is the kingdom, the power"
What is the english (bcp) phrase "for thine is the kingdom, the power" in modern german with standard wording?
CREATE TABLE table_181240_1 (modern_german__standard_wording_ VARCHAR, english___bcp__ VARCHAR)
SELECT winner FROM table_name_95 WHERE course = "florence to genoa"
Who is the winner of the Florence to Genoa course?
CREATE TABLE table_name_95 (winner VARCHAR, course VARCHAR)
SELECT _number FROM table_28194879_1 WHERE production_code = "PABF05"
What is the number in season of the episode whose production code is pabf05?
CREATE TABLE table_28194879_1 (_number VARCHAR, production_code VARCHAR)
SELECT AVG(goals_against) FROM table_name_29 WHERE points = 43 AND draws > 9
what is the goals against when the points is 43 and draws is more than 9?
CREATE TABLE table_name_29 (goals_against INTEGER, points VARCHAR, draws VARCHAR)
SELECT campusfee FROM campuses AS T1 JOIN csu_fees AS T2 ON T1.id = t2.campus WHERE t1.campus = "San Jose State University" AND T2.year = 1996
What is the campus fee of "San Jose State University" in year 1996?
CREATE TABLE csu_fees (year VARCHAR); CREATE TABLE campuses (id VARCHAR)
SELECT MIN(field_goals) FROM table_14342210_6
What is the least amount of field goals made by a player?
CREATE TABLE table_14342210_6 (field_goals INTEGER)
SELECT date FROM table_name_39 WHERE away = "toronto eagles"
When did the team play an away game against the Toronto Eagles?
CREATE TABLE table_name_39 (date VARCHAR, away VARCHAR)
SELECT surface FROM table_name_30 WHERE outcome = "runner-up" AND score = "6–4, 6–3"
On what Surface was the match with a Score of 6–4, 6–3 and Runner-up Outcome played?
CREATE TABLE table_name_30 (surface VARCHAR, outcome VARCHAR, score VARCHAR)
SELECT status FROM table_1341568_6 WHERE party = "Democratic" AND elected = "1989"
What is the elected status of the Democratic party in 1989?
CREATE TABLE table_1341568_6 (status VARCHAR, party VARCHAR, elected VARCHAR)
SELECT company FROM table_name_59 WHERE built = 1998 AND ship = "excellent"
What company built the ship named excellent in 1998?
CREATE TABLE table_name_59 (company VARCHAR, built VARCHAR, ship VARCHAR)
SELECT constructor FROM table_name_52 WHERE grid < 14 AND driver = "stefan johansson"
Who constructed stefan johansson's car with a grid under 14?
CREATE TABLE table_name_52 (constructor VARCHAR, grid VARCHAR, driver VARCHAR)
SELECT attendance FROM table_name_72 WHERE opponent = "bye"
How many attended the game with an opponent of bye?
CREATE TABLE table_name_72 (attendance VARCHAR, opponent VARCHAR)
SELECT fname, lname FROM authors ORDER BY lname
Retrieve all the first and last names of authors in the alphabetical order of last names.
CREATE TABLE authors (fname VARCHAR, lname VARCHAR)
SELECT MAX(pick__number) FROM table_name_9 WHERE rd__number < 1
Which Pick # is the highest and has the Rd # is under 1?
CREATE TABLE table_name_9 (pick__number INTEGER, rd__number INTEGER)
SELECT conference_joined FROM table_name_40 WHERE mascot = "indians"
What conference includes the Indians?
CREATE TABLE table_name_40 (conference_joined VARCHAR, mascot VARCHAR)
SELECT artist FROM table_name_64 WHERE year > 2012 AND format = "cd, lp"
Who was the artist after 2012 with CD, LP as the format?
CREATE TABLE table_name_64 (artist VARCHAR, year VARCHAR, format VARCHAR)
SELECT MAX(pick__number) FROM table_name_24 WHERE name = "akeem dent" AND overall < 91
Which highest pick number had Akeem Dent as a name and where the overall was less than 91?
CREATE TABLE table_name_24 (pick__number INTEGER, name VARCHAR, overall VARCHAR)
SELECT COUNT(overall) FROM table_name_86 WHERE round < 1
What total number of Overalls has a round that was smaller than 1?
CREATE TABLE table_name_86 (overall VARCHAR, round INTEGER)
SELECT song FROM table_name_76 WHERE status = "nominated" AND name = "tan dun"
Which song named Tan Dun was nominated?
CREATE TABLE table_name_76 (song VARCHAR, status VARCHAR, name VARCHAR)
SELECT opponent FROM table_name_1 WHERE loss = "hoeft (19-14)"
Who was the opponent when Hoeft (19-14) took the loss?
CREATE TABLE table_name_1 (opponent VARCHAR, loss VARCHAR)
SELECT COUNT(final_rank) FROM table_name_37 WHERE rank_in_fs = 3 AND rank_in_sp > 4
How many skaters have a Rank in FS of 3, and a Rank in SP larger than 4?
CREATE TABLE table_name_37 (final_rank VARCHAR, rank_in_fs VARCHAR, rank_in_sp VARCHAR)
SELECT COUNT(*) FROM Cartoon WHERE Written_by = "Joseph Kuhr"
How many cartoons were written by "Joseph Kuhr"?
CREATE TABLE Cartoon (Written_by VARCHAR)
SELECT winner_2nd FROM table_1358608_4 WHERE venue = "Belmont"
Who was the winner of the race at Belmont?
CREATE TABLE table_1358608_4 (winner_2nd VARCHAR, venue VARCHAR)
SELECT COUNT(country) FROM table_27279050_3 WHERE last_current_driver_s__3_november_2013 = "Adderly Fong ( 2013 )"
How many times is last/current driver(s) 3 november 2013 is adderly fong ( 2013 )?
CREATE TABLE table_27279050_3 (country VARCHAR, last_current_driver_s__3_november_2013 VARCHAR)
SELECT year FROM table_name_90 WHERE rank_final = "6"
What year was the rank final of 6?
CREATE TABLE table_name_90 (year VARCHAR, rank_final VARCHAR)
SELECT DISTINCT t1.title FROM papers AS t1 JOIN authorship AS t2 ON t1.paperid = t2.paperid JOIN inst AS t3 ON t2.instid = t3.instid WHERE t3.name = "Indiana University"
What are the papers published under the institution "Indiana University"?
CREATE TABLE inst (instid VARCHAR, name VARCHAR); CREATE TABLE authorship (paperid VARCHAR, instid VARCHAR); CREATE TABLE papers (title VARCHAR, paperid VARCHAR)
SELECT vp9___webm__ FROM table_26099252_1 WHERE vp8___webm__ = "4.4"
When vp8 ( webm ) is 4.4, how much is vp9 ( webm )
CREATE TABLE table_26099252_1 (vp9___webm__ VARCHAR, vp8___webm__ VARCHAR)
SELECT reason_for_change FROM table_2192067_4 WHERE date_successor_seated = "July 28, 1876"
what is the reason for change where the date the successor was seated was july 28, 1876?
CREATE TABLE table_2192067_4 (reason_for_change VARCHAR, date_successor_seated VARCHAR)
SELECT opponent_in_the_final FROM table_name_4 WHERE surface = "clay" AND score = "6–0, 6–2"
What is the Opponent of the match played on a Clay Surface with a Score of 6–0, 6–2?
CREATE TABLE table_name_4 (opponent_in_the_final VARCHAR, surface VARCHAR, score VARCHAR)
SELECT constructor FROM table_name_99 WHERE time_retired = "handling"
What is the constructor for time/retired of handling?
CREATE TABLE table_name_99 (constructor VARCHAR, time_retired VARCHAR)
SELECT opponent FROM table_name_30 WHERE week = 8
Who did the Chiefs play in Week 8?
CREATE TABLE table_name_30 (opponent VARCHAR, week VARCHAR)
SELECT Name FROM WINE WHERE YEAR = "2008"
Find the names of all wines produced in 2008.
CREATE TABLE WINE (Name VARCHAR, YEAR VARCHAR)
SELECT transfer_window FROM table_name_44 WHERE name = "baptista"
What transfer window has baptista as the name?
CREATE TABLE table_name_44 (transfer_window VARCHAR, name VARCHAR)
SELECT T1.product_category_description FROM ref_product_categories AS T1 JOIN products AS T2 ON T1.product_category_code = T2.product_category_code WHERE T2.product_description LIKE '%t%'
Find the category descriptions of the products whose descriptions include letter 't'.
CREATE TABLE ref_product_categories (product_category_description VARCHAR, product_category_code VARCHAR); CREATE TABLE products (product_category_code VARCHAR, product_description VARCHAR)
SELECT region FROM table_name_52 WHERE home_venue = "giuseppe sivori"
What region has giuseppe sivori as a home venue?
CREATE TABLE table_name_52 (region VARCHAR, home_venue VARCHAR)
SELECT MIN(week) FROM table_name_4 WHERE attendance = 48 OFFSET 102
Which week has the lowest attendance of 48,102?
CREATE TABLE table_name_4 (week INTEGER, attendance VARCHAR)
SELECT circuit FROM table_26638600_3 WHERE lites_1_race_one_winning_team = "#66 Gunnar Racing"
On which circuit was the lites 1 race one winning team #66 Gunnar Racing?
CREATE TABLE table_26638600_3 (circuit VARCHAR, lites_1_race_one_winning_team VARCHAR)
SELECT AVG(attendance) FROM table_name_45 WHERE record = "17-18"
What was the average attendance when the record was 17-18?
CREATE TABLE table_name_45 (attendance INTEGER, record VARCHAR)
SELECT conference_matchups FROM table_name_66 WHERE city = "glendale, arizona"
What was the conference matchup for the bowl game played in Glendale, Arizona?
CREATE TABLE table_name_66 (conference_matchups VARCHAR, city VARCHAR)
SELECT MAX(subscribers__2006___thousands_) FROM table_29395291_2 WHERE provider = "Mobilis"
What is the maximum number of 2006 subscribers for Mobilis?
CREATE TABLE table_29395291_2 (subscribers__2006___thousands_ INTEGER, provider VARCHAR)
SELECT MIN(laps) FROM table_name_16 WHERE points = 29 AND grid < 1
Who has the lowest laps with 29 points on 1 grid?
CREATE TABLE table_name_16 (laps INTEGER, points VARCHAR, grid VARCHAR)
SELECT COUNT(lost) FROM table_name_1 WHERE played < 8
How many lost stats have a played number of less than 8?
CREATE TABLE table_name_1 (lost VARCHAR, played INTEGER)
SELECT d_42 FROM table_name_17 WHERE d_50 = "d 31"
What is the D 42 when the D 50 is d 31?
CREATE TABLE table_name_17 (d_42 VARCHAR, d_50 VARCHAR)
SELECT pali FROM table_name_87 WHERE poison_klesha = "pride"
What is the pali word for pride in poison/klesha?
CREATE TABLE table_name_87 (pali VARCHAR, poison_klesha VARCHAR)
SELECT score FROM table_name_92 WHERE visitor = "boston bruins" AND date = "march 13"
What is the score of the Boston Bruins away game on March 13?
CREATE TABLE table_name_92 (score VARCHAR, visitor VARCHAR, date VARCHAR)
SELECT COUNT(gold) FROM table_name_92 WHERE bronze > 11 AND total = 29
How many golds were there when there was more than 11 bronze and 29 in total?
CREATE TABLE table_name_92 (gold VARCHAR, bronze VARCHAR, total VARCHAR)
SELECT reported_cost FROM table_1373542_1 WHERE acquired_from = "Standard & Poor's"
What was the reported cost of the asset acquired from Standard & Poor's?
CREATE TABLE table_1373542_1 (reported_cost VARCHAR, acquired_from VARCHAR)
SELECT away_captain FROM table_name_36 WHERE venue = "old trafford"
What is the Away captain with a Venue that is old trafford?
CREATE TABLE table_name_36 (away_captain VARCHAR, venue VARCHAR)
SELECT DISTINCT T1.Grape FROM GRAPES AS T1 JOIN WINE AS T2 ON T1.Grape = T2.Grape WHERE T1.Color = "White" AND T2.score > 90
Find the the grape whose white color grapes are used to produce wines with scores higher than 90.
CREATE TABLE GRAPES (Grape VARCHAR, Color VARCHAR); CREATE TABLE WINE (Grape VARCHAR, score VARCHAR)
SELECT frequency FROM table_27914076_1 WHERE branding = "103.7 Energy FM Dipolog*"
Name the frequency for 103.7 energy fm dipolog*
CREATE TABLE table_27914076_1 (frequency VARCHAR, branding VARCHAR)
SELECT location FROM table_name_96 WHERE club = "delfines ucv"
Which Location has a Club of delfines ucv?
CREATE TABLE table_name_96 (location VARCHAR, club VARCHAR)
SELECT member_countries FROM table_name_71 WHERE population = "1,341,664"
What is the name of the member country that has a Population of 1,341,664?
CREATE TABLE table_name_71 (member_countries VARCHAR, population VARCHAR)
SELECT country FROM table_19001916_2 WHERE entities = "EBISA"
What are all the countries where the electric company Ebisa has a presence?
CREATE TABLE table_19001916_2 (country VARCHAR, entities VARCHAR)
SELECT attendance FROM table_name_21 WHERE game_site = "cup quarterfinals"
What was the attendance of the Cup Quarterfinals game?
CREATE TABLE table_name_21 (attendance VARCHAR, game_site VARCHAR)
SELECT state__class_ FROM table_name_54 WHERE successor = "harry f. byrd, jr. (d)"
Which State (class) has a Successor of harry f. byrd, jr. (d)? Question
CREATE TABLE table_name_54 (state__class_ VARCHAR, successor VARCHAR)
SELECT asian_rider_classification FROM table_name_43 WHERE general_classification = "ruslan ivanov" AND stage = "9"
WHo is the Asian rider classification that has ruslan ivanov on the Stage of 9?
CREATE TABLE table_name_43 (asian_rider_classification VARCHAR, general_classification VARCHAR, stage VARCHAR)
SELECT country FROM table_name_15 WHERE first_store = "2007"
Which country had the first store in the year 2007?
CREATE TABLE table_name_15 (country VARCHAR, first_store VARCHAR)
SELECT SUM(year) FROM table_name_62 WHERE nominated_work = "the house of blue leaves" AND category = "outstanding actress in a play"
In what year was The House of Blue Leaves nominated for outstanding actress in a play?
CREATE TABLE table_name_62 (year INTEGER, nominated_work VARCHAR, category VARCHAR)
SELECT opponent FROM table_name_62 WHERE date = "october 11, 1953"
Can you tell me the Opponent that has the Date of october 11, 1953?
CREATE TABLE table_name_62 (opponent VARCHAR, date VARCHAR)
SELECT license FROM table_name_91 WHERE name = "jriver media center"
What is the license for Jriver Media Center?
CREATE TABLE table_name_91 (license VARCHAR, name VARCHAR)