answer
stringlengths
32
484
context
stringlengths
27
489
question
stringlengths
12
244
SELECT COUNT(evening_gown) FROM table_name_57 WHERE swimsuit < 9.36 AND average < 9.23
CREATE TABLE table_name_57 (evening_gown VARCHAR, swimsuit VARCHAR, average VARCHAR)
Which is the total number of evening gowns for swimsui less than 9.36 and average less than 9.23?
SELECT MIN(average) FROM table_name_42 WHERE interview > 9.57 AND country = "delaware" AND evening_gown > 9.77
CREATE TABLE table_name_42 (average INTEGER, evening_gown VARCHAR, interview VARCHAR, country VARCHAR)
Name the lowest average for interview more than 9.57 and delaware and evening gown more than 9.77
SELECT SUM(swimsuit) FROM table_name_31 WHERE average > 9.23 AND country = "delaware" AND interview > 9.73
CREATE TABLE table_name_31 (swimsuit INTEGER, interview VARCHAR, average VARCHAR, country VARCHAR)
Name the sum of swimsuit for average more than 9.23 for delaware for interview more than 9.73
SELECT SUM(average) FROM table_name_99 WHERE interview > 9.57 AND swimsuit > 9.65
CREATE TABLE table_name_99 (average INTEGER, interview VARCHAR, swimsuit VARCHAR)
Name the sum of average for interview more than 9.57 and swimsuit more than 9.65
SELECT evening_gown FROM table_name_90 WHERE swimsuit > 9.51 AND country = "maryland"
CREATE TABLE table_name_90 (evening_gown VARCHAR, swimsuit VARCHAR, country VARCHAR)
Name the evening gown for swimsuit more than 9.51 for maryland
SELECT MAX(points_awarded__platinum_) FROM table_name_51 WHERE points_awarded__gold_ = 9 AND points_awarded__silver_ > 6
CREATE TABLE table_name_51 (points_awarded__platinum_ INTEGER, points_awarded__gold_ VARCHAR, points_awarded__silver_ VARCHAR)
What points awarded are higher than 6 but smaller than 9
SELECT tyre FROM table_name_50 WHERE pole_position = "jacky ickx" AND race = "canadian grand prix"
CREATE TABLE table_name_50 (tyre VARCHAR, pole_position VARCHAR, race VARCHAR)
In the Canadian Grand Prix, what tyre was used when Jacky Ickx held pole position?
SELECT circuit FROM table_name_16 WHERE tyre = "d" AND pole_position = "jochen rindt" AND fastest_lap = "jackie stewart"
CREATE TABLE table_name_16 (circuit VARCHAR, fastest_lap VARCHAR, tyre VARCHAR, pole_position VARCHAR)
When Jackie Stewart had the fastest lap and Jochen Rindt held the pole position with a D tyre, what was the circuit?
SELECT circuit FROM table_name_28 WHERE winning_driver = "jochen rindt"
CREATE TABLE table_name_28 (circuit VARCHAR, winning_driver VARCHAR)
What was the circuit when Jochen Rindt won?
SELECT tyre FROM table_name_81 WHERE circuit = "kyalami"
CREATE TABLE table_name_81 (tyre VARCHAR, circuit VARCHAR)
What tyre was used in Kyalami?
SELECT driver FROM table_name_11 WHERE grid = 10
CREATE TABLE table_name_11 (driver VARCHAR, grid VARCHAR)
Which driver had a grid number of 10?
SELECT constructor FROM table_name_55 WHERE grid < 3 AND time_retired = "1:34:31.522"
CREATE TABLE table_name_55 (constructor VARCHAR, grid VARCHAR, time_retired VARCHAR)
Which constructor had a grid number of less than 3 and where the Time/Retired was 1:34:31.522?
SELECT constructor FROM table_name_22 WHERE time_retired = "collision" AND grid < 18 AND driver = "nick heidfeld"
CREATE TABLE table_name_22 (constructor VARCHAR, driver VARCHAR, time_retired VARCHAR, grid VARCHAR)
Which constructor had a Time/Retired of collision, where the grid number was less than 18 and Nick Heidfeld was the driver?
SELECT record FROM table_name_64 WHERE date = "may 20"
CREATE TABLE table_name_64 (record VARCHAR, date VARCHAR)
What was the record on May 20?
SELECT height_in_ft FROM table_name_70 WHERE no_s_ = "24"
CREATE TABLE table_name_70 (height_in_ft VARCHAR, no_s_ VARCHAR)
What is the height in feet of player number 24?
SELECT school_club_team_country FROM table_name_27 WHERE years_for_rockets = "1967-68"
CREATE TABLE table_name_27 (school_club_team_country VARCHAR, years_for_rockets VARCHAR)
Who is the school, club, team or country that the Rockets played for 1967-68?
SELECT player FROM table_name_48 WHERE position = "infielder" AND hometown = "atlanta, ga"
CREATE TABLE table_name_48 (player VARCHAR, position VARCHAR, hometown VARCHAR)
Which player has a Position of infielder, and a Hometown of atlanta, ga?
SELECT mlb_draft FROM table_name_7 WHERE school = "green valley high school"
CREATE TABLE table_name_7 (mlb_draft VARCHAR, school VARCHAR)
What MLB draft has a School of green valley high school?
SELECT position FROM table_name_26 WHERE school = "green valley high school"
CREATE TABLE table_name_26 (position VARCHAR, school VARCHAR)
Which position has a School of green valley high school?
SELECT position FROM table_name_61 WHERE player = "chad hutchinson"
CREATE TABLE table_name_61 (position VARCHAR, player VARCHAR)
Which position has a Player of chad hutchinson?
SELECT position FROM table_name_71 WHERE school = "petal high school"
CREATE TABLE table_name_71 (position VARCHAR, school VARCHAR)
Which position has a School of petal high school?
SELECT date FROM table_name_23 WHERE week = 8
CREATE TABLE table_name_23 (date VARCHAR, week VARCHAR)
What is the date of week 8?
SELECT MIN(week) FROM table_name_4 WHERE attendance = 48 OFFSET 102
CREATE TABLE table_name_4 (week INTEGER, attendance VARCHAR)
Which week has the lowest attendance of 48,102?
SELECT year FROM table_name_68 WHERE runs = "144"
CREATE TABLE table_name_68 (year VARCHAR, runs VARCHAR)
What was the year with runs of 144?
SELECT city_country FROM table_name_51 WHERE venue = "adelaide oval"
CREATE TABLE table_name_51 (city_country VARCHAR, venue VARCHAR)
Name the place where adelaide oval is
SELECT AVG(zone) FROM table_name_64 WHERE stations = "waddon marsh tram stop"
CREATE TABLE table_name_64 (zone INTEGER, stations VARCHAR)
Name the average zone for waddon marsh tram stop
SELECT stations FROM table_name_58 WHERE managed_by = "tramlink" AND zone = 5 AND platforms = 1
CREATE TABLE table_name_58 (stations VARCHAR, platforms VARCHAR, managed_by VARCHAR, zone VARCHAR)
Name the stations for zone 5 and 1 platform by tramlink
SELECT COUNT(platforms) FROM table_name_41 WHERE stations = "waddon railway station"
CREATE TABLE table_name_41 (platforms VARCHAR, stations VARCHAR)
Name the total number of platforms that waddon railway station has
SELECT AVG(zone) FROM table_name_54 WHERE stations = "waddon railway station" AND platforms > 2
CREATE TABLE table_name_54 (zone INTEGER, stations VARCHAR, platforms VARCHAR)
Name the average zone for waddon railway station and has more than 2 platforms
SELECT record FROM table_name_20 WHERE opponent = "bob ostovich"
CREATE TABLE table_name_20 (record VARCHAR, opponent VARCHAR)
What is Bob Ostovich's opponents record?
SELECT location FROM table_name_72 WHERE opponent = "jimmy smith"
CREATE TABLE table_name_72 (location VARCHAR, opponent VARCHAR)
What location is Jimmy Smith fighting in?
SELECT away FROM table_name_22 WHERE record = "7-4" AND win__percentage = 0.637 AND season = "2010"
CREATE TABLE table_name_22 (away VARCHAR, season VARCHAR, record VARCHAR, win__percentage VARCHAR)
What is the away score with a record of 7-4, win% of 0.637, and 2010 season?
SELECT MIN(win__percentage) FROM table_name_53 WHERE away = "3-2" AND season = "2011"
CREATE TABLE table_name_53 (win__percentage INTEGER, away VARCHAR, season VARCHAR)
What was the lowest win% with an away score of 3-2 in 2011 season?
SELECT MIN(win__percentage) FROM table_name_66 WHERE season = "1999-2013"
CREATE TABLE table_name_66 (win__percentage INTEGER, season VARCHAR)
What is the lowest win% in the 1999-2013 season?
SELECT record FROM table_name_99 WHERE year = 1925
CREATE TABLE table_name_99 (record VARCHAR, year VARCHAR)
What's the record during 1925?
SELECT MIN(year) FROM table_name_2 WHERE event = "discus throw"
CREATE TABLE table_name_2 (year INTEGER, event VARCHAR)
What is the earliest year that the discus throw event occur?
SELECT haydon FROM table_name_68 WHERE ben_tahir = "33"
CREATE TABLE table_name_68 (haydon VARCHAR, ben_tahir VARCHAR)
What Haydon had a 33 Ben-Tahir?
SELECT gauthier FROM table_name_65 WHERE liscumb = "15"
CREATE TABLE table_name_65 (gauthier VARCHAR, liscumb VARCHAR)
What Gauthier had a 15 Liscumb?
SELECT ben_tahir FROM table_name_82 WHERE liscumb = "6" AND libweshya = "3"
CREATE TABLE table_name_82 (ben_tahir VARCHAR, liscumb VARCHAR, libweshya VARCHAR)
What Ben-Tahir has a 6 Liscumb and 3 Libweshya?
SELECT bello FROM table_name_35 WHERE liscumb = "27" AND libweshya = "6539"
CREATE TABLE table_name_35 (bello VARCHAR, liscumb VARCHAR, libweshya VARCHAR)
What Bello has a 27 Liscumb and 6539 Libweshya?
SELECT furtenbacher FROM table_name_6 WHERE liscumb = "6" AND lawrance = "10" AND ben_tahir = "24"
CREATE TABLE table_name_6 (furtenbacher VARCHAR, ben_tahir VARCHAR, liscumb VARCHAR, lawrance VARCHAR)
What is the Furtenbacher with a 6 Liscumb, 10 Lawrance, and a 24 Ben-Tahir?
SELECT ben_tahir FROM table_name_92 WHERE doucet = "3269"
CREATE TABLE table_name_92 (ben_tahir VARCHAR, doucet VARCHAR)
What is the Ben-Tahir with a 3269 Doucet?
SELECT MAX(attendance) FROM table_name_68 WHERE loss = "k. gross (1-1)"
CREATE TABLE table_name_68 (attendance INTEGER, loss VARCHAR)
How many attended the game that was a Loss of k. gross (1-1)?
SELECT score FROM table_name_23 WHERE tie_no = "65"
CREATE TABLE table_name_23 (score VARCHAR, tie_no VARCHAR)
What is the score of the game with tie number 65?
SELECT home_team FROM table_name_91 WHERE attendance = "160"
CREATE TABLE table_name_91 (home_team VARCHAR, attendance VARCHAR)
Which Home team had attendance 160?
SELECT record FROM table_name_79 WHERE decision = "ellis" AND visitor = "vancouver"
CREATE TABLE table_name_79 (record VARCHAR, decision VARCHAR, visitor VARCHAR)
What is the record of the game with a decision of Ellis and Vancouver as the visitor?
SELECT record FROM table_name_45 WHERE decision = "mason" AND home = "nashville"
CREATE TABLE table_name_45 (record VARCHAR, decision VARCHAR, home VARCHAR)
What is the record of the game with Mason as the decision and Nashville as the home team?
SELECT date FROM table_name_27 WHERE decision = "ellis" AND visitor = "st. louis"
CREATE TABLE table_name_27 (date VARCHAR, decision VARCHAR, visitor VARCHAR)
What is the date with Ellis as the decision and St. Louis as the visitor?
SELECT visitor FROM table_name_67 WHERE record = "31–31–8"
CREATE TABLE table_name_67 (visitor VARCHAR, record VARCHAR)
Which visiting team had a record of 31–31–8?
SELECT hometown FROM table_name_45 WHERE player = "jeff lebo"
CREATE TABLE table_name_45 (hometown VARCHAR, player VARCHAR)
Where is Jeff Lebo's hometown?
SELECT player FROM table_name_49 WHERE hometown = "houston, tx"
CREATE TABLE table_name_49 (player VARCHAR, hometown VARCHAR)
Who is the player from Houston, TX?
SELECT MIN(year) FROM table_name_99 WHERE entrant = "rotary watches stanley brm" AND chassis = "brm p207" AND points > 0
CREATE TABLE table_name_99 (year INTEGER, points VARCHAR, entrant VARCHAR, chassis VARCHAR)
What is the earliest year with an entry from Rotary Watches Stanley BRM and a BRM P207 with more than 0 points?
SELECT points FROM table_name_68 WHERE year < 1977 AND engine = "cosworth v8" AND entrant = "hb bewaking alarm systems"
CREATE TABLE table_name_68 (points VARCHAR, entrant VARCHAR, year VARCHAR, engine VARCHAR)
How many points were there in a year earlier than 1977, a Cosworth V8 engine, and an entry from HB Bewaking alarm systems?
SELECT report FROM table_name_88 WHERE race = "argentine grand prix"
CREATE TABLE table_name_88 (report VARCHAR, race VARCHAR)
What is the report for the race of Argentine Grand Prix?
SELECT tyre FROM table_name_22 WHERE pole_position = "jerry hoyt"
CREATE TABLE table_name_22 (tyre VARCHAR, pole_position VARCHAR)
What is the Tyre when Jerry Hoyt was the pole position?
SELECT constructor FROM table_name_89 WHERE tyre = "c" AND pole_position = "eugenio castellotti"
CREATE TABLE table_name_89 (constructor VARCHAR, tyre VARCHAR, pole_position VARCHAR)
Who was the constructor when Eugenio Castellotti was the pole position and the race had a C tyre?
SELECT fastest_lap FROM table_name_2 WHERE constructor = "mercedes" AND race = "british grand prix"
CREATE TABLE table_name_2 (fastest_lap VARCHAR, constructor VARCHAR, race VARCHAR)
What was the fastest lap time at the British Grand Prix with Mercedes as the constructor?
SELECT high_points FROM table_name_20 WHERE high_rebounds = "nick collison (14)"
CREATE TABLE table_name_20 (high_points VARCHAR, high_rebounds VARCHAR)
Who scored the High points in the game with High rebounds by Nick Collison (14)?
SELECT transfer_fee FROM table_name_41 WHERE source = "fcbarcelona.cat" AND country = "fra" AND name = "henry"
CREATE TABLE table_name_41 (transfer_fee VARCHAR, name VARCHAR, source VARCHAR, country VARCHAR)
What is henry transfer fee at fcbarcelona.cat in fra?
SELECT grid FROM table_name_57 WHERE time_retired = "hydraulics"
CREATE TABLE table_name_57 (grid VARCHAR, time_retired VARCHAR)
What was the Grid with a hydraulics time/required?
SELECT grid FROM table_name_24 WHERE constructor = "toyota" AND time_retired = "+1:09.718"
CREATE TABLE table_name_24 (grid VARCHAR, constructor VARCHAR, time_retired VARCHAR)
What is the grid with a Toyota constructor and +1:09.718 as time/retired?
SELECT grid FROM table_name_55 WHERE laps = "71" AND driver = "allan mcnish"
CREATE TABLE table_name_55 (grid VARCHAR, laps VARCHAR, driver VARCHAR)
What is the grid with 71 laps and the driver, Allan McNish.
SELECT laps FROM table_name_60 WHERE driver = "jacques villeneuve"
CREATE TABLE table_name_60 (laps VARCHAR, driver VARCHAR)
How many laps did Jacques Villeneuve have?
SELECT constructor FROM table_name_50 WHERE driver = "heinz-harald frentzen"
CREATE TABLE table_name_50 (constructor VARCHAR, driver VARCHAR)
What is the constructor of the driver Heinz-Harald Frentzen?
SELECT rank FROM table_name_66 WHERE year = "2012" AND out_of > 176
CREATE TABLE table_name_66 (rank VARCHAR, year VARCHAR, out_of VARCHAR)
Tell me the rank for year of 2012 and out of larger than 176
SELECT year FROM table_name_11 WHERE rank > 35 AND out_of = 167
CREATE TABLE table_name_11 (year VARCHAR, rank VARCHAR, out_of VARCHAR)
Tell me the year for rank more than 35 and out of 167
SELECT uci_points FROM table_name_88 WHERE team = "rabobank"
CREATE TABLE table_name_88 (uci_points VARCHAR, team VARCHAR)
How many UCI points did Rabobank score?
SELECT team FROM table_name_81 WHERE country = "france" AND uci_points = "15"
CREATE TABLE table_name_81 (team VARCHAR, country VARCHAR, uci_points VARCHAR)
What team in France had 15 UCi points?
SELECT country FROM table_name_24 WHERE assets_us$billion = "x" AND inception = "2007" AND abbreviation = "adic"
CREATE TABLE table_name_24 (country VARCHAR, abbreviation VARCHAR, assets_us$billion VARCHAR, inception VARCHAR)
Which country has assets of x, an inception of 2007, and an abbreviation of adic?
SELECT abbreviation FROM table_name_88 WHERE country = "libya"
CREATE TABLE table_name_88 (abbreviation VARCHAR, country VARCHAR)
What's the abbreviation for libya?
SELECT origin FROM table_name_1 WHERE abbreviation = "atf"
CREATE TABLE table_name_1 (origin VARCHAR, abbreviation VARCHAR)
What's the origin for the country abbreviated atf?
SELECT inception FROM table_name_47 WHERE assets_us$billion = "25.5" AND abbreviation = "psf"
CREATE TABLE table_name_47 (inception VARCHAR, assets_us$billion VARCHAR, abbreviation VARCHAR)
What's the inception for the country with 25.5 billion USD in assets and an abbreviation of psf?
SELECT country FROM table_name_61 WHERE abbreviation = "kia"
CREATE TABLE table_name_61 (country VARCHAR, abbreviation VARCHAR)
Which country has an abbreviation of kia?
SELECT abbreviation FROM table_name_79 WHERE inception = "1999" AND assets_us$billion = "7.1"
CREATE TABLE table_name_79 (abbreviation VARCHAR, inception VARCHAR, assets_us$billion VARCHAR)
What's the abbreviation for the country with an inception of 1999 and US$Billion assets of 7.1?
SELECT away_team FROM table_name_47 WHERE home_team = "essendon"
CREATE TABLE table_name_47 (away_team VARCHAR, home_team VARCHAR)
What was the opponent of the home team of essendon?
SELECT cast FROM table_name_80 WHERE director = "b. reeves eason and joseph kane"
CREATE TABLE table_name_80 (cast VARCHAR, director VARCHAR)
Tell me the cast for b. reeves eason and joseph kane
SELECT director FROM table_name_29 WHERE serial_title = "heroes of the wild"
CREATE TABLE table_name_29 (director VARCHAR, serial_title VARCHAR)
I want the director for heroes of the wild
SELECT year FROM table_name_13 WHERE serial_title = "the three musketeers"
CREATE TABLE table_name_13 (year VARCHAR, serial_title VARCHAR)
I want the year for the three musketeers
SELECT cast FROM table_name_75 WHERE director = "colbert clark and armand schaefer" AND serial_title = "burn 'em up barnes"
CREATE TABLE table_name_75 (cast VARCHAR, director VARCHAR, serial_title VARCHAR)
I want the cast for director of colbert clark and armand schaefer for burn 'em up barnes
SELECT SUM(crowd) FROM table_name_69 WHERE venue = "kardinia park"
CREATE TABLE table_name_69 (crowd INTEGER, venue VARCHAR)
How large was the crowd at the Kardinia Park venue games?
SELECT home_team AS score FROM table_name_3 WHERE away_team = "carlton"
CREATE TABLE table_name_3 (home_team VARCHAR, away_team VARCHAR)
What was the score of the Home team that played against Carlton's Away game?
SELECT pick FROM table_name_42 WHERE player = "mark hayes"
CREATE TABLE table_name_42 (pick VARCHAR, player VARCHAR)
What was the pick number when mark hayes was drafted?
SELECT school_club_team FROM table_name_93 WHERE pick = 63
CREATE TABLE table_name_93 (school_club_team VARCHAR, pick VARCHAR)
Which team had a pick of 63?
SELECT school_club_team FROM table_name_44 WHERE position = "linebacker" AND pick < 288
CREATE TABLE table_name_44 (school_club_team VARCHAR, position VARCHAR, pick VARCHAR)
Which team had a position of linebacker with a pick smaller of 288?
SELECT player FROM table_name_70 WHERE round < 8 AND school_club_team = "louisville"
CREATE TABLE table_name_70 (player VARCHAR, round VARCHAR, school_club_team VARCHAR)
What player did louisville pick when the round was below 8?
SELECT outcome FROM table_name_81 WHERE score = "3–6, 6–3, 6–0"
CREATE TABLE table_name_81 (outcome VARCHAR, score VARCHAR)
What was the outcome of the game that had a score of 3–6, 6–3, 6–0?
SELECT outcome FROM table_name_77 WHERE score = "7–5, 6–3" AND date = "27 july 2003"
CREATE TABLE table_name_77 (outcome VARCHAR, score VARCHAR, date VARCHAR)
On 27 July 2003 what was the outcome of the game that resulted in a score of 7–5, 6–3?
SELECT score FROM table_name_29 WHERE opponent_in_the_final = "lenka novotnΓ‘"
CREATE TABLE table_name_29 (score VARCHAR, opponent_in_the_final VARCHAR)
What was the final score of the game against Lenka NovotnΓ‘?
SELECT opponent_in_the_final FROM table_name_23 WHERE surface = "clay" AND score = "6–4, 6–4"
CREATE TABLE table_name_23 (opponent_in_the_final VARCHAR, surface VARCHAR, score VARCHAR)
In the surface of clay who was the opponent in the game resulting in a score of 6–4, 6–4?
SELECT score FROM table_name_75 WHERE opponent_in_the_final = "ana ivanovic"
CREATE TABLE table_name_75 (score VARCHAR, opponent_in_the_final VARCHAR)
What was the final score of the game against opponent Ana Ivanovic?
SELECT SUM(grid) FROM table_name_12 WHERE time_retired = "+58.182" AND laps < 67
CREATE TABLE table_name_12 (grid INTEGER, time_retired VARCHAR, laps VARCHAR)
What is the total grid number where the time/retired is +58.182 and the lap number is less than 67?
SELECT name_of_horse FROM table_name_77 WHERE year_inducted = 2011 AND broodmare_sire = "cowboy p-12"
CREATE TABLE table_name_77 (name_of_horse VARCHAR, year_inducted VARCHAR, broodmare_sire VARCHAR)
What horse was induced in 2011 with a sire of cowboy p-12?
SELECT home_team FROM table_name_65 WHERE away_team = "hawthorn"
CREATE TABLE table_name_65 (home_team VARCHAR, away_team VARCHAR)
Who was the home team that played against hawthorn?
SELECT away_team FROM table_name_15 WHERE home_team = "collingwood"
CREATE TABLE table_name_15 (away_team VARCHAR, home_team VARCHAR)
Who was the away team playing against collingwood?
SELECT MAX(crowd) FROM table_name_65 WHERE venue = "punt road oval"
CREATE TABLE table_name_65 (crowd INTEGER, venue VARCHAR)
What was the biggest crowd at punt road oval?
SELECT home_team FROM table_name_56 WHERE venue = "windy hill"
CREATE TABLE table_name_56 (home_team VARCHAR, venue VARCHAR)
Who is the home team based at windy hill?
SELECT MIN(gold) FROM table_name_45 WHERE silver < 23 AND rank > 5 AND bronze = 6
CREATE TABLE table_name_45 (gold INTEGER, bronze VARCHAR, silver VARCHAR, rank VARCHAR)
What is the low gold total for nations with under 23 silvers, ranked beloe 5, and 6 bronzes?
SELECT MAX(silver) FROM table_name_61 WHERE gold = 3 AND bronze < 5
CREATE TABLE table_name_61 (silver INTEGER, gold VARCHAR, bronze VARCHAR)
What is the high silver total for nations with 3 golds and under 5 bronzes?
SELECT COUNT(silver) FROM table_name_60 WHERE bronze < 6 AND gold > 3
CREATE TABLE table_name_60 (silver VARCHAR, bronze VARCHAR, gold VARCHAR)
How many silvers for nations with over 3 golds and under 6 bronzes?
SELECT MIN(crowd) FROM table_name_13 WHERE venue = "corio oval"
CREATE TABLE table_name_13 (crowd INTEGER, venue VARCHAR)
What was the smallest crowd in games at the corio oval?