question
stringlengths
15
152
context
stringlengths
58
202
answer
stringlengths
37
161
What year did the season finale have a total of 10.29 million viewers?
columns: - name: season type: VARCHAR - name: viewers__in_millions_ type: VARCHAR table: table_1348989_2
SELECT season AS Finale FROM table_1348989_2 WHERE viewers__in_millions_ = "10.29"
who is the the candidates with incumbent being alfred j. elliott
columns: - name: candidates type: VARCHAR - name: incumbent type: VARCHAR table: table_1342233_6
SELECT candidates FROM table_1342233_6 WHERE incumbent = "Alfred J. Elliott"
what is the party where the candidates are edward boland (d) unopposed?
columns: - name: party type: VARCHAR - name: candidates type: VARCHAR table: table_1341690_21
SELECT party FROM table_1341690_21 WHERE candidates = "Edward Boland (D) Unopposed"
Who was the defensive award winner in February when the rookie award was given to Rhys Duch?
columns: - name: defensive type: VARCHAR - name: month type: VARCHAR - name: rookie type: VARCHAR table: table_14132239_3
SELECT defensive FROM table_14132239_3 WHERE month = "February" AND rookie = "Rhys Duch"
Name the year model for 4-cyl straight engine dohc 16v and 1.5 crdi
columns: - name: year_model type: VARCHAR - name: engine type: VARCHAR - name: model type: VARCHAR table: table_1444201_1
SELECT year_model FROM table_1444201_1 WHERE engine = "4-cyl Straight engine DOHC 16V" AND model = "1.5 CRDi"
What unit of measurement for uruguay?
columns: - name: "area__km\xB2___per_sqmi_" type: VARCHAR - name: country_or_territory_with_flag type: VARCHAR table: table_14098_1
SELECT area__km²___per_sqmi_ FROM table_14098_1 WHERE country_or_territory_with_flag = "Uruguay"
how many original airdate with writer(s) being becky hartman edwards and director being adam nimoy
columns: - name: original_airdate type: VARCHAR - name: writer_s_ type: VARCHAR - name: director type: VARCHAR table: table_13956521_2
SELECT COUNT(original_airdate) FROM table_13956521_2 WHERE writer_s_ = "Becky Hartman Edwards" AND director = "Adam Nimoy"
Name the total number of points for when try bonus is 10
columns: - name: points_for type: VARCHAR - name: try_bonus type: VARCHAR table: table_13564702_3
SELECT COUNT(points_for) FROM table_13564702_3 WHERE try_bonus = "10"
Who were the candidates in the Louisiana 4 district?
columns: - name: candidates type: VARCHAR - name: district type: VARCHAR table: table_1341604_19
SELECT candidates FROM table_1341604_19 WHERE district = "Louisiana 4"
what is the maximum first elected with district being alabama 5
columns: - name: first_elected type: INTEGER - name: district type: VARCHAR table: table_1342270_3
SELECT MAX(first_elected) FROM table_1342270_3 WHERE district = "Alabama 5"
what's the transmbeingsion with trim being xe (2009)
columns: - name: transmission type: VARCHAR - name: trim type: VARCHAR table: table_1373768_1
SELECT transmission FROM table_1373768_1 WHERE trim = "XE (2009)"
When was incumbent William B. Oliver first elected?
columns: - name: first_elected type: INTEGER - name: incumbent type: VARCHAR table: table_1342379_2
SELECT MAX(first_elected) FROM table_1342379_2 WHERE incumbent = "William B. Oliver"
what's the time required for prices to double with highest monthly inflation rate being 29,500%
columns: - name: time_required_for_prices_to_double type: VARCHAR - name: highest_monthly_inflation_rate type: VARCHAR table: table_13681_2
SELECT time_required_for_prices_to_double FROM table_13681_2 WHERE highest_monthly_inflation_rate = "29,500%"
What is the highest number of cuts made when her best finish is t4?
columns: - name: cuts_made type: INTEGER - name: best_finish type: VARCHAR table: table_14853156_2
SELECT MAX(cuts_made) FROM table_14853156_2 WHERE best_finish = "T4"
How many games played on june 25?
columns: - name: score type: VARCHAR - name: date type: VARCHAR table: table_13710464_1
SELECT COUNT(score) FROM table_13710464_1 WHERE date = "June 25"
how many first elected with district is kansas 3
columns: - name: first_elected type: VARCHAR - name: district type: VARCHAR table: table_1342359_15
SELECT COUNT(first_elected) FROM table_1342359_15 WHERE district = "Kansas 3"
What is the least first elected for jeff busby?
columns: - name: first_elected type: INTEGER - name: incumbent type: VARCHAR table: table_1342393_23
SELECT MIN(first_elected) FROM table_1342393_23 WHERE incumbent = "Jeff Busby"
what is the district where the incumbent is james a. haley?
columns: - name: district type: VARCHAR - name: incumbent type: VARCHAR table: table_1341672_10
SELECT district FROM table_1341672_10 WHERE incumbent = "James A. Haley"
How many different Leagues are associated with Billy Meredith Category:Articles with hCards?
columns: - name: league type: VARCHAR - name: name type: VARCHAR table: table_14962287_2
SELECT COUNT(league) FROM table_14962287_2 WHERE name = "Billy Meredith Category:Articles with hCards"
what's the drawn with lost being 4
columns: - name: drawn type: VARCHAR - name: lost type: VARCHAR table: table_14058433_4
SELECT drawn FROM table_14058433_4 WHERE lost = "4"
How many combination classifications have the winner as Erik Zabel and a points classification as Alessandro Petacchi
columns: - name: combination_classification type: VARCHAR - name: points_classification type: VARCHAR - name: winner type: VARCHAR table: table_15059783_1
SELECT COUNT(combination_classification) FROM table_15059783_1 WHERE points_classification = "Alessandro Petacchi" AND winner = "Erik Zabel"
what the the end number where albert rains was running
columns: - name: result type: VARCHAR - name: incumbent type: VARCHAR table: table_1342233_3
SELECT COUNT(result) FROM table_1342233_3 WHERE incumbent = "Albert Rains"
How many FTE teachers are there when the student:teacher ration is 19?
columns: - name: fte_teachers type: VARCHAR - name: pupil_teacher_ratio type: VARCHAR table: table_1414743_1
SELECT fte_teachers FROM table_1414743_1 WHERE pupil_teacher_ratio = "19"
How many times was incumbent cordell hull first elected?
columns: - name: first_elected type: VARCHAR - name: incumbent type: VARCHAR table: table_1342379_41
SELECT COUNT(first_elected) FROM table_1342379_41 WHERE incumbent = "Cordell Hull"
How many losses for the coach that coached 19 games?
columns: - name: losses type: VARCHAR - name: games type: VARCHAR table: table_14594528_6
SELECT losses FROM table_14594528_6 WHERE games = 19
which fa cups had a total of 565 (7)?
columns: - name: fa_cup type: VARCHAR - name: total type: VARCHAR table: table_14962287_1
SELECT fa_cup FROM table_14962287_1 WHERE total = "565 (7)"
Name the most conceded when draws is 5 and position is 1
columns: - name: conceded type: INTEGER - name: draws type: VARCHAR - name: position type: VARCHAR table: table_14889048_1
SELECT MAX(conceded) FROM table_14889048_1 WHERE draws = 5 AND position = 1
What is the percent change from 08/09 for belfast international?
columns: - name: _percentage_change_2008_2009 type: VARCHAR - name: airport type: VARCHAR table: table_13836704_6
SELECT _percentage_change_2008_2009 FROM table_13836704_6 WHERE airport = "Belfast International"
Phillip Landrum was first elected in 1952 from the ninth district of Georgia.
columns: - name: district type: VARCHAR - name: first_elected type: VARCHAR table: table_1341707_12
SELECT district FROM table_1341707_12 WHERE first_elected = 1952
Which college was the wide receiver whose pick was less than 130.0 picked from?
columns: - name: college type: VARCHAR - name: position type: VARCHAR - name: pick__number type: VARCHAR table: table_14649522_1
SELECT college FROM table_14649522_1 WHERE position = "Wide Receiver" AND pick__number < 130.0
How many 2nd legs had an aggregate of 2-4?
columns: - name: aggregate type: VARCHAR table: table_14219514_1
SELECT COUNT(2 AS nd_leg) FROM table_14219514_1 WHERE aggregate = "2-4"
what's the minimum 180s value
columns: - name: Id type: VARCHAR table: table_13535824_2
SELECT MIN(180 AS s) FROM table_13535824_2
Name the rank of birmingham airport
columns: - name: rank type: INTEGER - name: airport type: VARCHAR table: table_13836704_8
SELECT MAX(rank) FROM table_13836704_8 WHERE airport = "Birmingham airport"
What republican candidate was first elected most recently?
columns: - name: first_elected type: INTEGER - name: party type: VARCHAR table: table_1341690_5
SELECT MAX(first_elected) FROM table_1341690_5 WHERE party = "Republican"
How many results does the California 29 voting district have?
columns: - name: result type: VARCHAR - name: district type: VARCHAR table: table_1342149_6
SELECT COUNT(result) FROM table_1342149_6 WHERE district = "California 29"
How many separate values for Years are associated with FA Cup of 5?
columns: - name: years type: VARCHAR - name: fa_cup type: VARCHAR table: table_14962287_2
SELECT COUNT(years) FROM table_14962287_2 WHERE fa_cup = 5
Who was the class AAAA when class AAAAA was Weslaco in 1994-95
columns: - name: class_aAAA type: VARCHAR - name: class_aAAAA type: VARCHAR - name: Weslaco type: VARCHAR - name: school_year type: VARCHAR table: table_14747043_1
SELECT class_aAAA FROM table_14747043_1 WHERE class_aAAAA = Weslaco AND school_year = "1994-95"
Name the number of weeks for san francisco 49ers
columns: - name: week type: VARCHAR - name: opponent type: VARCHAR table: table_14984103_1
SELECT COUNT(week) FROM table_14984103_1 WHERE opponent = "San Francisco 49ers"
How many maximum points were there when the left tackle was played and there were 5 extra points?
columns: - name: points type: INTEGER - name: position type: VARCHAR - name: extra_points type: VARCHAR table: table_14342592_7
SELECT MAX(points) FROM table_14342592_7 WHERE position = "Left tackle" AND extra_points = 5
Name all the team clasification where the combination classification is mederic clain
columns: - name: team_classification type: VARCHAR - name: combination_classification type: VARCHAR table: table_15088557_1
SELECT team_classification FROM table_15088557_1 WHERE combination_classification = "Mederic Clain"
What are the candidates in the district whose incumbent is Gus Yatron?
columns: - name: candidates type: VARCHAR - name: incumbent type: VARCHAR table: table_1341604_39
SELECT candidates FROM table_1341604_39 WHERE incumbent = "Gus Yatron"
what was the number of candidates when Leon Sacks was incumbent?
columns: - name: candidates type: VARCHAR - name: incumbent type: VARCHAR table: table_1342256_38
SELECT COUNT(candidates) FROM table_1342256_38 WHERE incumbent = "Leon Sacks"
How many extra points did Paul Jones score?
columns: - name: extra_points type: VARCHAR - name: player type: VARCHAR table: table_14342367_11
SELECT COUNT(extra_points) FROM table_14342367_11 WHERE player = "Paul Jones"
Which is the class AA when graford was the class A
columns: - name: class_aA type: VARCHAR - name: class_a type: VARCHAR table: table_14747043_1
SELECT class_aA FROM table_14747043_1 WHERE class_a = "Graford"
How many stations have fox as the primary affiliation and have been owned since 1986?
columns: - name: station type: VARCHAR - name: primary_affiliation type: VARCHAR - name: owned_since type: VARCHAR table: table_1353096_1
SELECT COUNT(station) FROM table_1353096_1 WHERE primary_affiliation = "Fox" AND owned_since = "1986"
Which district is James A. Haley from?
columns: - name: district type: VARCHAR - name: incumbent type: VARCHAR table: table_1341930_10
SELECT district FROM table_1341930_10 WHERE incumbent = "James A. Haley"
Name the number of virtual for NBC
columns: - name: virtual type: VARCHAR - name: network type: VARCHAR table: table_14623167_1
SELECT COUNT(virtual) FROM table_14623167_1 WHERE network = "NBC"
Beata syta is the minimum year for womens singles.
columns: - name: year type: INTEGER - name: womens_singles type: VARCHAR table: table_13857501_1
SELECT MIN(year) FROM table_13857501_1 WHERE womens_singles = "Beata Syta"
What happened to the incombent who was elected in 1980?
columns: - name: result type: VARCHAR - name: first_elected type: VARCHAR table: table_1341586_14
SELECT result FROM table_1341586_14 WHERE first_elected = 1980
what's the district with candidates being john e. rankin (d) unopposed
columns: - name: district type: VARCHAR - name: candidates type: VARCHAR table: table_1342379_23
SELECT district FROM table_1342379_23 WHERE candidates = "John E. Rankin (D) Unopposed"
What was the Bhofen #1 score and rank for the player whose Bhofen #2 score and rank was 231.2 (8)?
columns: - name: bhofen_number1__rk_ type: VARCHAR - name: bhofen_number2__rk_ type: VARCHAR table: table_14948647_1
SELECT bhofen_number1__rk_ FROM table_14948647_1 WHERE bhofen_number2__rk_ = "231.2 (8)"
what's the position with team being skilled racing team
columns: - name: position type: VARCHAR - name: team type: VARCHAR table: table_14139408_1
SELECT position FROM table_14139408_1 WHERE team = "Skilled Racing team"
How many points in total were scored by the player whose Oberstdork score and rank were 252.6 (11)?
columns: - name: total_points type: VARCHAR - name: oberstdorf__rk_ type: VARCHAR table: table_14948647_1
SELECT total_points FROM table_14948647_1 WHERE oberstdorf__rk_ = "252.6 (11)"
Did Flamengo play in the Recopa Sudamericana in 1998
columns: - name: recopa_sudamericana_1998 type: VARCHAR - name: team type: VARCHAR table: table_14962316_9
SELECT recopa_sudamericana_1998 FROM table_14962316_9 WHERE team = "Flamengo"
What is the result of men's doubles when there was no competition?
columns: - name: mixed_doubles type: VARCHAR - name: mens_doubles type: VARCHAR table: table_14904221_1
SELECT mixed_doubles FROM table_14904221_1 WHERE mens_doubles = "no competition"
What was the record when the game was played at Cleveland Municipal Stadium?
columns: - name: record type: VARCHAR - name: game_site type: VARCHAR table: table_14984078_1
SELECT record FROM table_14984078_1 WHERE game_site = "Cleveland Municipal Stadium"
what's the lowest point with highest point being mount greylock
columns: - name: lowest_point type: VARCHAR - name: highest_point type: VARCHAR table: table_1416612_1
SELECT lowest_point FROM table_1416612_1 WHERE highest_point = "Mount Greylock"
What college did the defensive back attend?
columns: - name: college type: VARCHAR - name: position type: VARCHAR table: table_14650162_1
SELECT college FROM table_14650162_1 WHERE position = "Defensive Back"
Which players played right wing?
columns: - name: player type: VARCHAR - name: position type: VARCHAR table: table_1473672_3
SELECT player FROM table_1473672_3 WHERE position = "Right Wing"
what's the edo flight with duration being 17 days, 15 hours, 53 minutes, 18 seconds
columns: - name: edo_flight type: VARCHAR - name: duration type: VARCHAR table: table_14118521_1
SELECT edo_flight FROM table_14118521_1 WHERE duration = "17 days, 15 hours, 53 minutes, 18 seconds"
What position(s) does the player drafted #34 play?
columns: - name: position type: VARCHAR - name: pick__number type: VARCHAR table: table_14650373_1
SELECT position FROM table_14650373_1 WHERE pick__number = 34
When the result is retired to run for U.S. Senate Democratic Hold, who is the candidate?
columns: - name: candidates type: VARCHAR - name: result type: VARCHAR table: table_1342218_43
SELECT candidates FROM table_1342218_43 WHERE result = "Retired to run for U.S. Senate Democratic hold"
What are all episodes with a viewing figure of 6.72 million?
columns: - name: episode type: VARCHAR - name: viewing_figure type: VARCHAR table: table_15026994_2
SELECT episode FROM table_15026994_2 WHERE viewing_figure = "6.72 million"
What are the total freights in metric tonnes when the total transit passengers is 147791?
columns: - name: freight___metric_tonnes__ type: VARCHAR - name: transit_passengers type: VARCHAR table: table_13836704_7
SELECT freight___metric_tonnes__ FROM table_13836704_7 WHERE transit_passengers = 147791
Name the total number of list votes for 20.95%
columns: - name: list_votes type: VARCHAR - name: list_pct type: VARCHAR table: table_14834801_1
SELECT COUNT(list_votes) FROM table_14834801_1 WHERE list_pct = "20.95%"
When was incumbent John Thomas Wilson first elected?
columns: - name: first_elected type: VARCHAR - name: incumbent type: VARCHAR table: table_1434788_5
SELECT first_elected FROM table_1434788_5 WHERE incumbent = "John Thomas Wilson"
Who is the director of the film Gie?
columns: - name: director type: VARCHAR - name: film_title_used_in_nomination type: VARCHAR table: table_13719788_1
SELECT director FROM table_13719788_1 WHERE film_title_used_in_nomination = "Gie"
If Socialist is at 46.1%, what are all percentages for social democratic?
columns: - name: social_democratic type: VARCHAR - name: socialist type: VARCHAR table: table_1463383_1
SELECT social_democratic FROM table_1463383_1 WHERE socialist = "46.1%"
Who were the candidates when Sid Simpson was the incumbent?
columns: - name: candidates type: VARCHAR - name: incumbent type: VARCHAR table: table_1342249_13
SELECT candidates FROM table_1342249_13 WHERE incumbent = "Sid Simpson"
What was the candidates for hardie scott
columns: - name: candidates type: VARCHAR - name: incumbent type: VARCHAR table: table_1342198_38
SELECT candidates FROM table_1342198_38 WHERE incumbent = "Hardie Scott"
what is the minimum number first elected to district louisiana 5?
columns: - name: first_elected type: INTEGER - name: district type: VARCHAR table: table_1342198_18
SELECT MIN(first_elected) FROM table_1342198_18 WHERE district = "Louisiana 5"
What are all the episodes with an episode run time of 24:01?
columns: - name: episode type: VARCHAR - name: run_time type: VARCHAR table: table_1429629_1
SELECT episode FROM table_1429629_1 WHERE run_time = "24:01"
What is the candidate for south carolina 4?
columns: - name: candidates type: VARCHAR - name: district type: VARCHAR table: table_1342256_40
SELECT candidates FROM table_1342256_40 WHERE district = "South Carolina 4"
How many teams have a combination classification of Alejandro Valverde and a Points classification of Alessandro Petacchi?
columns: - name: team_classification type: VARCHAR - name: combination_classification type: VARCHAR - name: points_classification type: VARCHAR table: table_15059783_1
SELECT COUNT(team_classification) FROM table_15059783_1 WHERE combination_classification = "Alejandro Valverde" AND points_classification = "Alessandro Petacchi"
Which is the class A when Marion was the class AA
columns: - name: class_a type: VARCHAR - name: class_aA type: VARCHAR - name: Marion type: VARCHAR table: table_14747043_1
SELECT class_a FROM table_14747043_1 WHERE class_aA = Marion
When was the first elected for district missouri 7?
columns: - name: first_elected type: INTEGER - name: district type: VARCHAR table: table_1341663_26
SELECT MIN(first_elected) FROM table_1341663_26 WHERE district = "Missouri 7"
What are the attributes when the type is "DOMNodeRemoved"?
columns: - name: attribute type: VARCHAR - name: type type: VARCHAR table: table_1507852_1
SELECT attribute FROM table_1507852_1 WHERE type = "DOMNodeRemoved"
If class a is canadian and class aaa is wimberley, which possible school years could this fall on?
columns: - name: school_year type: VARCHAR - name: class_aAA type: VARCHAR - name: Wimberley type: VARCHAR - name: class_a type: VARCHAR table: table_14603212_1
SELECT school_year FROM table_14603212_1 WHERE class_aAA = Wimberley AND class_a = "Canadian"
Who was the candidate in the election in the California 8 district where the incumbent was first elected in 1932?
columns: - name: candidates type: VARCHAR - name: first_elected type: VARCHAR - name: district type: VARCHAR table: table_1342331_6
SELECT candidates FROM table_1342331_6 WHERE first_elected = 1932 AND district = "California 8"
Which institution was founded in 1923?
columns: - name: institution type: VARCHAR - name: founded type: VARCHAR table: table_13759592_2
SELECT institution FROM table_13759592_2 WHERE founded = 1923
Who was the incumbent in the Arkansas 2 district election?
columns: - name: incumbent type: VARCHAR - name: district type: VARCHAR table: table_1341897_6
SELECT incumbent FROM table_1341897_6 WHERE district = "Arkansas 2"
What channel number is Gladiators on
columns: - name: new_channel_s_ type: VARCHAR - name: programme type: VARCHAR table: table_13549921_18
SELECT new_channel_s_ FROM table_13549921_18 WHERE programme = "Gladiators"
how many times was the candidates phil crane (r) 58.0% edward a. warman (d) 42.0%?
columns: - name: incumbent type: VARCHAR - name: candidates type: VARCHAR table: table_1341718_14
SELECT COUNT(incumbent) FROM table_1341718_14 WHERE candidates = "Phil Crane (R) 58.0% Edward A. Warman (D) 42.0%"
what's the party with district being alabama 3
columns: - name: party type: VARCHAR - name: district type: VARCHAR table: table_1342292_2
SELECT party FROM table_1342292_2 WHERE district = "Alabama 3"
Name the number of administrative unit for number 4
columns: - name: name_of_administrative_unit type: VARCHAR - name: number type: VARCHAR table: table_14465924_1
SELECT name_of_administrative_unit FROM table_14465924_1 WHERE number = 4
Who is Gene Felton's TO Winning Team?
columns: - name: to_winning_team type: VARCHAR - name: gto_winning_team type: VARCHAR table: table_13657749_2
SELECT to_winning_team FROM table_13657749_2 WHERE gto_winning_team = "Gene Felton"
what's the points against with lost being 13
columns: - name: points_against type: VARCHAR - name: lost type: VARCHAR table: table_14058433_4
SELECT points_against FROM table_14058433_4 WHERE lost = "13"
What club had 523 points against?
columns: - name: club type: VARCHAR - name: points_against type: VARCHAR table: table_13741576_6
SELECT club FROM table_13741576_6 WHERE points_against = "523"
Which district has candidates is dick gephardt (d) 81.9% lee buchschacher (r) 18.1%?
columns: - name: district type: VARCHAR - name: candidates type: VARCHAR table: table_1341663_26
SELECT district FROM table_1341663_26 WHERE candidates = "Dick Gephardt (D) 81.9% Lee Buchschacher (R) 18.1%"
what's the airport with % change 2005/2006 being 13.0%
columns: - name: airport type: VARCHAR - name: _percentage_change_2005_2006 type: VARCHAR table: table_13836704_9
SELECT airport FROM table_13836704_9 WHERE _percentage_change_2005_2006 = "13.0%"
What is the highest total number?
columns: - name: total_number type: INTEGER table: table_14330096_4
SELECT MAX(total_number) FROM table_14330096_4
what is the maximum value for afc cup
columns: - name: afc_cup type: INTEGER table: table_14460937_2
SELECT MAX(afc_cup) FROM table_14460937_2
What district is Ray Musto the incumbent of?
columns: - name: district type: VARCHAR - name: incumbent type: VARCHAR table: table_1341640_39
SELECT district FROM table_1341640_39 WHERE incumbent = "Ray Musto"
what is the political affiliation of the texas 12 district
columns: - name: party type: VARCHAR - name: district type: VARCHAR table: table_1341884_45
SELECT party FROM table_1341884_45 WHERE district = "Texas 12"
What is JCTV's digital channel?
columns: - name: digital_channel type: VARCHAR - name: network type: VARCHAR table: table_1404984_1
SELECT digital_channel FROM table_1404984_1 WHERE network = "JCTV"
What are the school years where class "AAA" is argyle?
columns: - name: school_year type: VARCHAR - name: class_aAA type: VARCHAR - name: Argyle type: VARCHAR table: table_14603212_5
SELECT school_year FROM table_14603212_5 WHERE class_aAA = Argyle
Name the total number of first elected for sol bloom
columns: - name: first_elected type: VARCHAR - name: incumbent type: VARCHAR table: table_1342233_32
SELECT COUNT(first_elected) FROM table_1342233_32 WHERE incumbent = "Sol Bloom"
Who is the candidate for the district Arkansas 2?
columns: - name: candidates type: VARCHAR - name: district type: VARCHAR table: table_1342218_5
SELECT candidates FROM table_1342218_5 WHERE district = "Arkansas 2"
who is the the high points with score being w 117–93
columns: - name: high_points type: VARCHAR - name: score type: VARCHAR table: table_13480122_5
SELECT high_points FROM table_13480122_5 WHERE score = "W 117–93"
tell the mean of the times competition for the 7 jigs
columns: - name: rank_by_average type: VARCHAR - name: number_of_dances type: VARCHAR table: table_1354805_6
SELECT rank_by_average FROM table_1354805_6 WHERE number_of_dances = 7