answer
stringlengths
18
557
question
stringlengths
12
244
context
stringlengths
27
484
SELECT COUNT(*) FROM purchase AS T1 JOIN member AS T2 ON T1.member_id = T2.member_id WHERE T2.level = 6
What is the total number of purchases for members with level 6?
CREATE TABLE member (member_id VARCHAR, level VARCHAR); CREATE TABLE purchase (member_id VARCHAR)
SELECT rank__week_ FROM table_name_73 WHERE viewers__millions_ > 7.14 AND rank__night_ = "5" AND rating / SHARE(18 - 49) = 2.9 / 10
What is the weekly rank of the episode with more than 7.14mil viewers, a nightly rank of 5, and a rating/share of 2.9/10?
CREATE TABLE table_name_73 (rank__week_ VARCHAR, viewers__millions_ VARCHAR, rank__night_ VARCHAR, rating VARCHAR)
SELECT displacement FROM table_name_20 WHERE fuel_system = "carburettor" AND power = "ps (kw; hp)" AND model = "2000"
What is the displacement when the fuel system is carburettor, and a power of ps (kw; hp), and also has a model of 2000?
CREATE TABLE table_name_20 (displacement VARCHAR, model VARCHAR, fuel_system VARCHAR, power VARCHAR)
SELECT general_classification FROM table_name_74 WHERE mountains_classification = "david loosli" AND stage = "3"
What's the general classification of stage 3 with David Loosli as the mountains classification?
CREATE TABLE table_name_74 (general_classification VARCHAR, mountains_classification VARCHAR, stage VARCHAR)
SELECT silver FROM table_name_86 WHERE notes = "6.24km, 23controls"
What is Silver, when Notes is "6.24km, 23controls"?
CREATE TABLE table_name_86 (silver VARCHAR, notes VARCHAR)
SELECT COUNT(pick) FROM table_name_72 WHERE name = "matt moran" AND round > 6
How many picks does Matt Moran have altogether after round 6?
CREATE TABLE table_name_72 (pick VARCHAR, name VARCHAR, round VARCHAR)
SELECT time FROM table_name_42 WHERE laps = 22 AND grid = 15
What is Time, when Laps is 22, and when Grid is 15?
CREATE TABLE table_name_42 (time VARCHAR, laps VARCHAR, grid VARCHAR)
SELECT state_ & _federal FROM table_11608735_3 WHERE property_taxes = "17,199,210"
Name the state and federal when property taxes is 17,199,210
CREATE TABLE table_11608735_3 (state_ VARCHAR, _federal VARCHAR, property_taxes VARCHAR)
SELECT date FROM table_name_30 WHERE loss = "johnson (9-8)"
What was the date of the game that had a loss of Johnson (9-8)?
CREATE TABLE table_name_30 (date VARCHAR, loss VARCHAR)
SELECT institutional_authority FROM table_11869952_1 WHERE rocket_launch = "Rehnuma-8"
Which authority has a rocket launch called rehnuma-8?
CREATE TABLE table_11869952_1 (institutional_authority VARCHAR, rocket_launch VARCHAR)
SELECT MAX(episodes) FROM table_22837363_1 WHERE viewers__in_millions_ = "5.74"
What was the highest amount of episodes for the season with 5.74 million viewers?
CREATE TABLE table_22837363_1 (episodes INTEGER, viewers__in_millions_ VARCHAR)
SELECT MAX(sf_round) FROM table_23293785_3 WHERE driver = "Duncan Tappy"
What round does Duncan Tappy drive in?
CREATE TABLE table_23293785_3 (sf_round INTEGER, driver VARCHAR)
SELECT home_team AS score FROM table_name_16 WHERE home_team = "fitzroy"
What was Fitzroy's score when they were the home team?
CREATE TABLE table_name_16 (home_team VARCHAR)
SELECT COUNT(afinsa) FROM table_1818471_1 WHERE value = "5P"
How many different numbers for Afinsa when value is 5p?
CREATE TABLE table_1818471_1 (afinsa VARCHAR, value VARCHAR)
SELECT to_par FROM table_name_46 WHERE player = "jimmy hines"
What is the to par that has jimmy hines as the player?
CREATE TABLE table_name_46 (to_par VARCHAR, player VARCHAR)
SELECT MAX(points) FROM table_name_26 WHERE drawn < 2 AND games < 6
What was the highest points where there were less than 2 drawn and the games were less than 6?
CREATE TABLE table_name_26 (points INTEGER, drawn VARCHAR, games VARCHAR)
SELECT player FROM table_name_22 WHERE to_par = "+2" AND score = 78 - 69 - 68 = 215
Who had a to par of +2 and a score of 78-69-68=215?
CREATE TABLE table_name_22 (player VARCHAR, to_par VARCHAR, score VARCHAR)
SELECT semester, YEAR FROM takes GROUP BY semester, YEAR ORDER BY COUNT(*) LIMIT 1
Find the semester and year which has the least number of student taking any class.
CREATE TABLE takes (semester VARCHAR, YEAR VARCHAR)
SELECT result FROM table_name_71 WHERE attendance > 67 OFFSET 702
What is the result of the game with an attendance greater than 67,702?
CREATE TABLE table_name_71 (result VARCHAR, attendance INTEGER)
SELECT AVG(year) FROM table_name_93 WHERE competition = "olympic games" AND venue = "atlanta, united states"
Which Year has a Competition of olympic games, and a Venue of atlanta, united states?
CREATE TABLE table_name_93 (year INTEGER, competition VARCHAR, venue VARCHAR)
SELECT MIN(year) FROM table_name_2 WHERE event = "discus throw"
What is the earliest year that the discus throw event occur?
CREATE TABLE table_name_2 (year INTEGER, event VARCHAR)
SELECT away_team AS score FROM table_name_37 WHERE home_team = "footscray"
What did the away team score when playing Footscray?
CREATE TABLE table_name_37 (away_team VARCHAR, home_team VARCHAR)
SELECT SUM(decile) FROM table_name_64 WHERE area = "whitianga" AND roll < 835
What is the total decile with an Area of whitianga, and a Roll smaller than 835?
CREATE TABLE table_name_64 (decile INTEGER, area VARCHAR, roll VARCHAR)
SELECT AVG(points) FROM table_name_11 WHERE wins < 1 AND season = "2012" AND podiums < 0
What is the average number of points in the 2012 season, which has less than 1 wins and less than 0 podiums?
CREATE TABLE table_name_11 (points INTEGER, podiums VARCHAR, wins VARCHAR, season VARCHAR)
SELECT Official_Name, Status FROM city ORDER BY Population DESC LIMIT 1
List the official name and status of the city with the largest population.
CREATE TABLE city (Official_Name VARCHAR, Status VARCHAR, Population VARCHAR)
SELECT COUNT(time_to_ft__m__at_40) AS °__seconds_ FROM table_name_80 WHERE shell__lb_ = 16 AND max_height__ft_ < 22 OFFSET 000
What is the amount of time (sum) at 40° that it takes a 16 lb shell to reach a maximum of no more than 22,000 ft?
CREATE TABLE table_name_80 (time_to_ft__m__at_40 VARCHAR, shell__lb_ VARCHAR, max_height__ft_ VARCHAR)
SELECT batsmen FROM table_name_83 WHERE year = "1982"
Who is the Batsman from the year 1982?
CREATE TABLE table_name_83 (batsmen VARCHAR, year VARCHAR)
SELECT f_id FROM song WHERE resolution > (SELECT MAX(resolution) FROM song WHERE rating < 8)
What is ids of the songs whose resolution is higher than the resolution of any songs with rating lower than 8?
CREATE TABLE song (f_id VARCHAR, resolution INTEGER, rating INTEGER)
SELECT points_2 FROM table_17359181_1 WHERE won = 30
What is every value for Points 2 when the value of won is 30?
CREATE TABLE table_17359181_1 (points_2 VARCHAR, won VARCHAR)
SELECT date FROM table_name_48 WHERE award = "£6,600"
What date was the award of £6,600 was given?
CREATE TABLE table_name_48 (date VARCHAR, award VARCHAR)
SELECT MAX(gold) FROM table_name_94 WHERE total < 4 AND silver = 1 AND bronze < 2 AND rank = "13"
Which is the highest Gold that has a total smaller than 4 and a silver of 1, and a bronze smaller than 2, and a rank of 13?
CREATE TABLE table_name_94 (gold INTEGER, rank VARCHAR, bronze VARCHAR, total VARCHAR, silver VARCHAR)
SELECT SUM(T2.balance), T1.name FROM accounts AS T1 JOIN savings AS T2 ON T1.custid = T2.custid GROUP BY T1.name
Find the total saving balance for each account name.
CREATE TABLE savings (balance INTEGER, custid VARCHAR); CREATE TABLE accounts (name VARCHAR, custid VARCHAR)
SELECT COUNT(original_air_date) FROM table_25341765_1 WHERE directed_by = "Michael McCullers"
How many episodes were directed by Michael McCullers?
CREATE TABLE table_25341765_1 (original_air_date VARCHAR, directed_by VARCHAR)
SELECT title FROM table_11665016_2 WHERE written_by = "Anthony E. Zuiker & Ken Solarz"
Which episode was written by anthony e. zuiker & ken solarz
CREATE TABLE table_11665016_2 (title VARCHAR, written_by VARCHAR)
SELECT placings FROM table_name_34 WHERE free < 524.3 AND total < 1170.1 AND name = "per cock-clausen"
Can you tell me the Placings that hasthe Free smaller than 524.3, and the Total smaller than 1170.1, and the Name of per cock-clausen?
CREATE TABLE table_name_34 (placings VARCHAR, name VARCHAR, free VARCHAR, total VARCHAR)
SELECT MAX(lane) FROM table_name_82 WHERE mark = "2:02.27 nr" AND heat < 2
What is the highest lane value for a mark of 2:02.27 NR, with heats under 2?
CREATE TABLE table_name_82 (lane INTEGER, mark VARCHAR, heat VARCHAR)
SELECT winner FROM table_14016079_1 WHERE circuit = "Symmons Plains Raceway"
Who was the winner on the Symmons Plains Raceway?
CREATE TABLE table_14016079_1 (winner VARCHAR, circuit VARCHAR)
SELECT location FROM table_name_28 WHERE date = "2009-09-05"
Where was the incident of 2009-09-05?
CREATE TABLE table_name_28 (location VARCHAR, date VARCHAR)
SELECT SUM(events) FROM table_name_66 WHERE cuts_made > 12 AND top_5 > 2 AND top_10 > 11
How many total events have cuts made over 12, more than 2 top-5s, and more than 11 top-10s?
CREATE TABLE table_name_66 (events INTEGER, top_10 VARCHAR, cuts_made VARCHAR, top_5 VARCHAR)
SELECT city_of_license FROM table_name_47 WHERE brand = "txdot har"
What is the city of txdot har?
CREATE TABLE table_name_47 (city_of_license VARCHAR, brand VARCHAR)
SELECT AVG(attendance) FROM table_name_39 WHERE location = "veterans stadium" AND game > 3 AND time = "2:21"
what is the attendance when the location is veterans stadium, the game is more than 3 and the time is 2:21?
CREATE TABLE table_name_39 (attendance INTEGER, time VARCHAR, location VARCHAR, game VARCHAR)
SELECT MAX(inflation_index__2000) = 100 AS _ FROM table_name_34 WHERE year < 1980
What year before 1980 has is the highest Inflation Index (2000=100)?
CREATE TABLE table_name_34 (year INTEGER, inflation_index__2000 INTEGER)
SELECT SUM(avg_g) FROM table_name_75 WHERE name = "john conner" AND long < 25
what is the avg/g for john conner when long is less than 25?
CREATE TABLE table_name_75 (avg_g INTEGER, name VARCHAR, long VARCHAR)
SELECT current_rank FROM table_name_63 WHERE ring_name = "kimurayama mamoru"
What is Current Rank, when Ring Name is Kimurayama Mamoru?
CREATE TABLE table_name_63 (current_rank VARCHAR, ring_name VARCHAR)
SELECT player FROM table_name_56 WHERE college = "alberta"
What Player has a College that is alberta?
CREATE TABLE table_name_56 (player VARCHAR, college VARCHAR)
SELECT COUNT(tries_for) FROM table_12886178_5 WHERE tries_against = "45" AND losing_bonus = "4"
How many clubs have a tries against count of 45 and a losing bonus of 4?
CREATE TABLE table_12886178_5 (tries_for VARCHAR, tries_against VARCHAR, losing_bonus VARCHAR)
SELECT date FROM table_name_23 WHERE competition = "2004 afc asian cup qualifier"
Name the date for 2004 afc asian cup qualifier
CREATE TABLE table_name_23 (date VARCHAR, competition VARCHAR)
SELECT AVG(money___) AS $__ FROM table_name_94 WHERE country = "united states" AND player = "lanny wadkins"
What was the average money for United States when Lanny Wadkins played?
CREATE TABLE table_name_94 (money___ INTEGER, country VARCHAR, player VARCHAR)
SELECT time FROM table_name_24 WHERE rank < 8 AND speed = "104.567mph"
What is the time of the rider who has a rank smaller than 8 and speed of 104.567mph?
CREATE TABLE table_name_24 (time VARCHAR, rank VARCHAR, speed VARCHAR)
SELECT original_title FROM table_15277629_1 WHERE director = "Suzana Amaral"
Name the original title of the Suzana Amaral film
CREATE TABLE table_15277629_1 (original_title VARCHAR, director VARCHAR)
SELECT COUNT(district) FROM table_1342379_20 WHERE incumbent = "John J. Douglass"
How many districts does john j. douglass represent?
CREATE TABLE table_1342379_20 (district VARCHAR, incumbent VARCHAR)
SELECT fc_matches FROM table_name_18 WHERE total = "24"
Which FC match has a total of 24?
CREATE TABLE table_name_18 (fc_matches VARCHAR, total VARCHAR)
SELECT date_of_vacancy FROM table_11207040_6 WHERE team = "Greenock Morton"
What days is greenock morton vacant?
CREATE TABLE table_11207040_6 (date_of_vacancy VARCHAR, team VARCHAR)
SELECT winning_driver FROM table_name_78 WHERE pole_position = "joakim bonnier"
What driver was the winner when Joakim Bonnier was in the Pole Position?
CREATE TABLE table_name_78 (winning_driver VARCHAR, pole_position VARCHAR)
SELECT date FROM table_name_76 WHERE results¹ = "1:2"
On what Date was the Results¹ 1:2?
CREATE TABLE table_name_76 (date VARCHAR, results¹ VARCHAR)
SELECT try_bonus FROM table_17941032_3 WHERE lost = "11" AND losing_bonus = "6"
Name the try bonus for lost being 11 and losing bonus is 6
CREATE TABLE table_17941032_3 (try_bonus VARCHAR, lost VARCHAR, losing_bonus VARCHAR)
SELECT event__number FROM table_22050544_1 WHERE winner = "what is 7x6"
What is the event # when the winner is what is 7x6?
CREATE TABLE table_22050544_1 (event__number VARCHAR, winner VARCHAR)
SELECT position FROM table_name_51 WHERE level = 3 AND nationality = "saint kitts and nevis"
What is the Position of the Level 3 winner from Saint Kitts and Nevis?
CREATE TABLE table_name_51 (position VARCHAR, level VARCHAR, nationality VARCHAR)
SELECT playoffs FROM table_name_52 WHERE open_cup = "did not qualify" AND regular_season = "3rd, south atlantic"
What shows for Playoffs when the Open Cup shows as did not qualify, and a Regular Season was 3rd, south atlantic?
CREATE TABLE table_name_52 (playoffs VARCHAR, open_cup VARCHAR, regular_season VARCHAR)
SELECT COUNT(year) FROM table_name_28 WHERE competition = "olympic games" AND event = "400 m"
How many years was the 400 m event in the olympic games?
CREATE TABLE table_name_28 (year VARCHAR, competition VARCHAR, event VARCHAR)
SELECT school FROM table_name_57 WHERE city = "brookville"
Which school comes from Brookville?
CREATE TABLE table_name_57 (school VARCHAR, city VARCHAR)
SELECT MIN(win_percentage) FROM table_name_59 WHERE gb_[c_] = "17" AND reds_season = 1989
What was the lowest percentages of wins in 1989 with a GB [c] of 17?
CREATE TABLE table_name_59 (win_percentage INTEGER, reds_season VARCHAR, gb_ VARCHAR, c_ VARCHAR)
SELECT away_team AS score FROM table_name_89 WHERE venue = "mcg"
What was the away team score for the game played at MCG?
CREATE TABLE table_name_89 (away_team VARCHAR, venue VARCHAR)
SELECT SUM(lost) FROM table_name_24 WHERE goals_against = 222 AND points > 78
How many losses have 222 as the goals against, with points greater than 78?
CREATE TABLE table_name_24 (lost INTEGER, goals_against VARCHAR, points VARCHAR)
SELECT COUNT(finale_weight) FROM table_28654454_5 WHERE starting_bmi = "33.1"
How many contestants had a starting bmi of 33.1?
CREATE TABLE table_28654454_5 (finale_weight VARCHAR, starting_bmi VARCHAR)
SELECT original_title FROM table_name_15 WHERE film_title_used_in_nomination = "monga"
What is Original Title, when Film Title Used In Nomination is "Monga"?
CREATE TABLE table_name_15 (original_title VARCHAR, film_title_used_in_nomination VARCHAR)
SELECT player FROM table_name_29 WHERE country = "fiji"
Name the player for fiji
CREATE TABLE table_name_29 (player VARCHAR, country VARCHAR)
SELECT player FROM table_12962773_2 WHERE position = "Center"
What player plays center?
CREATE TABLE table_12962773_2 (player VARCHAR, position VARCHAR)
SELECT champion__seed_ FROM table_name_78 WHERE score = "65–56"
What was the Champion of the Game with a Score of 65–56?
CREATE TABLE table_name_78 (champion__seed_ VARCHAR, score VARCHAR)
SELECT song FROM table_name_23 WHERE year > 1976 AND music_director_s_ = "rahul dev burman"
What song was written after 1976 and directed by Rahul Dev Burman?
CREATE TABLE table_name_23 (song VARCHAR, year VARCHAR, music_director_s_ VARCHAR)
SELECT winners FROM table_name_86 WHERE runners_up = "chemnitzer fc ii"
Who was the winner when the runner-up was Chemnitzer FC II?
CREATE TABLE table_name_86 (winners VARCHAR, runners_up VARCHAR)
SELECT mens_singles FROM table_14903491_1 WHERE year = 1989
Name the mens singles for 1989
CREATE TABLE table_14903491_1 (mens_singles VARCHAR, year VARCHAR)
SELECT position FROM table_name_38 WHERE level = "tier 3" AND season < 1999
Which Position has a Level of tier 3 and a Season smaller than 1999?
CREATE TABLE table_name_38 (position VARCHAR, level VARCHAR, season VARCHAR)
SELECT high_rebounds FROM table_23285805_6 WHERE game = 42
Who has the most rebounds for game 42?
CREATE TABLE table_23285805_6 (high_rebounds VARCHAR, game VARCHAR)
SELECT MAX(points) FROM table_2817196_1
What is the largest number of points in a season?
CREATE TABLE table_2817196_1 (points INTEGER)
SELECT record FROM table_17360840_5 WHERE location = "BankAtlantic Center"
When they played at the Bankatlantic Center, what was their record?
CREATE TABLE table_17360840_5 (record VARCHAR, location VARCHAR)
SELECT sign FROM table_name_94 WHERE burmese = "taninganwe တနင်္ဂနွေ"
What is the sign of the Burmese taninganwe တနင်္ဂနွေ?
CREATE TABLE table_name_94 (sign VARCHAR, burmese VARCHAR)
SELECT COUNT(*) FROM APPELLATIONS WHERE County = "Napa"
How many appelations are in Napa Country?
CREATE TABLE APPELLATIONS (County VARCHAR)
SELECT MAX(round) FROM table_name_78 WHERE pick < 261 AND position = "halfback" AND player = "ed smith"
What is the highest round of Ed Smith, who had a pick higher than 261 and played halfback?
CREATE TABLE table_name_78 (round INTEGER, player VARCHAR, pick VARCHAR, position VARCHAR)
SELECT color_commentator_s_ FROM table_name_42 WHERE sideline_reporter_s_ = "eric dickerson and melissa stark" AND year = 2001
Who was the color commentator for Eric Dickerson and Melissa Stark in 2001?
CREATE TABLE table_name_42 (color_commentator_s_ VARCHAR, sideline_reporter_s_ VARCHAR, year VARCHAR)
SELECT rank FROM table_name_7 WHERE name = "tatyana lebedeva"
What rank does Tatyana Lebedeva have?
CREATE TABLE table_name_7 (rank VARCHAR, name VARCHAR)
SELECT record FROM table_27882867_8 WHERE team = "Philadelphia"
What was the team's record against philadelphia?
CREATE TABLE table_27882867_8 (record VARCHAR, team VARCHAR)
SELECT word_wrap_support FROM table_name_65 WHERE format = "mobipocket"
Which Word wrap support has a Format of mobipocket?
CREATE TABLE table_name_65 (word_wrap_support VARCHAR, format VARCHAR)
SELECT play FROM table_name_20 WHERE year = 1976
Name the play for 1976
CREATE TABLE table_name_20 (play VARCHAR, year VARCHAR)
SELECT T1.name FROM Person AS T1 JOIN PersonFriend AS T2 ON T1.name = T2.name WHERE T2.friend = 'Zach' AND T1.gender = 'female'
Find the names of females who are friends with Zach
CREATE TABLE PersonFriend (name VARCHAR, friend VARCHAR); CREATE TABLE Person (name VARCHAR, gender VARCHAR)
SELECT date FROM table_name_64 WHERE home_team = "collingwood"
What day did Collingwood play as the home team?
CREATE TABLE table_name_64 (date VARCHAR, home_team VARCHAR)
SELECT kv_85_m1943 FROM table_name_51 WHERE kv_1s_m1942 = "45"
What's the KV-85 when the KV-1S is 45?
CREATE TABLE table_name_51 (kv_85_m1943 VARCHAR, kv_1s_m1942 VARCHAR)
SELECT preliminaries FROM table_name_99 WHERE swimsuit < 8.948 AND interview = 8.997
What is the preliminaries of the contestant with a swimsuit less than 8.948 and an interview of 8.997?
CREATE TABLE table_name_99 (preliminaries VARCHAR, swimsuit VARCHAR, interview VARCHAR)
SELECT MAX(cable_rank) FROM table_24399615_6
What is the highest cable ranking?
CREATE TABLE table_24399615_6 (cable_rank INTEGER)
SELECT MIN(attendance) FROM table_name_34 WHERE visitor = "nashville"
When Nashville was the visiting team what was the lowest Attendance shown?
CREATE TABLE table_name_34 (attendance INTEGER, visitor VARCHAR)
SELECT COUNT(alt_name) FROM table_12141496_1 WHERE id = "1964-011A"
How many alt names does 1964-011a have?
CREATE TABLE table_12141496_1 (alt_name VARCHAR, id VARCHAR)
SELECT SUM(position) FROM table_name_31 WHERE points_1 < 36 AND goals_for < 40 AND drawn < 9
what is the position when the points 1 is less than 36, goals for is less than 40 and drawn is less than 9?
CREATE TABLE table_name_31 (position INTEGER, drawn VARCHAR, points_1 VARCHAR, goals_for VARCHAR)
SELECT solar_panel FROM table_25042332_26 WHERE region = "Atacama"
What is atacama's percentage of solar panels?
CREATE TABLE table_25042332_26 (solar_panel VARCHAR, region VARCHAR)
SELECT COUNT(ppi__pixels_per_inch__) FROM table_27653752_1 WHERE ppcm__pixels_per_cm__ = 87
How many different PPI does the model with ppcm of 87 have?
CREATE TABLE table_27653752_1 (ppi__pixels_per_inch__ VARCHAR, ppcm__pixels_per_cm__ VARCHAR)
SELECT _number FROM table_25360865_1 WHERE last_school = "Florida Air Academy"
Name the number for florida air academy
CREATE TABLE table_25360865_1 (_number VARCHAR, last_school VARCHAR)
SELECT competition FROM table_name_52 WHERE date = "25/08/07"
What was the competition on 25/08/07?
CREATE TABLE table_name_52 (competition VARCHAR, date VARCHAR)
SELECT composition_name FROM table_23829490_1 WHERE music_library = "Heart of Asia" AND media_type = "Album" AND genre = "Trance"
What is every composition name when the music library is Heart of Asia and media type is album with the Trance genre?
CREATE TABLE table_23829490_1 (composition_name VARCHAR, genre VARCHAR, music_library VARCHAR, media_type VARCHAR)
SELECT pole_position FROM table_1137695_3 WHERE grand_prix = "Monaco grand_prix"
Who was on the pole position at the monaco grand prix?
CREATE TABLE table_1137695_3 (pole_position VARCHAR, grand_prix VARCHAR)
SELECT AVG(units_sold) FROM table_name_46 WHERE publisher = "square enix"
Tell me the average units sold for square enix
CREATE TABLE table_name_46 (units_sold INTEGER, publisher VARCHAR)
SELECT MIN(draw) FROM table_name_76 WHERE english_translation = "someone like you"
For the English translation Someone Like You, what is the lowest draw?
CREATE TABLE table_name_76 (draw INTEGER, english_translation VARCHAR)