question
stringlengths
12
243
context
stringlengths
45
517
answer
stringlengths
32
484
What team defeated the Capital City Giants?
columns: - name: team type: VARCHAR - name: runner_up type: VARCHAR table: table_name_11
SELECT team FROM table_name_11 WHERE runner_up = "capital city giants"
I want to know the player with tries more than 1 and position of hooker with points less than 54
columns: - name: player type: VARCHAR - name: position type: VARCHAR - name: tries type: VARCHAR - name: points type: VARCHAR table: table_name_18
SELECT player FROM table_name_18 WHERE tries > 1 AND points < 54 AND position = "hooker"
what is the highest rank for italy when gold is more than 1?
columns: - name: rank type: INTEGER - name: nation type: VARCHAR - name: gold type: VARCHAR table: table_name_19
SELECT MAX(rank) FROM table_name_19 WHERE nation = "italy" AND gold > 1
In what round was a left wing drafted?
columns: - name: round type: VARCHAR - name: position type: VARCHAR table: table_name_58
SELECT round FROM table_name_58 WHERE position = "left wing"
Who was the high scorer in the Toronto game?
columns: - name: high_points type: VARCHAR - name: team type: VARCHAR table: table_name_97
SELECT high_points FROM table_name_97 WHERE team = "toronto"
Who is the forward from Grambling State?
columns: - name: player type: VARCHAR - name: position type: VARCHAR - name: school_club_team type: VARCHAR table: table_name_24
SELECT player FROM table_name_24 WHERE position = "forward" AND school_club_team = "grambling state"
What is the highest game that has april 21 as the date?
columns: - name: game type: INTEGER - name: date type: VARCHAR table: table_name_64
SELECT MAX(game) FROM table_name_64 WHERE date = "april 21"
What is the result for Steve Gonzalez?
columns: - name: result type: VARCHAR - name: name type: VARCHAR table: table_22603701_1
SELECT result FROM table_22603701_1 WHERE name = "Steve Gonzalez"
What was Barreto's song choice where the original artist was Patricia Marx?
columns: - name: song_choice type: VARCHAR - name: original_artist type: VARCHAR table: table_27614571_1
SELECT song_choice FROM table_27614571_1 WHERE original_artist = "Patricia Marx"
Which Venue has an Opposing Team of manchester united, and a Round of 5th round replay?
columns: - name: venue type: VARCHAR - name: opposing_team type: VARCHAR - name: round type: VARCHAR table: table_name_79
SELECT venue FROM table_name_79 WHERE opposing_team = "manchester united" AND round = "5th round replay"
What is the gold number when the total is less than 8, silver less than 1 and the rank is more than 7?
columns: - name: gold type: VARCHAR - name: rank type: VARCHAR - name: total type: VARCHAR - name: silver type: VARCHAR table: table_name_40
SELECT COUNT(gold) FROM table_name_40 WHERE total < 8 AND silver < 1 AND rank > 7
How many points did Denis Pederson have?
columns: - name: points type: VARCHAR - name: player type: VARCHAR table: table_name_79
SELECT points FROM table_name_79 WHERE player = "denis pederson"
What package offers Fox Sports HD?
columns: - name: package_option type: VARCHAR - name: television_service type: VARCHAR table: table_15887683_3
SELECT package_option FROM table_15887683_3 WHERE television_service = "FOX Sports HD"
What is then engine when the notes state srt8?
columns: - name: engine type: VARCHAR - name: notes type: VARCHAR table: table_name_91
SELECT engine FROM table_name_91 WHERE notes = "srt8"
What is the film title used for nomination with the original title sedamdeset i dva dana?
columns: - name: film_title_used_in_nomination type: VARCHAR - name: original_title type: VARCHAR table: table_name_65
SELECT film_title_used_in_nomination FROM table_name_65 WHERE original_title = "sedamdeset i dva dana"
how many times is the nation listed as united states with the total more than 1?
columns: - name: silver type: VARCHAR - name: nation type: VARCHAR - name: total type: VARCHAR table: table_name_44
SELECT COUNT(silver) FROM table_name_44 WHERE nation = "united states" AND total > 1
Which Season 3 has a Season 7 of jim treliving?
columns: - name: season_3 type: VARCHAR - name: season_7 type: VARCHAR table: table_name_93
SELECT season_3 FROM table_name_93 WHERE season_7 = "jim treliving"
what is the most bronze when the total is 9?
columns: - name: bronze type: INTEGER - name: total type: VARCHAR table: table_name_94
SELECT MAX(bronze) FROM table_name_94 WHERE total = 9
In the game where the Hornets were the home team and Clippers the visiting team, what is the score?
columns: - name: score type: VARCHAR - name: home type: VARCHAR - name: visitor type: VARCHAR table: table_name_9
SELECT score FROM table_name_9 WHERE home = "hornets" AND visitor = "clippers"
Which constituency had the conservative party win in 2003?
columns: - name: constituency type: VARCHAR - name: winning_party_2003 type: VARCHAR table: table_name_72
SELECT constituency FROM table_name_72 WHERE winning_party_2003 = "conservative"
What title aired on March 19, 1998?
columns: - name: title type: VARCHAR - name: original_air_date type: VARCHAR table: table_name_13
SELECT title FROM table_name_13 WHERE original_air_date = "march 19, 1998"
What was the game result on November 16, 1969?
columns: - name: result type: VARCHAR - name: date type: VARCHAR table: table_name_83
SELECT result FROM table_name_83 WHERE date = "november 16, 1969"
What year at CU is the person in video services with an experience less than 1?
columns: - name: year_at_cu type: VARCHAR - name: experience type: VARCHAR - name: position type: VARCHAR table: table_name_8
SELECT year_at_cu FROM table_name_8 WHERE experience < 1 AND position = "video services"
What is the jersey number of the player from years 1986 – 1991 1997 – 1999?
columns: - name: jersey_number_s_ type: VARCHAR - name: years type: VARCHAR table: table_name_54
SELECT jersey_number_s_ FROM table_name_54 WHERE years = "1986 – 1991 1997 – 1999"
Which Round has a College of stanford, and an Overall smaller than 8?
columns: - name: round type: INTEGER - name: college type: VARCHAR - name: overall type: VARCHAR table: table_name_57
SELECT AVG(round) FROM table_name_57 WHERE college = "stanford" AND overall < 8
What is the number of clubs remaining in the second round?
columns: - name: clubs_remaining type: INTEGER - name: round type: VARCHAR table: table_name_65
SELECT MIN(clubs_remaining) FROM table_name_65 WHERE round = "second round"
What is the average number of Gold when the total is 11 with more than 2 silver?
columns: - name: gold type: INTEGER - name: total type: VARCHAR - name: silver type: VARCHAR table: table_name_3
SELECT AVG(gold) FROM table_name_3 WHERE total = 11 AND silver > 2
What is the format in the region of Europe with an XLCD369 and a label of XL?
columns: - name: format type: VARCHAR - name: region type: VARCHAR - name: label type: VARCHAR - name: catalog type: VARCHAR table: table_name_36
SELECT format FROM table_name_36 WHERE label = "xl" AND catalog = "xlcd369" AND region = "europe"
Which Points 2 has Drawn of 15, a Position larger than 20, and a Goals For smaller than 45?
columns: - name: points_2 type: INTEGER - name: goals_for type: VARCHAR - name: drawn type: VARCHAR - name: position type: VARCHAR table: table_name_35
SELECT SUM(points_2) FROM table_name_35 WHERE drawn = 15 AND position > 20 AND goals_for < 45
What Country had a Score of 75-68=143?
columns: - name: country type: VARCHAR - name: score type: VARCHAR table: table_name_91
SELECT country FROM table_name_91 WHERE score = 75 - 68 = 143
What's the D 42 √ when D 43 √ is r 5?
columns: - name: "d_42_\u221A" type: VARCHAR - name: "d_43_\u221A" type: VARCHAR table: table_name_13
SELECT d_42_√ FROM table_name_13 WHERE d_43_√ = "r 5"
Name the phoneme when the example is /umsʁ/
columns: - name: phoneme type: VARCHAR - name: example type: VARCHAR table: table_name_78
SELECT phoneme FROM table_name_78 WHERE example = "/umsʁ/"
What is the purpose of Long Shot?
columns: - name: purpose type: VARCHAR - name: name type: VARCHAR table: table_name_91
SELECT purpose FROM table_name_91 WHERE name = "long shot"
What was the pole position for the belgian grand prix?
columns: - name: pole_position type: VARCHAR - name: race type: VARCHAR table: table_name_87
SELECT pole_position FROM table_name_87 WHERE race = "belgian grand prix"
What is the highest value for col(m) when prominence(m) is 3755?
columns: - name: col__m_ type: INTEGER - name: prominence__m_ type: VARCHAR table: table_18946749_4
SELECT MAX(col__m_) FROM table_18946749_4 WHERE prominence__m_ = 3755
Which Test Standard has a Usage of secondary filters, and a Class of f5? Question 4
columns: - name: test_standard type: VARCHAR - name: usage type: VARCHAR - name: class type: VARCHAR table: table_name_28
SELECT test_standard FROM table_name_28 WHERE usage = "secondary filters" AND class = "f5"
Which Class has a Facility ID greater than 85076 and a Call Sign of K289au?
columns: - name: class type: VARCHAR - name: facility_id type: VARCHAR - name: call_sign type: VARCHAR table: table_name_19
SELECT class FROM table_name_19 WHERE facility_id > 85076 AND call_sign = "k289au"
What is the average for the player with 313 runs?
columns: - name: average type: VARCHAR - name: runs type: VARCHAR table: table_27922491_11
SELECT average FROM table_27922491_11 WHERE runs = 313
What school does Wayne Cooper play for?
columns: - name: school_club_team type: VARCHAR - name: player type: VARCHAR table: table_name_76
SELECT school_club_team FROM table_name_76 WHERE player = "wayne cooper"
How big was the largest crowd recorded at the Arden Street Oval venue?
columns: - name: crowd type: INTEGER - name: venue type: VARCHAR table: table_name_73
SELECT MAX(crowd) FROM table_name_73 WHERE venue = "arden street oval"
Name the total number in attendance for may 1
columns: - name: attendance type: VARCHAR - name: date type: VARCHAR table: table_name_68
SELECT COUNT(attendance) FROM table_name_68 WHERE date = "may 1"
How many million U.S. viewers wtched episode 69 of the series?
columns: - name: us_viewers__millions_ type: VARCHAR - name: series__number type: VARCHAR table: table_27832075_2
SELECT us_viewers__millions_ FROM table_27832075_2 WHERE series__number = 69
Name the ICAO for lilongwe international airport
columns: - name: icao type: VARCHAR - name: airport type: VARCHAR table: table_name_74
SELECT icao FROM table_name_74 WHERE airport = "lilongwe international airport"
Which airport has an IATA of TYN?
columns: - name: airport type: VARCHAR - name: iata type: VARCHAR table: table_name_52
SELECT airport FROM table_name_52 WHERE iata = "tyn"
How many seasons had a Super G of 2 and overall of 3?
columns: - name: season type: VARCHAR - name: super_g type: VARCHAR - name: overall type: VARCHAR table: table_name_61
SELECT COUNT(season) FROM table_name_61 WHERE super_g = "2" AND overall = 3
How many years did caroline lubrez win?
columns: - name: year type: INTEGER - name: winner type: VARCHAR table: table_name_19
SELECT SUM(year) FROM table_name_19 WHERE winner = "caroline lubrez"
Which flag was on the Green Marine's boat?
columns: - name: flag type: VARCHAR - name: builder type: VARCHAR table: table_19872699_1
SELECT flag FROM table_19872699_1 WHERE builder = "Green Marine"
When is the completed date of the destroyer with a pennant number h63?
columns: - name: completed type: VARCHAR - name: pennant_number type: VARCHAR table: table_name_91
SELECT completed FROM table_name_91 WHERE pennant_number = "h63"
What is Local Mission, when Mission is "Mauritius"?
columns: - name: Local type: VARCHAR - name: mission type: VARCHAR table: table_name_8
SELECT Local AS mission FROM table_name_8 WHERE mission = "mauritius"
What is the result at valley parade on 4/7/02?
columns: - name: result type: VARCHAR - name: venue type: VARCHAR - name: date type: VARCHAR table: table_name_50
SELECT result FROM table_name_50 WHERE venue = "valley parade" AND date = "4/7/02"
What is the Top-25 with a Top-10 of 8, and an Events of 45?
columns: - name: top_25 type: INTEGER - name: top_10 type: VARCHAR - name: events type: VARCHAR table: table_name_63
SELECT AVG(top_25) FROM table_name_63 WHERE top_10 = 8 AND events = 45
What is the original title where Paul Verhoeven is the director?
columns: - name: original_title type: VARCHAR - name: director type: VARCHAR table: table_name_42
SELECT original_title FROM table_name_42 WHERE director = "paul verhoeven"
What is the venue of the team race that was before 2010?
columns: - name: venue type: VARCHAR - name: notes type: VARCHAR - name: year type: VARCHAR table: table_name_13
SELECT venue FROM table_name_13 WHERE notes = "team" AND year < 2010
What is the democratic seat plurality with partisan order of New Hampshire?
columns: - name: democratic_seat_plurality type: VARCHAR - name: state_ranked_in_partisan_order type: VARCHAR table: table_name_91
SELECT democratic_seat_plurality FROM table_name_91 WHERE state_ranked_in_partisan_order = "new hampshire"
Which fuel system has a displacement of 1490cc?
columns: - name: fuel_system type: VARCHAR - name: displacement type: VARCHAR table: table_name_68
SELECT fuel_system FROM table_name_68 WHERE displacement = "1490cc"
If the English translation is hello girl, what was the language?
columns: - name: language type: VARCHAR - name: english_translation type: VARCHAR table: table_19249824_1
SELECT language FROM table_19249824_1 WHERE english_translation = "Hello girl"
What time was the fastest lap during Stoh's 200 in 1982?
columns: - name: fastest_lap type: VARCHAR - name: name type: VARCHAR table: table_name_74
SELECT fastest_lap FROM table_name_74 WHERE name = "stoh's 200"
what is the location attendance when the high assists is by ramon sessions (8) on march 30?
columns: - name: location_attendance type: VARCHAR - name: high_assists type: VARCHAR - name: date type: VARCHAR table: table_name_82
SELECT location_attendance FROM table_name_82 WHERE high_assists = "ramon sessions (8)" AND date = "march 30"
Who was the Home captain that played at the venue Oval?
columns: - name: home_captain type: VARCHAR - name: venue type: VARCHAR table: table_name_13
SELECT home_captain FROM table_name_13 WHERE venue = "oval"
Can you tell me the Time that has the Opponent of phil baroni?
columns: - name: time type: VARCHAR - name: opponent type: VARCHAR table: table_name_75
SELECT time FROM table_name_75 WHERE opponent = "phil baroni"
Which rider was on the 600cc Yamaha team?
columns: - name: rider type: VARCHAR - name: team type: VARCHAR table: table_name_44
SELECT rider FROM table_name_44 WHERE team = "600cc yamaha"
how many location attendance with team being charlotte
columns: - name: location_attendance type: VARCHAR - name: team type: VARCHAR table: table_13557843_7
SELECT COUNT(location_attendance) FROM table_13557843_7 WHERE team = "Charlotte"
Which Byes have a Lexton Plains of skipton?
columns: - name: byes type: INTEGER - name: lexton_plains type: VARCHAR table: table_name_87
SELECT MAX(byes) FROM table_name_87 WHERE lexton_plains = "skipton"
Who was the 3rd place team at Pardubice?
columns: - name: venue type: VARCHAR table: table_name_41
SELECT 3 AS rd_place FROM table_name_41 WHERE venue = "pardubice"
What is the train name of the rail with a daily frequency and a destination of Rajgir?
columns: - name: train_name type: VARCHAR - name: frequency__inbound_outbound_ type: VARCHAR - name: destination type: VARCHAR table: table_name_44
SELECT train_name FROM table_name_44 WHERE frequency__inbound_outbound_ = "daily" AND destination = "rajgir"
Attendance of 29,000 occurred on what date?
columns: - name: date type: VARCHAR - name: attendance type: VARCHAR table: table_name_80
SELECT date FROM table_name_80 WHERE attendance = "29,000"
What are the notes of the number 1 rank?
columns: - name: notes type: VARCHAR - name: rank type: VARCHAR table: table_name_52
SELECT notes FROM table_name_52 WHERE rank = 1
What score did Leonard Thompson have when he won $9,000?
columns: - name: score type: VARCHAR - name: money___$__ type: VARCHAR - name: player type: VARCHAR table: table_name_74
SELECT score FROM table_name_74 WHERE money___$__ = "9,000" AND player = "leonard thompson"
What is Yearly Cost For Paid Account, when Montly Cost For Paid Account is 5 USD, and when Userpics Paid is 50?
columns: - name: yearly_cost_for_paid_account type: VARCHAR - name: monthly_cost_for_paid_account type: VARCHAR - name: userpics_paid type: VARCHAR table: table_name_94
SELECT yearly_cost_for_paid_account FROM table_name_94 WHERE monthly_cost_for_paid_account = "5 usd" AND userpics_paid = "50"
Name the sprint classification for michael barry
columns: - name: sprint_classification type: VARCHAR - name: aggressive_rider type: VARCHAR table: table_23944514_15
SELECT sprint_classification FROM table_23944514_15 WHERE aggressive_rider = "Michael Barry"
Who was the player that had drawn 1 and tried for 20?
columns: - name: played type: VARCHAR - name: drawn type: VARCHAR - name: tries_for type: VARCHAR table: table_name_76
SELECT played FROM table_name_76 WHERE drawn = "1" AND tries_for = "20"
Which event has a distance of ft10in (m)?
columns: - name: event type: VARCHAR - name: distance type: VARCHAR table: table_name_88
SELECT event FROM table_name_88 WHERE distance = "ft10in (m)"
what is the municipality where the area is 73?
columns: - name: municipality type: VARCHAR - name: "area__km\xB2_" type: VARCHAR table: table_1691800_2
SELECT municipality FROM table_1691800_2 WHERE area__km²_ = 73
What opponents played Waldstadion in a game?
columns: - name: opponent type: VARCHAR - name: game_site type: VARCHAR table: table_24951872_2
SELECT opponent FROM table_24951872_2 WHERE game_site = "Waldstadion"
What is the attendance number for December 2, 1979?
columns: - name: attendance type: INTEGER - name: date type: VARCHAR table: table_name_52
SELECT SUM(attendance) FROM table_name_52 WHERE date = "december 2, 1979"
How tall is the building ranked #13?
columns: - name: height_ft__m_ type: VARCHAR - name: rank type: VARCHAR table: table_name_5
SELECT height_ft__m_ FROM table_name_5 WHERE rank = "13"
Which Railway has a Location of shildon, and an ObjectNumber of 1975-7022?
columns: - name: railway type: VARCHAR - name: location type: VARCHAR - name: objectnumber type: VARCHAR table: table_name_58
SELECT railway FROM table_name_58 WHERE location = "shildon" AND objectnumber = "1975-7022"
What is the lowest overall amount of no votes?
columns: - name: no_votes type: INTEGER table: table_256286_13
SELECT MIN(no_votes) FROM table_256286_13
What was the score when the record was 18–14–4 with a toivonen decision?
columns: - name: score type: VARCHAR - name: decision type: VARCHAR - name: record type: VARCHAR table: table_name_11
SELECT score FROM table_name_11 WHERE decision = "toivonen" AND record = "18–14–4"
What status has gauteng falcons as the opposing team?
columns: - name: status type: VARCHAR - name: opposing_team type: VARCHAR table: table_name_2
SELECT status FROM table_name_2 WHERE opposing_team = "gauteng falcons"
What was the highest number of Draws scored by Sebastapol when the value for Against was less than 1802?
columns: - name: draws type: INTEGER - name: ballarat_fl type: VARCHAR - name: against type: VARCHAR table: table_name_24
SELECT MAX(draws) FROM table_name_24 WHERE ballarat_fl = "sebastapol" AND against < 1802
What is the region for Chepén with 3 districts?
columns: - name: region type: VARCHAR - name: districts type: VARCHAR - name: capital type: VARCHAR table: table_name_63
SELECT region FROM table_name_63 WHERE districts = 3 AND capital = "chepén"
What is the average regular number of attendees that has 79 parishes?
columns: - name: regular_attendees type: INTEGER - name: parishes type: VARCHAR table: table_name_36
SELECT AVG(regular_attendees) FROM table_name_36 WHERE parishes = 79
WHO WAS THE STAGE WINNER IN THE STAGE WHERE MICHAEL ALBASINI WON THE METAS VOLANTES CLASSIFICATION?
columns: - name: stage__winner_ type: VARCHAR - name: metas_volantes_classification type: VARCHAR table: table_21804557_18
SELECT stage__winner_ FROM table_21804557_18 WHERE metas_volantes_classification = "Michael Albasini"
What team is from the Russian Major League?
columns: - name: position type: VARCHAR - name: league_from type: VARCHAR table: table_name_21
SELECT position FROM table_name_21 WHERE league_from = "russian major league"
What is the average Year when the Competition was friendly, and a Club of everton?
columns: - name: year type: INTEGER - name: competition type: VARCHAR - name: club type: VARCHAR table: table_name_28
SELECT AVG(year) FROM table_name_28 WHERE competition = "friendly" AND club = "everton"
What was Alex Figge's Best?
columns: - name: best type: VARCHAR - name: name type: VARCHAR table: table_name_47
SELECT best FROM table_name_47 WHERE name = "alex figge"
What is the highest Rank, when U-17 Goals is "9"?
columns: - name: rank type: INTEGER - name: u_17_goals type: VARCHAR table: table_name_49
SELECT MAX(rank) FROM table_name_49 WHERE u_17_goals = 9
Name the tournament when margin of victory is 3 strokes and winning score is 71-66-70-67=274
columns: - name: tournament type: VARCHAR - name: margin_of_victory type: VARCHAR - name: winning_score type: VARCHAR table: table_1569625_1
SELECT tournament FROM table_1569625_1 WHERE margin_of_victory = "3 strokes" AND winning_score = 71 - 66 - 70 - 67 = 274
What is the average number of base pairs with 784 genes?
columns: - name: base_pairs type: INTEGER - name: genes type: VARCHAR table: table_name_53
SELECT AVG(base_pairs) FROM table_name_53 WHERE genes = 784
What is the class when the frequency is 560 AM?
columns: - name: class type: VARCHAR - name: frequency type: VARCHAR table: table_name_57
SELECT class FROM table_name_57 WHERE frequency = "560 am"
What is the 1998 value if the 2011 value is 30.4?
columns: - name: Id type: VARCHAR table: table_name_86
SELECT 1998 FROM table_name_86 WHERE 2011 = "30.4"
Which Senior status has a Chief Judge of —, a Reason for termination of death, and Active service of 1967–1983?
columns: - name: senior_status type: VARCHAR - name: active_service type: VARCHAR - name: chief_judge type: VARCHAR - name: reason_for_termination type: VARCHAR table: table_name_18
SELECT senior_status FROM table_name_18 WHERE chief_judge = "—" AND reason_for_termination = "death" AND active_service = "1967–1983"
How many sprints on average had 10 wins and less than 5 features?
columns: - name: sprint type: INTEGER - name: wins type: VARCHAR - name: feature type: VARCHAR table: table_name_85
SELECT AVG(sprint) FROM table_name_85 WHERE wins = 10 AND feature < 5
What is the largest attendance number when the Chicago Cardinals were the opponent and the week was less than 4?
columns: - name: attendance type: INTEGER - name: opponent type: VARCHAR - name: week type: VARCHAR table: table_name_48
SELECT MAX(attendance) FROM table_name_48 WHERE opponent = "chicago cardinals" AND week < 4
With 4645 as the production number what was the title?
columns: - name: title type: VARCHAR - name: production_num type: VARCHAR table: table_name_4
SELECT title FROM table_name_4 WHERE production_num = 4645
What was the final score when tracy austin was runner up?
columns: - name: score_in_final type: VARCHAR - name: runner_up type: VARCHAR table: table_20986710_1
SELECT score_in_final FROM table_20986710_1 WHERE runner_up = "Tracy Austin"
What is the highest crowd at mcg?
columns: - name: crowd type: INTEGER - name: venue type: VARCHAR table: table_name_72
SELECT MAX(crowd) FROM table_name_72 WHERE venue = "mcg"
Whose origin of Programming offers a general genre, a network of ntv bangla and a service of cogeco cable?
columns: - name: origin_of_programming type: VARCHAR - name: service type: VARCHAR - name: genre type: VARCHAR - name: network type: VARCHAR table: table_name_12
SELECT origin_of_programming FROM table_name_12 WHERE genre = "general" AND network = "ntv bangla" AND service = "cogeco cable"
Name the NOSAWA Rongai for petey williams
columns: - name: nosawa_rongai type: VARCHAR - name: block_a type: VARCHAR table: table_name_97
SELECT nosawa_rongai FROM table_name_97 WHERE block_a = "petey williams"
README.md exists but content is empty. Use the Edit dataset card button to edit it.
Downloads last month
0
Edit dataset card