answer
stringlengths
18
557
question
stringlengths
12
244
context
stringlengths
27
489
SELECT romaji_title FROM table_name_65 WHERE tv_station = "fuji tv" AND average_ratings = "12.41%"
Which Romaji Title has a TV Station of fuji tv, and Average Ratings of 12.41%?
CREATE TABLE table_name_65 (romaji_title VARCHAR, tv_station VARCHAR, average_ratings VARCHAR)
SELECT SUM(giro_wins) FROM table_name_29 WHERE jerseys = 2 AND country = "portugal" AND young_rider > 0
what is the giro wins when jerseys is 2, country is portugal and young rider is more than 0?
CREATE TABLE table_name_29 (giro_wins INTEGER, young_rider VARCHAR, jerseys VARCHAR, country VARCHAR)
SELECT viewers FROM table_name_1 WHERE event = "johnson vs. moraga"
What is Viewers, when Event is Johnson Vs. Moraga?
CREATE TABLE table_name_1 (viewers VARCHAR, event VARCHAR)
SELECT date FROM table_name_95 WHERE venue = "brisbane cricket ground"
On what date was the venue at Brisbane Cricket Ground?
CREATE TABLE table_name_95 (date VARCHAR, venue VARCHAR)
SELECT AVG(total_dismissals) FROM table_name_5 WHERE tests = 83 AND catches < 33
What is the average dismissals of 83 test and catches less than 33?
CREATE TABLE table_name_5 (total_dismissals INTEGER, tests VARCHAR, catches VARCHAR)
SELECT AVG(goals_against) FROM table_name_92 WHERE draws = 8 AND losses < 12 AND wins > 22
Name the average goals against for draws of 8 and wins more than 22 with losses less than 12
CREATE TABLE table_name_92 (goals_against INTEGER, wins VARCHAR, draws VARCHAR, losses VARCHAR)
SELECT team_from FROM table_name_59 WHERE pick__number = 148
Which Team has a Pick # of 148?
CREATE TABLE table_name_59 (team_from VARCHAR, pick__number VARCHAR)
SELECT SUM(events) FROM table_name_50 WHERE tournament = "the open championship" AND cuts_made < 0
What is the total number of events the Open Championship has with less than 0 cuts?
CREATE TABLE table_name_50 (events INTEGER, tournament VARCHAR, cuts_made VARCHAR)
SELECT MIN(no_in_series) FROM table_2468961_2 WHERE original_air_date = "February 28, 1992"
What episode number in the series originally aired on February 28, 1992?
CREATE TABLE table_2468961_2 (no_in_series INTEGER, original_air_date VARCHAR)
SELECT high_rebounds FROM table_27744844_7 WHERE date = "January 19"
Who had the most rebounds and how many did they have on January 19?
CREATE TABLE table_27744844_7 (high_rebounds VARCHAR, date VARCHAR)
SELECT rider FROM table_name_61 WHERE time = "retirement" AND grid > 5
Which Rider has a Time of retirement, and a Grid larger than 5?
CREATE TABLE table_name_61 (rider VARCHAR, time VARCHAR, grid VARCHAR)
SELECT visitor FROM table_name_30 WHERE home = "los angeles" AND game__number = 19
Who is the visitor team of game 19 with Los Angeles as the home team?
CREATE TABLE table_name_30 (visitor VARCHAR, home VARCHAR, game__number VARCHAR)
SELECT SUM(heat) FROM table_name_13 WHERE nationality = "macedonia" AND rank < 114
What is the sum of every heat for the nationality of Macedonia with a rank less than 114?
CREATE TABLE table_name_13 (heat INTEGER, nationality VARCHAR, rank VARCHAR)
SELECT player FROM table_name_57 WHERE place = "t4" AND score = 71 - 74 - 66 = 211
What is the T4 Place Player with a Score of 71-74-66=211?
CREATE TABLE table_name_57 (player VARCHAR, place VARCHAR, score VARCHAR)
SELECT country FROM table_name_8 WHERE iata = "evn"
Which country has an IATA of EVN?
CREATE TABLE table_name_8 (country VARCHAR, iata VARCHAR)
SELECT nationality FROM table_30083499_1 WHERE tournament = "2012 Clausura"
What is the nationality of the 2012 clausura tournament?
CREATE TABLE table_30083499_1 (nationality VARCHAR, tournament VARCHAR)
SELECT driver FROM table_name_41 WHERE grid > 13 AND laps < 60 AND time_retired = "accident"
I want to know the driver when grid is greater than 13 and laps is less than 60 with time/retired of accident
CREATE TABLE table_name_41 (driver VARCHAR, time_retired VARCHAR, grid VARCHAR, laps VARCHAR)
SELECT l2_cache FROM table_name_93 WHERE frequency = "750mhz"
What is the L2 cache for the processor with a 750MHz frequency?
CREATE TABLE table_name_93 (l2_cache VARCHAR, frequency VARCHAR)
SELECT no_in_season FROM table_11562149_1 WHERE no_in_series = "111"
List the episode whose number in the series is 111.
CREATE TABLE table_11562149_1 (no_in_season VARCHAR, no_in_series VARCHAR)
SELECT version FROM table_name_48 WHERE length = "5:20" AND remixed_by = "—"
What is the version shown for the Length of 5:20, and shows Remixed by —?
CREATE TABLE table_name_48 (version VARCHAR, length VARCHAR, remixed_by VARCHAR)
SELECT village__slovenian_ FROM table_10797463_1 WHERE village__german_ = "St.Margarethen"
What is the slovenian name for the village that in german is known as st.margarethen?
CREATE TABLE table_10797463_1 (village__slovenian_ VARCHAR, village__german_ VARCHAR)
SELECT MIN(population) FROM table_12340907_1 WHERE police_officers = 94
If the number of police officers is 94, what is the lowest population number?
CREATE TABLE table_12340907_1 (population INTEGER, police_officers VARCHAR)
SELECT race FROM table_name_83 WHERE time = "17:11.572"
Who holds the time of 17:11.572?
CREATE TABLE table_name_83 (race VARCHAR, time VARCHAR)
SELECT hanyu_pinyin FROM table_name_68 WHERE name = "rural"
Which Hanyu Pinyin is labeled rural?
CREATE TABLE table_name_68 (hanyu_pinyin VARCHAR, name VARCHAR)
SELECT year_s__won FROM table_name_24 WHERE to_par > 13
What is Year(s) Won, when To Par is greater than 13?
CREATE TABLE table_name_24 (year_s__won VARCHAR, to_par INTEGER)
SELECT year FROM table_name_96 WHERE attempts = "888"
In what year was the number of attempts 888?
CREATE TABLE table_name_96 (year VARCHAR, attempts VARCHAR)
SELECT outcome FROM table_name_16 WHERE opponent = "fernando verdasco"
Which outcome has a Opponent of fernando verdasco?
CREATE TABLE table_name_16 (outcome VARCHAR, opponent VARCHAR)
SELECT mens_doubles FROM table_13553701_1 WHERE womens_singles = "Wang Shixian"
Who are the mens doubles and womens singles is wang shixian?
CREATE TABLE table_13553701_1 (mens_doubles VARCHAR, womens_singles VARCHAR)
SELECT medal FROM table_name_48 WHERE weight = "fly" AND boxer = "michael conlon"
What medal did Michael Conlon, with a weight of fly, win?
CREATE TABLE table_name_48 (medal VARCHAR, weight VARCHAR, boxer VARCHAR)
SELECT fastest_lap FROM table_11056278_3 WHERE winning_driver = "Max Papis"
Who had the fastest lap in the races won by Max Papis?
CREATE TABLE table_11056278_3 (fastest_lap VARCHAR, winning_driver VARCHAR)
SELECT difference FROM table_name_8 WHERE position < 2
What was the Difference of the Team that had a Position less than 2?
CREATE TABLE table_name_8 (difference VARCHAR, position INTEGER)
SELECT MAX(fa_cup_apps) FROM table_2979789_1 WHERE league_apps = 27
Name the most fa cup apps for league apps being 27
CREATE TABLE table_2979789_1 (fa_cup_apps INTEGER, league_apps VARCHAR)
SELECT SUM(shot__percentage) FROM table_name_72 WHERE country = "finland" AND ends_lost > 49
What is the sum shot % when the country is finland, and an ends lost is larger than 49?
CREATE TABLE table_name_72 (shot__percentage INTEGER, country VARCHAR, ends_lost VARCHAR)
SELECT jockey FROM table_name_55 WHERE time = "1:15.89"
What is Jockey, when Time is 1:15.89?
CREATE TABLE table_name_55 (jockey VARCHAR, time VARCHAR)
SELECT country_state FROM table_name_68 WHERE location = "des moines" AND year = 2011
Which country had des moines as the location in 2011?
CREATE TABLE table_name_68 (country_state VARCHAR, location VARCHAR, year VARCHAR)
SELECT document_id FROM Paragraphs GROUP BY document_id HAVING COUNT(*) BETWEEN 1 AND 2
What is the document id with 1 to 2 paragraphs?
CREATE TABLE Paragraphs (document_id VARCHAR)
SELECT date FROM table_name_83 WHERE tournament = "wgc-accenture match play championship"
What is the Date for the wgc-accenture match play championship?
CREATE TABLE table_name_83 (date VARCHAR, tournament VARCHAR)
SELECT origin FROM table_name_15 WHERE final_destination = "brandholmen"
What is the origin of the one whose final destination is Brandholmen?
CREATE TABLE table_name_15 (origin VARCHAR, final_destination VARCHAR)
SELECT COUNT(candidates) FROM table_1342359_5 WHERE district = "California 7"
how many candidates with district being california 7
CREATE TABLE table_1342359_5 (candidates VARCHAR, district VARCHAR)
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 AVG(revenue__) AS $m_ FROM table_name_28 WHERE team = "bayern munich" AND rank > 4
What is the average revenue for Bayern Munich with a rank greater than 4?
CREATE TABLE table_name_28 (revenue__ INTEGER, team VARCHAR, rank VARCHAR)
SELECT particle FROM table_name_41 WHERE isospin_i = "1" AND commonly_decays_to = "p + + π 0 or n 0 + π +"
Which Particle has an Isospin I of 1 and Commonly decays to p + + π 0 or n 0 + π +?
CREATE TABLE table_name_41 (particle VARCHAR, isospin_i VARCHAR, commonly_decays_to VARCHAR)
SELECT COUNT(most_recent) FROM table_name_56 WHERE height__m_ = "2770" AND first_time_as_hc_climb < 1992
What was the most recent year a height of 2770 m and a HC climb before 1992 was climbed?
CREATE TABLE table_name_56 (most_recent VARCHAR, height__m_ VARCHAR, first_time_as_hc_climb VARCHAR)
SELECT administrative_division FROM table_21734764_1 WHERE population_2011_siak_database = "3,672,994"
Which administrative division had a population of 2011 according to the siak database of 3,672,994?
CREATE TABLE table_21734764_1 (administrative_division VARCHAR, population_2011_siak_database VARCHAR)
SELECT COUNT(result) FROM table_2668329_18 WHERE candidates = "Thomas H. Hall (DR) 53.0% William Clarke (F) 47.0%"
Name the result for thomas h. hall (dr) 53.0% william clarke (f) 47.0%
CREATE TABLE table_2668329_18 (result VARCHAR, candidates VARCHAR)
SELECT country FROM table_name_62 WHERE money__$_ = "9,000"
What country is the player who earned $9,000 from?
CREATE TABLE table_name_62 (country VARCHAR, money__$_ VARCHAR)
SELECT date FROM table_name_88 WHERE attendance = "35,763"
I want to know the date with attendance of 35,763
CREATE TABLE table_name_88 (date VARCHAR, attendance VARCHAR)
SELECT MAX(total) FROM table_name_7 WHERE bronze > 10 AND silver > 28 AND gold = 58
What is the highest total Bronze larger than 10, Silver larger than 28, and a Gold of 58?
CREATE TABLE table_name_7 (total INTEGER, gold VARCHAR, bronze VARCHAR, silver VARCHAR)
SELECT MIN(zone) FROM table_name_88 WHERE managed_by = "southern" AND platforms < 2
Which Zone is the lowest when Managed By Southern and has Platforms under 2?
CREATE TABLE table_name_88 (zone INTEGER, managed_by VARCHAR, platforms VARCHAR)
SELECT league_from FROM table_name_87 WHERE position = "g"
For what league was the player in G position drafted?
CREATE TABLE table_name_87 (league_from VARCHAR, position VARCHAR)
SELECT november FROM table_name_36 WHERE year = 1979
Who is in November in the year 1979?
CREATE TABLE table_name_36 (november VARCHAR, year VARCHAR)
SELECT AVG(price) FROM Lessons AS T1 JOIN Staff AS T2 ON T1.staff_id = T2.staff_id WHERE T2.first_name = "Janessa" AND T2.last_name = "Sawayn"
What is average lesson price taught by staff with first name as Janessa and last name as Sawayn?
CREATE TABLE Lessons (staff_id VARCHAR); CREATE TABLE Staff (staff_id VARCHAR, first_name VARCHAR, last_name VARCHAR)
SELECT name FROM table_name_62 WHERE type = "primary" AND dcsf_number = 2045
Which school is a primary school with DCSF number 2045?
CREATE TABLE table_name_62 (name VARCHAR, type VARCHAR, dcsf_number VARCHAR)
SELECT time_retired FROM table_name_8 WHERE team = "newman/haas racing" AND grid = 3
When the team is newman/haas racing and the grid size is 3, what's the time/retired?
CREATE TABLE table_name_8 (time_retired VARCHAR, team VARCHAR, grid VARCHAR)
SELECT product FROM product WHERE max_page_size = "A4" OR pages_per_minute_color < 5
Find products with max page size as "A4" or pages per minute color smaller than 5.
CREATE TABLE product (product VARCHAR, max_page_size VARCHAR, pages_per_minute_color VARCHAR)
SELECT opponent FROM table_name_65 WHERE type = "ud" AND round = "10" AND date = "2008-06-11"
Which Opponent has a Type of ud and a Round of 10 on 2008-06-11?
CREATE TABLE table_name_65 (opponent VARCHAR, date VARCHAR, type VARCHAR, round VARCHAR)
SELECT analog_channel FROM table_name_3 WHERE digital_channel = "32"
Digital channel of 32 belongs to what analog channel?
CREATE TABLE table_name_3 (analog_channel VARCHAR, digital_channel VARCHAR)
SELECT name FROM table_name_59 WHERE team = "minardi team usa" AND qual_1 = "1:17.481"
What person on team Minardi Team USA with a qual of 1:17.481?
CREATE TABLE table_name_59 (name VARCHAR, team VARCHAR, qual_1 VARCHAR)
SELECT MIN(year_built) FROM table_178398_1 WHERE location_of_the_church = "Jostedal"
What is the year that the oldest church was built in Jostedal?
CREATE TABLE table_178398_1 (year_built INTEGER, location_of_the_church VARCHAR)
SELECT MAX(podiums) FROM table_name_60 WHERE stage_wins = 91 AND points < 140
what is the highest podiums when the stage wins is 91 and the points is less than 140?
CREATE TABLE table_name_60 (podiums INTEGER, stage_wins VARCHAR, points VARCHAR)
SELECT opponent FROM table_name_81 WHERE date = "april 23"
What opponent has april 23 as the date?
CREATE TABLE table_name_81 (opponent VARCHAR, date VARCHAR)
SELECT further_cities FROM table_197286_4 WHERE direction = "East" AND country = "Romania"
Name the further cities for east romania
CREATE TABLE table_197286_4 (further_cities VARCHAR, direction VARCHAR, country VARCHAR)
SELECT directed_by FROM table_27622417_1 WHERE no_in_season = 17
who were the director of the episode whose number in the season is 17?
CREATE TABLE table_27622417_1 (directed_by VARCHAR, no_in_season VARCHAR)
SELECT school FROM table_name_68 WHERE college = "duke"
Which school is the player who is headed to Duke from?
CREATE TABLE table_name_68 (school VARCHAR, college VARCHAR)
SELECT peak_position FROM table_23180638_1 WHERE oricon_albums_chart = "Daily Charts"
How many peak positions were there on the daily charts?
CREATE TABLE table_23180638_1 (peak_position VARCHAR, oricon_albums_chart VARCHAR)
SELECT team AS Captain FROM table_name_12 WHERE shirt_sponsor = "krombacher"
For the team whose shirt sponsor is Krombacher, who is the team captain?
CREATE TABLE table_name_12 (team VARCHAR, shirt_sponsor VARCHAR)
SELECT SUM(gold) FROM table_name_61 WHERE silver = 2 AND nation = "bulgaria (bul)" AND rank < 18
How many gold medals for Bulgaria (BUL) with 2 silvers and a less than 18 rank?
CREATE TABLE table_name_61 (gold INTEGER, rank VARCHAR, silver VARCHAR, nation VARCHAR)
SELECT romanization FROM table_name_81 WHERE source_language = "mandarin" AND rōmaji = "ūroncha"
What is the Romanization of the Mandarin word whose Rōmaji is ūroncha
CREATE TABLE table_name_81 (romanization VARCHAR, source_language VARCHAR, rōmaji VARCHAR)
SELECT nationality FROM table_1965650_10 WHERE player = "Alain Labrecque"
What country is Alain Labrecque from?
CREATE TABLE table_1965650_10 (nationality VARCHAR, player VARCHAR)
SELECT elementary_schools FROM table_14254419_3 WHERE principal__2013_2014_ = "Cort Monroe"
Which elementary schools list Cort Monroe as the principal from 2013 to 2014?
CREATE TABLE table_14254419_3 (elementary_schools VARCHAR, principal__2013_2014_ VARCHAR)
SELECT relegated_to_league FROM table_23927423_4 WHERE relegated_from_league = "Barking Birmingham & Solihull Stourbridge"
Who was relegated to league if Barking Birmingham & Solihull Stourbridge were relegated from league?
CREATE TABLE table_23927423_4 (relegated_to_league VARCHAR, relegated_from_league VARCHAR)
SELECT date_of_birth__age_ FROM table_name_20 WHERE position = "lock" AND caps = 10
When was the lock with 10 caps born?
CREATE TABLE table_name_20 (date_of_birth__age_ VARCHAR, position VARCHAR, caps VARCHAR)
SELECT certification FROM table_name_88 WHERE album = "closer: the best of sarah mclachlan"
What was the album Closer: The Best of Sarah Mclachlan certified as?
CREATE TABLE table_name_88 (certification VARCHAR, album VARCHAR)
SELECT location FROM table_name_86 WHERE nationality = "lithuania" AND date = "12 october 2013"
Tell me the location of lithuania 12 october 2013
CREATE TABLE table_name_86 (location VARCHAR, nationality VARCHAR, date VARCHAR)
SELECT MAX(no_in_series) FROM table_2468961_3 WHERE no_in_season = 2
What number in the series was episode 2 in the season?
CREATE TABLE table_2468961_3 (no_in_series INTEGER, no_in_season VARCHAR)
SELECT record FROM table_name_17 WHERE date = "march 10"
What is the record for March 10?
CREATE TABLE table_name_17 (record VARCHAR, date VARCHAR)
SELECT res FROM table_name_10 WHERE method = "decision (unanimous)" AND opponent = "wataru sakata"
Which Res has a Method of decision (unanimous) and an Opponent of Wataru Sakata?
CREATE TABLE table_name_10 (res VARCHAR, method VARCHAR, opponent VARCHAR)
SELECT city FROM table_name_14 WHERE height__ft_ > 328.1 AND rank > 56 AND height__m_ = 103 AND floors < 28
what is the city with the height (ft) more than 328.1, rank higher than 56, a height (m) of 103 and floors less than 28?
CREATE TABLE table_name_14 (city VARCHAR, floors VARCHAR, height__m_ VARCHAR, height__ft_ VARCHAR, rank VARCHAR)
SELECT tournament FROM table_name_80 WHERE ground = "a" AND round = "8"
What tournament took place on Ground A with 8 rounds?
CREATE TABLE table_name_80 (tournament VARCHAR, ground VARCHAR, round VARCHAR)
SELECT to_par FROM table_name_7 WHERE winning_score = 71 - 71 - 70 - 69 = 281
When the Winning is 71-71-70-69=281, what is the To par?
CREATE TABLE table_name_7 (to_par VARCHAR, winning_score VARCHAR)
SELECT champion FROM table_name_33 WHERE year = "1981"
What champion has 1981 as the year?
CREATE TABLE table_name_33 (champion VARCHAR, year VARCHAR)
SELECT COUNT(*) FROM employee AS T1 JOIN CLASS AS T2 ON T1.EMP_NUM = T2.PROF_NUM WHERE T1.EMP_LNAME = 'Graztevski'
How many classes are professor whose last name is Graztevski has?
CREATE TABLE CLASS (PROF_NUM VARCHAR); CREATE TABLE employee (EMP_NUM VARCHAR, EMP_LNAME VARCHAR)
SELECT SUM(drawn) FROM table_name_85 WHERE points < 6 AND games > 8
Name the sum of drawn for points less than 6 and games more than 8
CREATE TABLE table_name_85 (drawn INTEGER, points VARCHAR, games VARCHAR)
SELECT constellation FROM table_name_71 WHERE date_sent = "september 4, 2001" AND distance___ly__ < 57.4
What is Constellation, when Date Sent is "September 4, 2001", and when Distance ( ly ) is less than 57.4?
CREATE TABLE table_name_71 (constellation VARCHAR, date_sent VARCHAR, distance___ly__ VARCHAR)
SELECT AVG(not_usable) FROM table_name_46 WHERE retired = 0 AND launch_failures < 1
What is the average number of not usable satellited when there are 0 retired, and the launch failures are less than 1?
CREATE TABLE table_name_46 (not_usable INTEGER, retired VARCHAR, launch_failures VARCHAR)
SELECT Name, Nationality FROM HOST ORDER BY Age DESC LIMIT 1
Show the name and the nationality of the oldest host.
CREATE TABLE HOST (Name VARCHAR, Nationality VARCHAR, Age VARCHAR)
SELECT MAX(game) FROM table_13619135_8 WHERE date = "April 12"
What number game of the season was played on April 12?
CREATE TABLE table_13619135_8 (game INTEGER, date VARCHAR)
SELECT conf_record FROM table_16295365_2 WHERE seed = "3" AND record = "24-9"
Name the conference record where seed is 3 and record is 24-9
CREATE TABLE table_16295365_2 (conf_record VARCHAR, seed VARCHAR, record VARCHAR)
SELECT cross_code_debut FROM table_name_87 WHERE year > 1958 AND player = "dick thornett"
What is the cross-code debut later than 1958 for Dick Thornett?
CREATE TABLE table_name_87 (cross_code_debut VARCHAR, year VARCHAR, player VARCHAR)
SELECT score FROM table_name_78 WHERE place = "2"
What score has 2 as the place?
CREATE TABLE table_name_78 (score VARCHAR, place VARCHAR)
SELECT nationality FROM table_name_34 WHERE player = "pat burke"
What is Pat Burke's Nationality?
CREATE TABLE table_name_34 (nationality VARCHAR, player VARCHAR)
SELECT thursday FROM table_name_15 WHERE wednesday = "emma willis" AND sunday = "alice levine jamie east"
Who was the presenter on Thursday of the series in which Emma Willis was the presenter on Wednesday, and Alice Levine Jamie East was the presenter on Sunday?
CREATE TABLE table_name_15 (thursday VARCHAR, wednesday VARCHAR, sunday VARCHAR)
SELECT tournament FROM table_name_50 WHERE date = "5 october 2004"
What is the tournament on 5 October 2004?
CREATE TABLE table_name_50 (tournament VARCHAR, date VARCHAR)
SELECT years_member FROM table_name_62 WHERE school = "goreville high school"
What years does Goreville High School have members?
CREATE TABLE table_name_62 (years_member VARCHAR, school VARCHAR)
SELECT floors FROM table_name_72 WHERE rank > 41 AND city = "parel"
What is the number of floors when the r Rank larger than 41, and a City of parel?
CREATE TABLE table_name_72 (floors VARCHAR, rank VARCHAR, city VARCHAR)
SELECT affiliation FROM table_name_37 WHERE location = "towson, md"
What is the affiliation for towson, md?
CREATE TABLE table_name_37 (affiliation VARCHAR, location VARCHAR)
SELECT MAX(rebounds) FROM table_24913533_4 WHERE steals = 35
What is the maximum number of rebounds for players having exactly 35 steals?
CREATE TABLE table_24913533_4 (rebounds INTEGER, steals VARCHAR)
SELECT MIN(total) FROM table_name_25 WHERE finish = "t41"
What is the lowest total of the player with a t41 finish?
CREATE TABLE table_name_25 (total INTEGER, finish VARCHAR)
SELECT MAX(indian) FROM table_10118412_6
What is the highest Indian population?
CREATE TABLE table_10118412_6 (indian INTEGER)
SELECT AVG(rank__timeslot_) FROM table_name_97 WHERE rating < 2.6 AND share > 4
What is the timeslot rank when the rating is smaller than 2.6 and the share is more than 4?
CREATE TABLE table_name_97 (rank__timeslot_ INTEGER, rating VARCHAR, share VARCHAR)