answer
stringlengths
18
557
question
stringlengths
12
244
context
stringlengths
27
484
SELECT round FROM table_name_73 WHERE record = "8-2"
What round had a record of 8-2?
CREATE TABLE table_name_73 (round VARCHAR, record VARCHAR)
SELECT date FROM table_16387953_1 WHERE ground = "Football Park"
On what dates where games played at Football Park?
CREATE TABLE table_16387953_1 (date VARCHAR, ground VARCHAR)
SELECT bleeding_time FROM table_1555308_1 WHERE platelet_count = "Decreased" AND prothrombin_time = "Unaffected"
How is the bleeding time wherein platelet count is decreased and prothrombin time is unaffected?
CREATE TABLE table_1555308_1 (bleeding_time VARCHAR, platelet_count VARCHAR, prothrombin_time VARCHAR)
SELECT team FROM table_name_69 WHERE points < 21 AND year = 1983
What team did carlos cardus drive for in 1983 when he got less than 21 points?
CREATE TABLE table_name_69 (team VARCHAR, points VARCHAR, year VARCHAR)
SELECT epicenter FROM table_name_88 WHERE date = "january 1, 1965"
What is the epicenter on January 1, 1965?
CREATE TABLE table_name_88 (epicenter VARCHAR, date VARCHAR)
SELECT MAX(year) FROM table_name_92 WHERE film_series = "over the rainbow"
What is the highest year that Kim was nominated for Over the Rainbow?
CREATE TABLE table_name_92 (year INTEGER, film_series VARCHAR)
SELECT country FROM table_name_3 WHERE city = "haugesund"
In what Country is Haugesund?
CREATE TABLE table_name_3 (country VARCHAR, city VARCHAR)
SELECT end_date__last_night_ FROM table_159359_2 WHERE season = "1918"
When are end dates (last night) for the season of 1918?
CREATE TABLE table_159359_2 (end_date__last_night_ VARCHAR, season VARCHAR)
SELECT MIN(absorb__nm_) FROM table_26428602_1
What is the lowest dye absoprtion in nm?
CREATE TABLE table_26428602_1 (absorb__nm_ INTEGER)
SELECT wednesday FROM table_name_46 WHERE monday = "月曜日 getsuyōbi"
Which Wednesday has a Monday of 月曜日 getsuyōbi?
CREATE TABLE table_name_46 (wednesday VARCHAR, monday VARCHAR)
SELECT spokesperson FROM table_name_33 WHERE year_s_ > 2012
Who is the spokesperson after 2012?
CREATE TABLE table_name_33 (spokesperson VARCHAR, year_s_ INTEGER)
SELECT COUNT(poles) FROM table_name_20 WHERE starts = 4 AND position = "46th"
How many poles have 4 Starts of 4 and position of 46th?
CREATE TABLE table_name_20 (poles VARCHAR, starts VARCHAR, position VARCHAR)
SELECT date FROM table_name_14 WHERE tournament = "at&t pebble beach national pro-am" AND margin_of_victory = "1 stroke" AND to_par = "–11"
Which Date has a Tournament of at&t pebble beach national pro-am, and a Margin of victory of 1 stroke, and a To par of –11?
CREATE TABLE table_name_14 (date VARCHAR, to_par VARCHAR, tournament VARCHAR, margin_of_victory VARCHAR)
SELECT party FROM table_1341453_32 WHERE incumbent = "Jim Saxton"
What is the party of the district incumbent Jim Saxton?
CREATE TABLE table_1341453_32 (party VARCHAR, incumbent VARCHAR)
SELECT NOT MAX AS event FROM table_name_23 WHERE surface = "semifinal" AND winner = "hard (i)"
Which Event has a Surface of semifinal, and a Winner of hard (i)?
CREATE TABLE table_name_23 (MAX VARCHAR, surface VARCHAR, winner VARCHAR)
SELECT best_bowling FROM table_16570286_4 WHERE average = "23.33"
What was the best bowling score when the average was 23.33?
CREATE TABLE table_16570286_4 (best_bowling VARCHAR, average VARCHAR)
SELECT AVG(weight) FROM table_name_63 WHERE position = "guard" AND name = "jeremy case"
What is the average weight of Jeremy Case, who plays guard?
CREATE TABLE table_name_63 (weight INTEGER, position VARCHAR, name VARCHAR)
SELECT location FROM table_name_3 WHERE authors = "wang li duan cheng"
Where is wang li duan cheng located?
CREATE TABLE table_name_3 (location VARCHAR, authors VARCHAR)
SELECT COUNT(female) FROM table_name_65 WHERE total_population < 2 OFFSET 195
What is the total number of females where the total population is less than 2,195?
CREATE TABLE table_name_65 (female VARCHAR, total_population INTEGER)
SELECT AVG(against) FROM table_name_66 WHERE drawn < 7 AND points > 22 AND played = 19
What is the average against that has a drawn less than 7, points greater than 22, and 19 for the played?
CREATE TABLE table_name_66 (against INTEGER, played VARCHAR, drawn VARCHAR, points VARCHAR)
SELECT high_points FROM table_name_73 WHERE team = "@ phoenix"
What is High Points, when Team is @ Phoenix?
CREATE TABLE table_name_73 (high_points VARCHAR, team VARCHAR)
SELECT date FROM table_name_59 WHERE game > 31 AND opponent = "detroit"
What is the Date of the game against Detroit in game 31 or after?
CREATE TABLE table_name_59 (date VARCHAR, game VARCHAR, opponent VARCHAR)
SELECT MAX(pick__number) FROM table_16575609_4 WHERE cfl_team = "Edmonton Eskimos"
Name the most pick number for cfl team being edmonton eskimos
CREATE TABLE table_16575609_4 (pick__number INTEGER, cfl_team VARCHAR)
SELECT winner FROM table_14395920_2 WHERE combativity_award = "Fumiyuki Beppu"
Who won the stage when Fumiyuki Beppu won the combativity award?
CREATE TABLE table_14395920_2 (winner VARCHAR, combativity_award VARCHAR)
SELECT winter_olympics FROM table_174491_2 WHERE winner = "Karl Schnabl"
What year did Karl Schnabl win the Winter Olympics?
CREATE TABLE table_174491_2 (winter_olympics VARCHAR, winner VARCHAR)
SELECT MAX(l2_cache__mb_) FROM table_269920_3
What's the maximal L3 cache for any of the models given?
CREATE TABLE table_269920_3 (l2_cache__mb_ INTEGER)
SELECT MIN(rank) FROM table_name_86 WHERE name = "el paso natural gas company building"
What is the lowest rank for El Paso Natural Gas Company Building?
CREATE TABLE table_name_86 (rank INTEGER, name VARCHAR)
SELECT COUNT(cardiff_win) FROM table_name_26 WHERE draw > 27
How many cardiff wins have a draw greater than 27?
CREATE TABLE table_name_26 (cardiff_win VARCHAR, draw INTEGER)
SELECT 3 AS rd_stage FROM table_16537783_2 WHERE parameter = "Thrust"
Name the 3rd stage for parameter of thrust
CREATE TABLE table_16537783_2 (parameter VARCHAR)
SELECT loss FROM table_name_77 WHERE record = "20-16"
What was the loss of the game when the record was 20-16?
CREATE TABLE table_name_77 (loss VARCHAR, record VARCHAR)
SELECT location FROM table_28794440_1 WHERE callsign = "DWRH"
Where are the broadcasting companys with the callsign DWRH located?
CREATE TABLE table_28794440_1 (location VARCHAR, callsign VARCHAR)
SELECT county FROM table_12280396_1 WHERE isolation__km_ = 29
What county is in isolation of 29?
CREATE TABLE table_12280396_1 (county VARCHAR, isolation__km_ VARCHAR)
SELECT COUNT(census_2006_population) FROM table_28891101_3 WHERE administrative_capital = "Eleme"
What is the 2006 censusn population when is the administrative capital is Eleme?
CREATE TABLE table_28891101_3 (census_2006_population VARCHAR, administrative_capital VARCHAR)
SELECT width_feet__m_ FROM table_name_63 WHERE source__year_ = "nbi (2009)"
What is the width feet in meeters for the truss with a source of nbi (2009)?
CREATE TABLE table_name_63 (width_feet__m_ VARCHAR, source__year_ VARCHAR)
SELECT t1.name FROM country AS t1 JOIN countrylanguage AS t2 ON t1.code = t2.countrycode WHERE t2.language = "english" AND isofficial = "t" UNION SELECT t1.name FROM country AS t1 JOIN countrylanguage AS t2 ON t1.code = t2.countrycode WHERE t2.language = "dutch" AND isofficial = "t"
What are the countries where either English or Dutch is the official language ?
CREATE TABLE countrylanguage (countrycode VARCHAR, language VARCHAR); CREATE TABLE country (name VARCHAR, code VARCHAR)
SELECT high_rebounds FROM table_22669044_9 WHERE team = "New York"
Name the high rebounds for new york
CREATE TABLE table_22669044_9 (high_rebounds VARCHAR, team VARCHAR)
SELECT COUNT(laps) FROM table_name_49 WHERE qual = "142.653"
What was Len Sutton's total number of completed laps when his qualifying time was 142.653?
CREATE TABLE table_name_49 (laps VARCHAR, qual VARCHAR)
SELECT T3.area_code FROM contestants AS T1 JOIN votes AS T2 ON T1.contestant_number = T2.contestant_number JOIN area_code_state AS T3 ON T2.state = T3.state WHERE T1.contestant_name = 'Tabatha Gehling' INTERSECT SELECT T3.area_code FROM contestants AS T1 JOIN votes AS T2 ON T1.contestant_number = T2.contestant_number J...
List the area codes in which voters voted both for the contestant 'Tabatha Gehling' and the contestant 'Kelly Clauss'.
CREATE TABLE votes (contestant_number VARCHAR, state VARCHAR); CREATE TABLE contestants (contestant_number VARCHAR, contestant_name VARCHAR); CREATE TABLE area_code_state (area_code VARCHAR, state VARCHAR)
SELECT international_tourist_arrivals__2011_ FROM table_14752049_1 WHERE country = "Italy"
How many tourist arrivals occurred in 2011 in the country of Italy?
CREATE TABLE table_14752049_1 (international_tourist_arrivals__2011_ VARCHAR, country VARCHAR)
SELECT SUM(total) FROM table_name_24 WHERE to_par = "–13"
What is the Total of the Player with a To par of –13?
CREATE TABLE table_name_24 (total INTEGER, to_par VARCHAR)
SELECT to_par FROM table_name_47 WHERE country = "united states" AND place = "t3" AND player = "tim herron"
What is the to par of player Tim Herron from the United States with a t3 place?
CREATE TABLE table_name_47 (to_par VARCHAR, player VARCHAR, country VARCHAR, place VARCHAR)
SELECT result FROM table_name_80 WHERE score = "21 (7, 7, 7)" AND couple = "steve & anna"
What was the result for Steve & Anna when the score was 21 (7, 7, 7)?
CREATE TABLE table_name_80 (result VARCHAR, score VARCHAR, couple VARCHAR)
SELECT position FROM table_19730892_1 WHERE name = "Billy Price"
Name the position for billy price
CREATE TABLE table_19730892_1 (position VARCHAR, name VARCHAR)
SELECT city FROM table_name_98 WHERE team = "bahawalpur stags"
Which City has the Bahawalpur Stags Team?
CREATE TABLE table_name_98 (city VARCHAR, team VARCHAR)
SELECT MAX(number) FROM table_12113888_1
What is the highest number listed?
CREATE TABLE table_12113888_1 (number INTEGER)
SELECT founded FROM table_name_69 WHERE institution = "lynn university"
What is the date that the Institution of Lynn University was founded on?
CREATE TABLE table_name_69 (founded VARCHAR, institution VARCHAR)
SELECT nhl_team FROM table_name_22 WHERE league_from = "ontario hockey league" AND player = "tony dehart"
Which team has a League from of ontario hockey league, and a Player of tony dehart?
CREATE TABLE table_name_22 (nhl_team VARCHAR, league_from VARCHAR, player VARCHAR)
SELECT author___editor___source FROM table_12000368_1 WHERE world_ranking__1_ = "73rd"
what's the author / editor / source with world ranking (1) being 73rd
CREATE TABLE table_12000368_1 (author___editor___source VARCHAR, world_ranking__1_ VARCHAR)
SELECT AVG(Horizontal_Bar_Points) FROM gymnast
What is the average horizontal bar points for all gymnasts?
CREATE TABLE gymnast (Horizontal_Bar_Points INTEGER)
SELECT years_for_jazz FROM table_name_43 WHERE position = "center" AND player = "greg ostertag"
Who is the center position of Years for Jazz, Greg Ostertag?
CREATE TABLE table_name_43 (years_for_jazz VARCHAR, position VARCHAR, player VARCHAR)
SELECT opponent_in_the_final FROM table_name_75 WHERE date = "may 8, 2006"
Who was the opponent on May 8, 2006?
CREATE TABLE table_name_75 (opponent_in_the_final VARCHAR, date VARCHAR)
SELECT MAX(points) FROM table_name_95 WHERE drawn = 1 AND played > 14
Which Points have Drawn of 1, and a Played larger than 14?
CREATE TABLE table_name_95 (points INTEGER, drawn VARCHAR, played VARCHAR)
SELECT COUNT(score) FROM table_27734286_1 WHERE high_points = "Al Jefferson (24)"
What's the score in al jefferson (24) high points?
CREATE TABLE table_27734286_1 (score VARCHAR, high_points VARCHAR)
SELECT amt_30__desktop_ FROM table_name_76 WHERE feature = "vlan settings for intel amt network interfaces"
What's the AMT 3.0 when it has a feature of Vlan Settings for Intel AMT Network Interfaces?
CREATE TABLE table_name_76 (amt_30__desktop_ VARCHAR, feature VARCHAR)
SELECT MAX(played) FROM table_17968282_1 WHERE points = 105
Name the most played when points is 105
CREATE TABLE table_17968282_1 (played INTEGER, points VARCHAR)
SELECT skip FROM table_name_39 WHERE third = "sara carlsson"
Which Skip has a Third of sara carlsson?
CREATE TABLE table_name_39 (skip VARCHAR, third VARCHAR)
SELECT fcsl_team FROM table_name_22 WHERE mlb_team = "toronto blue jays" AND round = "4th"
What is the FCSL Team when the MLB Team is Toronto Blue Jays, in the 4th round?
CREATE TABLE table_name_22 (fcsl_team VARCHAR, mlb_team VARCHAR, round VARCHAR)
SELECT record FROM table_name_45 WHERE visitor = "pittsburgh" AND date = "november 23"
What record has pittsburgh as the visitor, and November 23 as the date?
CREATE TABLE table_name_45 (record VARCHAR, visitor VARCHAR, date VARCHAR)
SELECT record FROM table_name_10 WHERE decision = "denis" AND date = "november 4"
What is the record for November 4, with a decision made by Denis?
CREATE TABLE table_name_10 (record VARCHAR, decision VARCHAR, date VARCHAR)
SELECT AVG(T2.fastestlapspeed) FROM races AS T1 JOIN results AS T2 ON T1.raceid = T2.raceid WHERE T1.year = 2008 AND T1.name = "Monaco Grand Prix"
What is the average fastest lap speed in race named 'Monaco Grand Prix' in 2008 ?
CREATE TABLE results (fastestlapspeed INTEGER, raceid VARCHAR); CREATE TABLE races (raceid VARCHAR, year VARCHAR, name VARCHAR)
SELECT away_team AS score FROM table_name_59 WHERE away_team = "carlton"
What is Away team Carlton's score?
CREATE TABLE table_name_59 (away_team VARCHAR)
SELECT record FROM table_name_10 WHERE save = "david weathers (15)"
What was the record the day David Weathers (15) had a save?
CREATE TABLE table_name_10 (record VARCHAR, save VARCHAR)
SELECT COUNT(kilometers) FROM table_name_43 WHERE station_code = "kgq"
What is the sum of Kilometers that has a Station Code of KGQ?
CREATE TABLE table_name_43 (kilometers VARCHAR, station_code VARCHAR)
SELECT COUNT(storage_medium) FROM table_27615520_1 WHERE product_name = "RamSan-720"
List the number of ramsan-720 hard drives?
CREATE TABLE table_27615520_1 (storage_medium VARCHAR, product_name VARCHAR)
SELECT friday FROM table_11748792_2 WHERE monday = "Emma Willis Jamie East"
Who is the friday presenter for each show, when the monday presenter is Emma Willis Jamie East?
CREATE TABLE table_11748792_2 (friday VARCHAR, monday VARCHAR)
SELECT away FROM table_name_70 WHERE score = "46-82"
What is the Away with a Score that is 46-82?
CREATE TABLE table_name_70 (away VARCHAR, score VARCHAR)
SELECT SUM(top_10) FROM table_name_83 WHERE tournament = "u.s. open" AND top_25 > 0
What was the sum for a top-10 U.S. open that had a top-25 bigger than 0?
CREATE TABLE table_name_83 (top_10 INTEGER, tournament VARCHAR, top_25 VARCHAR)
SELECT year FROM table_name_25 WHERE artist = "royal canadian mint staff"
Which year did the Royal Canadian Mint Staff create a silver dollar?
CREATE TABLE table_name_25 (year VARCHAR, artist VARCHAR)
SELECT away_team AS score FROM table_name_67 WHERE home_team = "essendon"
When the Home team of essendon is playing what is the Away team score?
CREATE TABLE table_name_67 (away_team VARCHAR, home_team VARCHAR)
SELECT T2.firstname, T2.lastname FROM list AS T1 JOIN teachers AS T2 ON T1.classroom = T2.classroom GROUP BY T2.firstname, T2.lastname ORDER BY COUNT(*) DESC LIMIT 1
Find the name of the teacher who teaches the largest number of students.
CREATE TABLE list (classroom VARCHAR); CREATE TABLE teachers (firstname VARCHAR, lastname VARCHAR, classroom VARCHAR)
SELECT year FROM table_2490289_1 WHERE pc_intro = "FR-08: The Product ( Farbrausch )"
What year did fr-08: the product ( farbrausch ) win best pc intro?
CREATE TABLE table_2490289_1 (year VARCHAR, pc_intro VARCHAR)
SELECT circuit FROM table_name_16 WHERE class = "both" AND date = "june 1"
What circuit was on June 1 with a class of both?
CREATE TABLE table_name_16 (circuit VARCHAR, class VARCHAR, date VARCHAR)
SELECT drawn FROM table_12886178_5 WHERE tries_for = "76"
What's the number of drawn games for the club with a tries for count of 76?
CREATE TABLE table_12886178_5 (drawn VARCHAR, tries_for VARCHAR)
SELECT COUNT(class) FROM table_14342210_13 WHERE prior_experience = "Shasta H.S."
How many entries are there for class when the prior experience is shasta h.s.
CREATE TABLE table_14342210_13 (class VARCHAR, prior_experience VARCHAR)
SELECT owner FROM table_name_48 WHERE branding = "fox fm"
Who is the owner with the branding fox fm?
CREATE TABLE table_name_48 (owner VARCHAR, branding 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 attendance FROM table_name_86 WHERE opponent = "kansas city chiefs"
How many people attended the Rams game against the Kansas City Chiefs?
CREATE TABLE table_name_86 (attendance VARCHAR, opponent VARCHAR)
SELECT COUNT(below_50_percentage_of_median_income) FROM table_25042332_16 WHERE below_40_percentage_of_median_income = "10.4%"
What percentage of the population is below 50% of the median income in the region where 10.4% of the population earns below 40% of the median income?
CREATE TABLE table_25042332_16 (below_50_percentage_of_median_income VARCHAR, below_40_percentage_of_median_income VARCHAR)
SELECT loss_gain FROM table_25818630_2 WHERE affiliation = "Solidarity"
What was the loss/gain when the affiliation was solidarity?
CREATE TABLE table_25818630_2 (loss_gain VARCHAR, affiliation VARCHAR)
SELECT Chief AS judge FROM table_name_37 WHERE judge = "jack edward tanner"
Who was Judge Jack Edward Tanner's chief judge?
CREATE TABLE table_name_37 (Chief VARCHAR, judge VARCHAR)
SELECT MAX(november) FROM table_name_60 WHERE record = "15-5-2"
What is the latest day in November of the game with a 15-5-2 record?
CREATE TABLE table_name_60 (november INTEGER, record VARCHAR)
SELECT elevator FROM table_name_78 WHERE cardinalatial_title = "deacon of s. maria in portico"
What is listed for the Elevator, that also has the Cardinalatial title of Deacon of S. Maria in Portico?
CREATE TABLE table_name_78 (elevator VARCHAR, cardinalatial_title VARCHAR)
SELECT MIN(birth_2012) FROM table_25703_2 WHERE death_2012 = 163
What were the total 2012 births when the 2012 deaths were 163?
CREATE TABLE table_25703_2 (birth_2012 INTEGER, death_2012 VARCHAR)
SELECT venue FROM table_name_66 WHERE home_team = "footscray"
What is the venue for the Footscray home team?
CREATE TABLE table_name_66 (venue VARCHAR, home_team VARCHAR)
SELECT constructor FROM table_name_22 WHERE laps < 3 AND grid = 15
What constructor has less than 3 laps and grid 15?
CREATE TABLE table_name_22 (constructor VARCHAR, laps VARCHAR, grid VARCHAR)
SELECT record FROM table_23308178_5 WHERE date = "November 7"
What was the record in the November 7 game?
CREATE TABLE table_23308178_5 (record VARCHAR, date VARCHAR)
SELECT nationality FROM table_name_62 WHERE player = "martin lewis"
What is the nationality of Martin Lewis?
CREATE TABLE table_name_62 (nationality VARCHAR, player VARCHAR)
SELECT region_served FROM table_name_43 WHERE haat__analog__digital__1 = "1176 m 1190 m"
Which Region served has of 1176 m 1190 m HAAT (Analog/ Digital) 1?
CREATE TABLE table_name_43 (region_served VARCHAR, haat__analog__digital__1 VARCHAR)
SELECT average FROM table_28846752_9 WHERE bbi = "3/27"
What is the average when the BBI is 3/27?
CREATE TABLE table_28846752_9 (average VARCHAR, bbi VARCHAR)
SELECT stadium FROM table_name_60 WHERE final_score = "31-28"
At what stadium was the final score 31-28?
CREATE TABLE table_name_60 (stadium VARCHAR, final_score VARCHAR)
SELECT street_address FROM table_name_70 WHERE floors = 17
What is the Street Address of the Building with 17 Floors?
CREATE TABLE table_name_70 (street_address VARCHAR, floors VARCHAR)
SELECT episode_title FROM table_28967275_2 WHERE series__number = 14
What is the title of the episode with series number 14?
CREATE TABLE table_28967275_2 (episode_title VARCHAR, series__number VARCHAR)
SELECT week FROM table_name_57 WHERE game_site = "giants stadium"
Which week has giants stadium as the game site?
CREATE TABLE table_name_57 (week VARCHAR, game_site VARCHAR)
SELECT MAX(yes_votes) FROM table_256286_19 WHERE no_votes = 61307
What is the largest number of yest votes for the measure with 61307 no votes?
CREATE TABLE table_256286_19 (yes_votes INTEGER, no_votes VARCHAR)
SELECT SUM(fa_trophy) FROM table_name_98 WHERE player = "tony hemmings" AND league > 15
What FA trophys have tony hemmings as the player, with a league greater than 15?
CREATE TABLE table_name_98 (fa_trophy INTEGER, player VARCHAR, league VARCHAR)
SELECT cardinalatial_order_and_title FROM table_name_84 WHERE elector = "pedro martínez de luna y gotor"
What is the Cardinalatial order and title that Pedro Martínez de Luna y Gotor elevated?
CREATE TABLE table_name_84 (cardinalatial_order_and_title VARCHAR, elector VARCHAR)
SELECT split_off___continuation_of FROM table_name_40 WHERE date = "1836"
Which church had a Split off/Continuation in 1836?
CREATE TABLE table_name_40 (split_off___continuation_of VARCHAR, date VARCHAR)
SELECT T2.dept_name, T1.dept_code FROM professor AS T1 JOIN department AS T2 ON T1.dept_code = T2.dept_code WHERE T1.prof_high_degree = 'Ph.D.' GROUP BY T1.dept_code ORDER BY COUNT(*) DESC LIMIT 1
What is the name of department where has the largest number of professors with a Ph.D. degree?
CREATE TABLE professor (dept_code VARCHAR, prof_high_degree VARCHAR); CREATE TABLE department (dept_name VARCHAR, dept_code VARCHAR)
SELECT version FROM table_name_97 WHERE standard_name = "itu g.992.3 annex j"
What's the version of Itu g.992.3 Annex J?
CREATE TABLE table_name_97 (version VARCHAR, standard_name VARCHAR)
SELECT MIN(silver) FROM table_name_70 WHERE gold < 0
what is the lowest amount of silver when the gold is less than 0?
CREATE TABLE table_name_70 (silver INTEGER, gold INTEGER)