question
stringlengths
12
244
context
stringlengths
27
489
answer
stringlengths
18
557
Which city of license has the Kyli call sign?
CREATE TABLE table_name_20 (city_of_license VARCHAR, call_sign VARCHAR)
SELECT city_of_license FROM table_name_20 WHERE call_sign = "kyli"
Which is the lowest points value that had a Chevrolet car, whose driver was Sterling Marlin, and whose car number was less than 14?
CREATE TABLE table_name_51 (points INTEGER, car__number VARCHAR, make VARCHAR, driver VARCHAR)
SELECT MIN(points) FROM table_name_51 WHERE make = "chevrolet" AND driver = "sterling marlin" AND car__number < 14
What's the try bonus count for the club whose tries against count is 83?
CREATE TABLE table_12886178_4 (try_bonus VARCHAR, tries_against VARCHAR)
SELECT try_bonus FROM table_12886178_4 WHERE tries_against = "83"
Which races have points greater than 123, fernando alonso as the driver and a percentage of possible points of 74.44%?
CREATE TABLE table_name_77 (races VARCHAR, percentage_of_possible_points VARCHAR, points VARCHAR, driver VARCHAR)
SELECT races FROM table_name_77 WHERE points > 123 AND driver = "fernando alonso" AND percentage_of_possible_points = "74.44%"
Who had the play-by-play on espn with sideline reporter monica gonzalez?
CREATE TABLE table_17516922_1 (play_by_play VARCHAR, network VARCHAR, sideline_reporters VARCHAR)
SELECT play_by_play FROM table_17516922_1 WHERE network = "ESPN" AND sideline_reporters = "Monica Gonzalez"
When did Brendan Rodgers depart his position?
CREATE TABLE table_name_46 (date_of_departure VARCHAR, name VARCHAR)
SELECT date_of_departure FROM table_name_46 WHERE name = "brendan rodgers"
I want the total number of rank for Grid less than 20 and dick rathmann and Qual more than 130.92
CREATE TABLE table_name_73 (rank VARCHAR, qual VARCHAR, grid VARCHAR, driver VARCHAR)
SELECT COUNT(rank) FROM table_name_73 WHERE grid < 20 AND driver = "dick rathmann" AND qual > 130.92
Name the class 3 for silverstone rmit university
CREATE TABLE table_1936678_1 (class_3 VARCHAR, location VARCHAR, class_1 VARCHAR)
SELECT class_3 FROM table_1936678_1 WHERE location = "Silverstone" AND class_1 = "RMIT University"
When 70489 is without walls what is the inns of court and chancery?
CREATE TABLE table_16677738_1 (inns_of_court_and_chancery VARCHAR, without_the_walls VARCHAR)
SELECT inns_of_court_and_chancery FROM table_16677738_1 WHERE without_the_walls = 70489
Which Opponent has a Attendance of 6,275?
CREATE TABLE table_name_82 (opponent VARCHAR, attendance VARCHAR)
SELECT opponent FROM table_name_82 WHERE attendance = "6,275"
What is Margin, when Match Date is Oct 17, 2007?
CREATE TABLE table_name_86 (margin VARCHAR, match_date VARCHAR)
SELECT margin FROM table_name_86 WHERE match_date = "oct 17, 2007"
Name the highest pick number for PI GP more than 55
CREATE TABLE table_name_28 (pick__number INTEGER, pl_gp INTEGER)
SELECT MAX(pick__number) FROM table_name_28 WHERE pl_gp > 55
What where the tms numbers built in 1923
CREATE TABLE table_1166023_1 (TMS VARCHAR, year_built VARCHAR)
SELECT TMS AS number FROM table_1166023_1 WHERE year_built = 1923
What is the total number of medals of Norway with a silver medal count greater than 6 and a gold medal count greater than 10?
CREATE TABLE table_name_72 (total VARCHAR, gold VARCHAR, silver VARCHAR, nation VARCHAR)
SELECT COUNT(total) FROM table_name_72 WHERE silver > 6 AND nation = "norway" AND gold > 10
What was the score for the away team when the home team was Fitzroy?
CREATE TABLE table_name_38 (away_team VARCHAR, home_team VARCHAR)
SELECT away_team AS score FROM table_name_38 WHERE home_team = "fitzroy"
What is the panchayat when the public property damage was 1,03,049.60
CREATE TABLE table_20403667_2 (panchayat INTEGER, public_property_damaged__in_lakh_inr__ VARCHAR)
SELECT MAX(panchayat) FROM table_20403667_2 WHERE public_property_damaged__in_lakh_inr__ = "1,03,049.60"
What Leading scorer had a Score of 80–112?
CREATE TABLE table_name_98 (leading_scorer VARCHAR, score VARCHAR)
SELECT leading_scorer FROM table_name_98 WHERE score = "80–112"
What is the decor of room Recluse and defiance?
CREATE TABLE Rooms (decor VARCHAR, roomName VARCHAR)
SELECT decor FROM Rooms WHERE roomName = "Recluse and defiance"
how many areas have townland as kilgilky north?
CREATE TABLE table_30120560_1 (area__acres__ VARCHAR, townland VARCHAR)
SELECT COUNT(area__acres__) FROM table_30120560_1 WHERE townland = "Kilgilky North"
What was the cargo value in 2005 with a ship size of all product carriers?
CREATE TABLE table_name_31 (ship_size VARCHAR)
SELECT 2005 FROM table_name_31 WHERE ship_size = "all product carriers"
When dydek (11) has the highest rebounds what is the date?
CREATE TABLE table_18904831_6 (date VARCHAR, high_rebounds VARCHAR)
SELECT date FROM table_18904831_6 WHERE high_rebounds = "Dydek (11)"
Name the competition for stephanie cox on 2011-07-02
CREATE TABLE table_name_64 (competition VARCHAR, assist_pass VARCHAR, date VARCHAR)
SELECT competition FROM table_name_64 WHERE assist_pass = "stephanie cox" AND date = "2011-07-02"
Who had the high assist in a game number above 77 for Milwaukee?
CREATE TABLE table_name_24 (high_assists VARCHAR, game VARCHAR, team VARCHAR)
SELECT high_assists FROM table_name_24 WHERE game > 77 AND team = "milwaukee"
What is the lowest feature with 2 wins and 2 sprints?
CREATE TABLE table_name_32 (feature INTEGER, wins VARCHAR, sprint VARCHAR)
SELECT MIN(feature) FROM table_name_32 WHERE wins = 2 AND sprint = 2
Name the number of points for right halfback and starter being yes
CREATE TABLE table_14342480_5 (points VARCHAR, position VARCHAR, starter VARCHAR)
SELECT COUNT(points) FROM table_14342480_5 WHERE position = "Right halfback" AND starter = "yes"
What was the date when the opponent was Sheffield Scimitars and the venue was Home?
CREATE TABLE table_name_4 (date VARCHAR, opponent VARCHAR, venue VARCHAR)
SELECT date FROM table_name_4 WHERE opponent = "sheffield scimitars" AND venue = "home"
Which driver had a grid of 18 with 68 laps?
CREATE TABLE table_name_88 (driver VARCHAR, laps VARCHAR, grid VARCHAR)
SELECT driver FROM table_name_88 WHERE laps = "68" AND grid = "18"
What is the short stem for garbitzen?
CREATE TABLE table_12784134_24 (short_stem VARCHAR, imperfect_stem VARCHAR)
SELECT short_stem FROM table_12784134_24 WHERE imperfect_stem = "garbitzen"
Which Score has Opponents of pkns fc, and a Date of january 8, 2006?
CREATE TABLE table_name_35 (score VARCHAR, opponents VARCHAR, date VARCHAR)
SELECT score FROM table_name_35 WHERE opponents = "pkns fc" AND date = "january 8, 2006"
When Pasadena is at 10%, what is La Crescenta-Montrose?
CREATE TABLE table_name_25 (la_crescenta__montrose VARCHAR, pasadena VARCHAR)
SELECT la_crescenta__montrose FROM table_name_25 WHERE pasadena = "10%"
What is the average assets in billions of the company Bank of America, which has less than 49.01 billions in sales?
CREATE TABLE table_name_70 (assets__billion_ INTEGER, company VARCHAR, sales__billion_$_ VARCHAR)
SELECT AVG(assets__billion_) AS $_ FROM table_name_70 WHERE company = "bank of america" AND sales__billion_$_ < 49.01
What is the Pinyin translation of the Wade-Giles of hsin-yüan-i-ma?
CREATE TABLE table_name_4 (pinyin VARCHAR, wade_giles VARCHAR)
SELECT pinyin FROM table_name_4 WHERE wade_giles = "hsin-yüan-i-ma"
Name the region for cd with catalog of alca-9203
CREATE TABLE table_name_43 (region VARCHAR, format VARCHAR, catalog VARCHAR)
SELECT region FROM table_name_43 WHERE format = "cd" AND catalog = "alca-9203"
what is the name for br no. 60501
CREATE TABLE table_20595642_2 (name VARCHAR, br_no VARCHAR)
SELECT name FROM table_20595642_2 WHERE br_no = 60501
What was the length when James Swallow had a release longer than 2.1?
CREATE TABLE table_name_36 (length VARCHAR, writer VARCHAR, release VARCHAR)
SELECT length FROM table_name_36 WHERE writer = "james swallow" AND release > 2.1
What is the type of the RCA RW-2110, which has 2 MB of storage and a v.90 modem?
CREATE TABLE table_name_88 (type VARCHAR, model VARCHAR, brand VARCHAR, modem VARCHAR, storage VARCHAR)
SELECT type FROM table_name_88 WHERE modem = "v.90" AND storage = "2 mb" AND brand = "rca" AND model = "rw-2110"
What is Highest Days, when Launch Date is 23 January 2010?
CREATE TABLE table_name_16 (days INTEGER, launch_date VARCHAR)
SELECT MAX(days) FROM table_name_16 WHERE launch_date = "23 january 2010"
Which Score has Points larger than 46, and a Game smaller than 35, and a December of 21?
CREATE TABLE table_name_35 (score VARCHAR, december VARCHAR, points VARCHAR, game VARCHAR)
SELECT score FROM table_name_35 WHERE points > 46 AND game < 35 AND december = 21
How many thermal design power levels does part number amql65dam22gg have?
CREATE TABLE table_27277284_27 (tdp VARCHAR, order_part_number VARCHAR)
SELECT COUNT(tdp) FROM table_27277284_27 WHERE order_part_number = "AMQL65DAM22GG"
Who won under Gary Simms?
CREATE TABLE table_name_92 (winner VARCHAR, trainer VARCHAR)
SELECT winner FROM table_name_92 WHERE trainer = "gary simms"
Name the nationality of the player with round more than 4
CREATE TABLE table_name_46 (nationality VARCHAR, round INTEGER)
SELECT nationality FROM table_name_46 WHERE round > 4
What's the D 42 √ when D 46 √ is majority→?
CREATE TABLE table_name_14 (d_42_√ VARCHAR, d_46_√ VARCHAR)
SELECT d_42_√ FROM table_name_14 WHERE d_46_√ = "majority→"
What is the df when Adam Hinshelwood is Junior Mendes?
CREATE TABLE table_23835213_2 (df VARCHAR, adam_hinshelwood VARCHAR)
SELECT df FROM table_23835213_2 WHERE adam_hinshelwood = "Junior Mendes"
What is the maximum capacity and the average of all stadiums ?
CREATE TABLE stadium (average VARCHAR, capacity INTEGER)
SELECT MAX(capacity), average FROM stadium
What series episode has jukeboxes as segment B?
CREATE TABLE table_name_80 (series_ep VARCHAR, segment_b VARCHAR)
SELECT series_ep FROM table_name_80 WHERE segment_b = "jukeboxes"
What was the team's record on november 10?
CREATE TABLE table_27700530_9 (record VARCHAR, date VARCHAR)
SELECT record FROM table_27700530_9 WHERE date = "November 10"
How many districts had results related to incumbent Toby Roth?
CREATE TABLE table_1341472_51 (result VARCHAR, incumbent VARCHAR)
SELECT COUNT(result) FROM table_1341472_51 WHERE incumbent = "Toby Roth"
What was the series score when st. louis was away on april 18?
CREATE TABLE table_name_96 (series VARCHAR, visitor VARCHAR, date VARCHAR)
SELECT series FROM table_name_96 WHERE visitor = "st. louis" AND date = "april 18"
When the position is 2 what is the number lost?
CREATE TABLE table_15405904_1 (lost INTEGER, position VARCHAR)
SELECT MIN(lost) FROM table_15405904_1 WHERE position = 2
How large was the crowd when Carlton was the away team?
CREATE TABLE table_name_26 (crowd VARCHAR, away_team VARCHAR)
SELECT COUNT(crowd) FROM table_name_26 WHERE away_team = "carlton"
Which Arena has an Opponent of @ oilers, and a Date of may 25?
CREATE TABLE table_name_79 (arena VARCHAR, opponent VARCHAR, date VARCHAR)
SELECT arena FROM table_name_79 WHERE opponent = "@ oilers" AND date = "may 25"
Which nation ran a time of 9.69 seconds?
CREATE TABLE table_name_84 (nation VARCHAR, performance VARCHAR)
SELECT nation FROM table_name_84 WHERE performance = "9.69"
What is the last 1/4 for the QUA race with a finishing time of 2:03.1?
CREATE TABLE table_name_22 (last_1_4 VARCHAR, race VARCHAR, fin_time VARCHAR)
SELECT last_1_4 FROM table_name_22 WHERE race = "qua" AND fin_time = "2:03.1"
Who was the home team when the opposition was Buller?
CREATE TABLE table_26847237_1 (home_team VARCHAR, opposition VARCHAR)
SELECT home_team FROM table_26847237_1 WHERE opposition = "Buller"
On which date was the high assists Delonte West Earl Watson (6)?
CREATE TABLE table_name_78 (date VARCHAR, high_assists VARCHAR)
SELECT date FROM table_name_78 WHERE high_assists = "delonte west earl watson (6)"
Which School did Player Tyrone Johnson attend?
CREATE TABLE table_name_42 (school VARCHAR, player VARCHAR)
SELECT school FROM table_name_42 WHERE player = "tyrone johnson"
Which OU career [b] had Position [A] as a forward when there were 56 appearances?
CREATE TABLE table_name_40 (oxford_united_career_ VARCHAR, b_ VARCHAR, appearances VARCHAR, position_ VARCHAR, a_ VARCHAR)
SELECT oxford_united_career_[b_] FROM table_name_40 WHERE position_[a_] = "forward" AND appearances = 56
Who is the Motogp winnder for the Catalunya Circuit?
CREATE TABLE table_12186237_1 (motogp_winner VARCHAR, circuit VARCHAR)
SELECT motogp_winner FROM table_12186237_1 WHERE circuit = "Catalunya"
How many wins for bruce fleisher with over 31 events?
CREATE TABLE table_name_16 (wins INTEGER, player VARCHAR, events VARCHAR)
SELECT AVG(wins) FROM table_name_16 WHERE player = "bruce fleisher" AND events > 31
How many episodes are 122 in the series?
CREATE TABLE table_29152820_1 (no_in_season VARCHAR, no_in_series VARCHAR)
SELECT COUNT(no_in_season) FROM table_29152820_1 WHERE no_in_series = 122
Name the school where conference record is 12-6
CREATE TABLE table_16295365_2 (school VARCHAR, conf_record VARCHAR)
SELECT school FROM table_16295365_2 WHERE conf_record = "12-6"
Which season did the Burnaby Lakers have less than 16 points and less than 18 losses?
CREATE TABLE table_name_19 (season VARCHAR, points VARCHAR, losses VARCHAR)
SELECT season FROM table_name_19 WHERE points < 16 AND losses = 18
What is the sum of staterooms in with a year buit of 2008, and a crew less than 28?
CREATE TABLE table_name_62 (staterooms INTEGER, year_built VARCHAR, crew VARCHAR)
SELECT SUM(staterooms) FROM table_name_62 WHERE year_built = 2008 AND crew < 28
What are the entry names of catalog with the attribute possessed by most entries.
CREATE TABLE Catalog_Contents_Additional_Attributes (catalog_entry_id VARCHAR, attribute_value VARCHAR); CREATE TABLE Catalog_Contents (catalog_entry_name VARCHAR, catalog_entry_id VARCHAR); CREATE TABLE Catalog_Contents_Additional_Attributes (attribute_value VARCHAR)
SELECT t1.catalog_entry_name FROM Catalog_Contents AS t1 JOIN Catalog_Contents_Additional_Attributes AS t2 ON t1.catalog_entry_id = t2.catalog_entry_id WHERE t2.attribute_value = (SELECT attribute_value FROM Catalog_Contents_Additional_Attributes GROUP BY attribute_value ORDER BY COUNT(*) DESC LIMIT 1)
How many faculty lines are there in the university that conferred the most number of degrees in year 2002?
CREATE TABLE campuses (id VARCHAR); CREATE TABLE faculty (faculty VARCHAR); CREATE TABLE degrees (Id VARCHAR)
SELECT T2.faculty FROM campuses AS T1 JOIN faculty AS T2 ON T1.id = t2.campus JOIN degrees AS T3 ON T1.id = t3.campus AND t2.year = t3.year WHERE t2.year = 2002 ORDER BY t3.degrees DESC LIMIT 1
What is the weight of the player from club panionios g.c. and was born on 1975-05-21?
CREATE TABLE table_name_70 (weight VARCHAR, club VARCHAR, date_of_birth VARCHAR)
SELECT weight FROM table_name_70 WHERE club = "panionios g.c." AND date_of_birth = "1975-05-21"
In the tournament that has 15 events, and less than 6 top-25's, how many top-5's did he have?
CREATE TABLE table_name_76 (top_5 INTEGER, events VARCHAR, top_25 VARCHAR)
SELECT SUM(top_5) FROM table_name_76 WHERE events = 15 AND top_25 < 6
What country is jack nicklaus from?
CREATE TABLE table_name_75 (country VARCHAR, player VARCHAR)
SELECT country FROM table_name_75 WHERE player = "jack nicklaus"
When are the vacancy dates for outgoing manager Damien Fox?
CREATE TABLE table_11190568_7 (date_of_vacancy VARCHAR, outgoing_manager VARCHAR)
SELECT date_of_vacancy FROM table_11190568_7 WHERE outgoing_manager = "Damien Fox"
Name the total number for sub parish sokn for 1865
CREATE TABLE table_178408_1 (sub_parish__sokn_ VARCHAR, year_built VARCHAR)
SELECT COUNT(sub_parish__sokn_) FROM table_178408_1 WHERE year_built = 1865
What was the constructor when Jack Brabham was the driver at the Monaco Grand Prix?
CREATE TABLE table_name_46 (constructor VARCHAR, winning_driver VARCHAR, race VARCHAR)
SELECT constructor FROM table_name_46 WHERE winning_driver = "jack brabham" AND race = "monaco grand prix"
What is the duration of the oldest actor?
CREATE TABLE actor (Duration VARCHAR, Age VARCHAR)
SELECT Duration FROM actor ORDER BY Age DESC LIMIT 1
Name the 2011 with 2006 of 2r and 2008 of 2r
CREATE TABLE table_name_22 (Id VARCHAR)
SELECT 2011 FROM table_name_22 WHERE 2006 = "2r" AND 2008 = "2r"
what is the highest laps when the grid is 1?
CREATE TABLE table_name_94 (laps INTEGER, grid VARCHAR)
SELECT MAX(laps) FROM table_name_94 WHERE grid = 1
What is the Score with an Away that is high park demons?
CREATE TABLE table_name_66 (score VARCHAR, away VARCHAR)
SELECT score FROM table_name_66 WHERE away = "high park demons"
What is the Boarding/Day value for a type of old and house of Saunderites?
CREATE TABLE table_name_36 (boarding_day VARCHAR, type VARCHAR, house VARCHAR)
SELECT boarding_day FROM table_name_36 WHERE type = "old" AND house = "saunderites"
when co2 is 192g/km, what is the power?
CREATE TABLE table_24729_2 (power VARCHAR, co2 VARCHAR)
SELECT power FROM table_24729_2 WHERE co2 = "192g/km"
In what Place was the Silver won by vladimir vesselov ( urs )?
CREATE TABLE table_name_3 (place VARCHAR, silver VARCHAR)
SELECT place FROM table_name_3 WHERE silver = "vladimir vesselov ( urs )"
What is the total number of poles and 63 points?
CREATE TABLE table_name_66 (poles VARCHAR, points VARCHAR)
SELECT COUNT(poles) FROM table_name_66 WHERE points = "63"
Name the womens singles for raina tzvetkova petya nedelcheva
CREATE TABLE table_14903491_1 (womens_singles VARCHAR, womens_doubles VARCHAR)
SELECT womens_singles FROM table_14903491_1 WHERE womens_doubles = "Raina Tzvetkova Petya Nedelcheva"
what is the virtual callsign if is wnet
CREATE TABLE table_1979203_1 (_virtual_ VARCHAR, callsign VARCHAR)
SELECT _virtual_ FROM table_1979203_1 WHERE callsign = "WNET"
What is the highest number of silvers for qatar with under 8 total, 0 golds, and over 2 bronzes?
CREATE TABLE table_name_9 (silver INTEGER, bronze VARCHAR, nation VARCHAR, total VARCHAR, gold VARCHAR)
SELECT MAX(silver) FROM table_name_9 WHERE total < 8 AND gold = 0 AND nation = "qatar" AND bronze > 2
Which 2nd day has a year prior to 2009?
CREATE TABLE table_name_4 (year INTEGER)
SELECT 2 AS nd_day FROM table_name_4 WHERE year < 2009
What is the nickname of the school with an enrollment of 2386?
CREATE TABLE table_11658094_3 (nickname VARCHAR, enrollment VARCHAR)
SELECT nickname FROM table_11658094_3 WHERE enrollment = 2386
What is the average total for teams with under 34 bronzes, 0 silver, and under 14 gold?
CREATE TABLE table_name_88 (total INTEGER, silver VARCHAR, bronze VARCHAR, gold VARCHAR)
SELECT AVG(total) FROM table_name_88 WHERE bronze < 34 AND gold < 14 AND silver < 0
Which game number had a location/attendance of US Airways Center 7,311 respectively?
CREATE TABLE table_17118657_7 (game INTEGER, location_attendance VARCHAR)
SELECT MAX(game) FROM table_17118657_7 WHERE location_attendance = "US Airways Center 7,311"
What is the Score of the Chicago Black Hawks Home game on March 28?
CREATE TABLE table_name_38 (score VARCHAR, home VARCHAR, date VARCHAR)
SELECT score FROM table_name_38 WHERE home = "chicago black hawks" AND date = "march 28"
What is Lisbeth Trickett's time?
CREATE TABLE table_name_32 (time VARCHAR, name VARCHAR)
SELECT COUNT(time) FROM table_name_32 WHERE name = "lisbeth trickett"
How many numbers had Brandon Dean as a name?
CREATE TABLE table_name_24 (number INTEGER, name VARCHAR)
SELECT SUM(number) FROM table_name_24 WHERE name = "brandon dean"
What is the highest number of games played for teams that lost over 5 games and had an against total of 228?
CREATE TABLE table_name_52 (played INTEGER, lost VARCHAR, against VARCHAR)
SELECT MAX(played) FROM table_name_52 WHERE lost > 5 AND against = 228
What date did the episode with 8.28 million u.s. viewers originally air?
CREATE TABLE table_27910411_1 (original_air_date VARCHAR, us_viewers__millions_ VARCHAR)
SELECT original_air_date FROM table_27910411_1 WHERE us_viewers__millions_ = "8.28"
Which Result has a Home team of portland, and a Date of may 31?
CREATE TABLE table_name_30 (result VARCHAR, home_team VARCHAR, date VARCHAR)
SELECT result FROM table_name_30 WHERE home_team = "portland" AND date = "may 31"
How many points are listed when the rank is 17?
CREATE TABLE table_29572583_19 (points INTEGER, rank VARCHAR)
SELECT MAX(points) FROM table_29572583_19 WHERE rank = 17
What is the Accreditation Level, when the Hardware Model is GT-I9100?
CREATE TABLE table_name_7 (accreditation_level VARCHAR, hardware_model VARCHAR)
SELECT accreditation_level FROM table_name_7 WHERE hardware_model = "gt-i9100"
What the win - loss recored for January 7?
CREATE TABLE table_27698941_8 (record VARCHAR, date VARCHAR)
SELECT record FROM table_27698941_8 WHERE date = "January 7"
What are the average enrollment size of the universities that are founded before 1850?
CREATE TABLE university (enrollment INTEGER, founded INTEGER)
SELECT AVG(enrollment) FROM university WHERE founded < 1850
Who plays goaltender for the Vancouver Canucks?
CREATE TABLE table_name_22 (player VARCHAR, position VARCHAR, nhl_team VARCHAR)
SELECT player FROM table_name_22 WHERE position = "goaltender" AND nhl_team = "vancouver canucks"
Who is the Shirt Back Sponsor if the Shorts Sponsor is Telestet?
CREATE TABLE table_name_69 (shirt_back_sponsor VARCHAR, shorts_sponsor VARCHAR)
SELECT shirt_back_sponsor FROM table_name_69 WHERE shorts_sponsor = "telestet"
When grand prix de sar la princesse lalla meryem is the tournament what is the town?
CREATE TABLE table_2803662_3 (town VARCHAR, tournament VARCHAR)
SELECT town FROM table_2803662_3 WHERE tournament = "Grand Prix De SAR La Princesse Lalla Meryem"
what is the address of history department?
CREATE TABLE department (dept_address VARCHAR, dept_name VARCHAR)
SELECT dept_address FROM department WHERE dept_name = 'History'