answer
stringlengths
18
557
question
stringlengths
12
244
context
stringlengths
27
484
SELECT MIN(draws) FROM table_name_50 WHERE against > 2638
What was the lowest draw when the against was larger than 2638?
CREATE TABLE table_name_50 (draws INTEGER, against INTEGER)
SELECT COUNT(course_id) FROM Student_Course_Enrolment
How many distinct courses are enrolled in by students?
CREATE TABLE Student_Course_Enrolment (course_id VARCHAR)
SELECT years_for_jazz FROM table_name_38 WHERE player = "andre owens"
Which player is Andre Owens in Year for Jazz?
CREATE TABLE table_name_38 (years_for_jazz VARCHAR, player VARCHAR)
SELECT call_sign FROM table_name_83 WHERE frequency_mhz > 90.1 AND erp_w = 1
Tell me the call sign which has a frequency Mhz more than 90.1 and ERP W of 1
CREATE TABLE table_name_83 (call_sign VARCHAR, frequency_mhz VARCHAR, erp_w VARCHAR)
SELECT constructor FROM table_name_48 WHERE "report" = "report" AND year = "1955"
What is the name of the constructor when report shows report in 1955?
CREATE TABLE table_name_48 (constructor VARCHAR, year VARCHAR)
SELECT builder FROM table_name_18 WHERE railway = "rhodesia railways"
Which builder has a railway of Rhodesia Railways?
CREATE TABLE table_name_18 (builder VARCHAR, railway VARCHAR)
SELECT COUNT(national_titles) FROM table_14115168_4 WHERE school = "Peru State College"
how many big wins does peru state college have
CREATE TABLE table_14115168_4 (national_titles VARCHAR, school VARCHAR)
SELECT MIN(wins) FROM table_name_15 WHERE byes < 2
What is the lowest wins with less than 2 Byes?
CREATE TABLE table_name_15 (wins INTEGER, byes INTEGER)
SELECT civil_parish FROM table_30120547_1 WHERE townland = "Cappanaboul"
What is the civil parish of the cappanaboul townland?
CREATE TABLE table_30120547_1 (civil_parish VARCHAR, townland VARCHAR)
SELECT COUNT(canadian_viewers__millions_) FROM table_25640730_7 WHERE directed_by = "Yannick Bisson"
If the director is Yannick Bisson, what was the Canadian amount of viewers?
CREATE TABLE table_25640730_7 (canadian_viewers__millions_ VARCHAR, directed_by VARCHAR)
SELECT venue FROM table_name_90 WHERE home_team = "south melbourne"
What venue had south melbourne as the home team?
CREATE TABLE table_name_90 (venue VARCHAR, home_team VARCHAR)
SELECT founded FROM table_22171978_1 WHERE institution = "Ateneo de Manila University"
What year was the ateneo de manila university founded?
CREATE TABLE table_22171978_1 (founded VARCHAR, institution VARCHAR)
SELECT ole_miss FROM table_name_65 WHERE arkansas = "chuck dicus"
Who was the Ole Miss player associated with Chuck Dicus?
CREATE TABLE table_name_65 (ole_miss VARCHAR, arkansas VARCHAR)
SELECT opponent FROM table_name_44 WHERE city = "louisville"
Who was the opponent when the city was Louisville?
CREATE TABLE table_name_44 (opponent VARCHAR, city VARCHAR)
SELECT fleet_numbers FROM table_name_10 WHERE diagram = 186 AND lot_no = 30798
Name the fleet numbers for diagram of 186 and lot number of 30798
CREATE TABLE table_name_10 (fleet_numbers VARCHAR, diagram VARCHAR, lot_no VARCHAR)
SELECT MAX(no_in_series) FROM table_27255755_1 WHERE us_viewers__millions_ = "9.17"
What is the highest series number with 9.17 million US viewers?
CREATE TABLE table_27255755_1 (no_in_series INTEGER, us_viewers__millions_ VARCHAR)
SELECT episode FROM table_name_52 WHERE result = "nominated" AND nominee_s_ = "walon green, joe sachs"
For what episode was the nominee (s) Walon Green, Joe Sachs nominated as a result?
CREATE TABLE table_name_52 (episode VARCHAR, result VARCHAR, nominee_s_ VARCHAR)
SELECT location FROM table_name_63 WHERE runner_up = "ed c. kingsley" AND year = "1939"
What is the location where ed c. kingsley was the runner-up in 1939?
CREATE TABLE table_name_63 (location VARCHAR, runner_up VARCHAR, year VARCHAR)
SELECT record FROM table_22801165_1 WHERE date = "Nov. 5"
What was the Cowboys' record for Nov. 5, 1966?
CREATE TABLE table_22801165_1 (record VARCHAR, date VARCHAR)
SELECT AVG(places) FROM table_name_71 WHERE nation = "united states" AND rank = 8
What is the Places amount of the United States Ranking 8?
CREATE TABLE table_name_71 (places INTEGER, nation VARCHAR, rank VARCHAR)
SELECT city_code FROM Student WHERE Fname = "Linda" AND Lname = "Smith"
Which city does student Linda Smith live in?
CREATE TABLE Student (city_code VARCHAR, Fname VARCHAR, Lname VARCHAR)
SELECT T1.city FROM city AS T1 JOIN temperature AS T2 ON T1.city_id = T2.city_id WHERE T2.Mar < T2.Jul INTERSECT SELECT T3.city FROM city AS T3 JOIN hosting_city AS T4 ON T3.city_id = T4.host_city
Give me a list of cities whose temperature in Mar is lower than that in July and which have also served as host cities?
CREATE TABLE city (city VARCHAR, city_id VARCHAR); CREATE TABLE hosting_city (host_city VARCHAR); CREATE TABLE temperature (city_id VARCHAR, Mar INTEGER, Jul VARCHAR)
SELECT country FROM table_name_68 WHERE time = "1:29.43.60"
What is Country, when Time is 1:29.43.60?
CREATE TABLE table_name_68 (country VARCHAR, time VARCHAR)
SELECT original_air_date FROM table_13336122_3 WHERE directed_by = "David Duchovny"
When did the episode directed by David Duchovny originally air?
CREATE TABLE table_13336122_3 (original_air_date VARCHAR, directed_by VARCHAR)
SELECT total_poll___percentage_ FROM table_20683381_3 WHERE against___percentage_ = "13,895 (27.3)"
When 13,895 (27.3) is the percentage against what is the toll poll percentage?
CREATE TABLE table_20683381_3 (total_poll___percentage_ VARCHAR, against___percentage_ VARCHAR)
SELECT MAX(erp_w) FROM table_name_22 WHERE call_sign = "w262ac"
What is listed as the highest ERP W with a Call sign of W262AC?
CREATE TABLE table_name_22 (erp_w INTEGER, call_sign VARCHAR)
SELECT carpet FROM table_name_1 WHERE clay = "1–0" AND hard = "1–1"
Which carpet has a Clay of 1–0 and a Hard 1–1?
CREATE TABLE table_name_1 (carpet VARCHAR, clay VARCHAR, hard VARCHAR)
SELECT area FROM table_name_50 WHERE name = "mackenzie college"
What area is named Mackenzie college?
CREATE TABLE table_name_50 (area VARCHAR, name VARCHAR)
SELECT compression_ratio FROM table_name_41 WHERE engine = "302-2v windsor v8"
What is the compression ratio for the 302-2v Windsor v8 engine?
CREATE TABLE table_name_41 (compression_ratio VARCHAR, engine VARCHAR)
SELECT no_6 FROM table_name_56 WHERE no_10 = "joshua" AND no_8 = "andrew"
What is the No. 6 of the person with a No. 10 of Joshua and a No. 8 of Andrew?
CREATE TABLE table_name_56 (no_6 VARCHAR, no_10 VARCHAR, no_8 VARCHAR)
SELECT second FROM table_name_38 WHERE lead = "euan byers"
Who is second on the team with Euan Byers at lead?
CREATE TABLE table_name_38 (second VARCHAR, lead VARCHAR)
SELECT constructor FROM table_1140088_6 WHERE race_name = "I Italian Republic Grand Prix"
Who constructed the I Italian Republic Grand Prix?
CREATE TABLE table_1140088_6 (constructor VARCHAR, race_name VARCHAR)
SELECT re_entered_service__p_ FROM table_name_22 WHERE entered_service__t_ = "18 june 1956" AND pre_conversion = "t328"
What date did the T328 that entered service on 18 June 1956 re-enter service?
CREATE TABLE table_name_22 (re_entered_service__p_ VARCHAR, entered_service__t_ VARCHAR, pre_conversion VARCHAR)
SELECT studio FROM table_name_33 WHERE gross_rental = "$7,500,000"
What is the Studio of the Film with a Gross rental of $7,500,000?
CREATE TABLE table_name_33 (studio VARCHAR, gross_rental VARCHAR)
SELECT MAX(channel) FROM table_name_12 WHERE aspect = "4:3" AND psip_short_name = "ibc-tv"
Name the highest Channel with an Aspect of 4:3, and a PSIP Short Name of ibc-tv?
CREATE TABLE table_name_12 (channel INTEGER, aspect VARCHAR, psip_short_name VARCHAR)
SELECT COUNT(total) FROM table_name_72 WHERE silver > 6 AND nation = "norway" AND gold > 10
What is the total number of medals of Norway with a silver medal count greater than 6 and a gold medal count greater than 10?
CREATE TABLE table_name_72 (total VARCHAR, gold VARCHAR, silver VARCHAR, nation VARCHAR)
SELECT SUM(laps) FROM table_name_6 WHERE time_retired = "+19.475"
What is the sum of laps that has a time/retired that is +19.475?
CREATE TABLE table_name_6 (laps INTEGER, time_retired VARCHAR)
SELECT reg_season FROM table_2511876_1 WHERE year = 2001
Mame the reg season for 2001
CREATE TABLE table_2511876_1 (reg_season VARCHAR, year VARCHAR)
SELECT written_by FROM table_28140578_1 WHERE no_in_series = 19
Who wrote episode number 19 in the series?
CREATE TABLE table_28140578_1 (written_by VARCHAR, no_in_series VARCHAR)
SELECT location FROM table_22165661_3 WHERE tournament = 1999
What is the location of the 1999 tournament?
CREATE TABLE table_22165661_3 (location VARCHAR, tournament VARCHAR)
SELECT fname, lname FROM Student WHERE NOT StuID IN (SELECT T1.StuID FROM Has_allergy AS T1 JOIN Allergy_Type AS T2 ON T1.Allergy = T2.Allergy WHERE T2.allergytype = "food")
List the first and last name of the students who do not have any food type allergy.
CREATE TABLE Student (fname VARCHAR, lname VARCHAR, StuID VARCHAR); CREATE TABLE Allergy_Type (Allergy VARCHAR, allergytype VARCHAR); CREATE TABLE Has_allergy (StuID VARCHAR, Allergy VARCHAR)
SELECT name FROM table_name_76 WHERE qual_1 = "58.991"
What is the name of the racer with a first-qualifying time of 58.991?
CREATE TABLE table_name_76 (name VARCHAR, qual_1 VARCHAR)
SELECT MAX(joined) FROM table_name_84 WHERE conference_championships = 5 AND institution = "university of north carolina"
What is the latest year joined with a Conference championships of 5, and an Institution of university of north carolina?
CREATE TABLE table_name_84 (joined INTEGER, conference_championships VARCHAR, institution VARCHAR)
SELECT years FROM table_name_27 WHERE roll > 23 AND decile > 5
Name the Years of schools with a Roll Larger than 23 and a Decile greater than 5.
CREATE TABLE table_name_27 (years VARCHAR, roll VARCHAR, decile VARCHAR)
SELECT entrant FROM table_name_39 WHERE year = 1952
Name the entrant for year of 1952
CREATE TABLE table_name_39 (entrant VARCHAR, year VARCHAR)
SELECT position_in_table FROM table_26593762_3 WHERE outgoing_manager = "Brian Laws"
What was the table position for the team whose outgoing manager was Brian Laws?
CREATE TABLE table_26593762_3 (position_in_table VARCHAR, outgoing_manager VARCHAR)
SELECT COUNT(result) FROM table_15778392_1 WHERE theme = "Year They Were Born"
WHERE THE THEME WAS "YEAR THEY WERE BORN," WHAT THE TOTAL NUMBER OF RESULTS?
CREATE TABLE table_15778392_1 (result VARCHAR, theme VARCHAR)
SELECT years FROM table_name_31 WHERE authority = "state" AND name = "tahunanui school"
What years are listed for the Tahunanui school with an authority of state?
CREATE TABLE table_name_31 (years VARCHAR, authority VARCHAR, name VARCHAR)
SELECT COUNT(total) FROM table_name_83 WHERE player = "bernhard langer"
What is the total for Bernhard Langer?
CREATE TABLE table_name_83 (total VARCHAR, player VARCHAR)
SELECT MAX(losses) FROM table_name_15 WHERE draws < 0
Which Losses have Draws smaller than 0?
CREATE TABLE table_name_15 (losses INTEGER, draws INTEGER)
SELECT score FROM table_name_13 WHERE country = "australia"
What did the golfer from Australia score?
CREATE TABLE table_name_13 (score VARCHAR, country VARCHAR)
SELECT COUNT(passed) FROM table_256286_40 WHERE yes_votes = 390338
How many votes passed are listed on the measure that had 390338 yes votes?
CREATE TABLE table_256286_40 (passed VARCHAR, yes_votes VARCHAR)
SELECT away FROM table_name_40 WHERE round = "second round"
What is the away where the round is the second round?
CREATE TABLE table_name_40 (away VARCHAR, round VARCHAR)
SELECT score FROM table_name_33 WHERE country = "united states" AND player = "raymond floyd"
Which Score has a Country of united states, and a Player of raymond floyd?
CREATE TABLE table_name_33 (score VARCHAR, country VARCHAR, player VARCHAR)
SELECT name FROM table_name_31 WHERE out_of < 149 AND rank = 18
Which Name had a Rank of 18 Out of a number smaller than 149?
CREATE TABLE table_name_31 (name VARCHAR, out_of VARCHAR, rank VARCHAR)
SELECT SUM(avg_g) FROM table_name_91 WHERE gain = 16 AND name = "barnes, freddie" AND loss < 2
Which Avg/G has a Gain of 16, and a Name of barnes, freddie, and a Loss smaller than 2?
CREATE TABLE table_name_91 (avg_g INTEGER, loss VARCHAR, gain VARCHAR, name VARCHAR)
SELECT SUM(rank) FROM table_name_84 WHERE nation = "hungary (hun)" AND bronze < 0
What is the total rank of Hungary (HUN) when the bronze medals were less than 0?
CREATE TABLE table_name_84 (rank INTEGER, nation VARCHAR, bronze VARCHAR)
SELECT singular_word FROM table_name_18 WHERE singular_abbreviation = "p."
A singular abbreviation of p. is used for what singular word?
CREATE TABLE table_name_18 (singular_word VARCHAR, singular_abbreviation VARCHAR)
SELECT COUNT(offensive) FROM table_23265433_2 WHERE overall = "Colin Doyle"
Name the total number of offensive for colin doyle
CREATE TABLE table_23265433_2 (offensive VARCHAR, overall VARCHAR)
SELECT olivier FROM table_29728787_1 WHERE la_roche = "Karl Ridderbusch"
When karl ridderbusch is the la roche who is the olivier?
CREATE TABLE table_29728787_1 (olivier VARCHAR, la_roche VARCHAR)
SELECT home FROM table_name_56 WHERE date = "april 1"
Which Home has a Date of april 1?
CREATE TABLE table_name_56 (home VARCHAR, date VARCHAR)
SELECT country FROM table_name_84 WHERE player = "greg norman"
What country is Greg Norman from?
CREATE TABLE table_name_84 (country VARCHAR, player VARCHAR)
SELECT country FROM table_name_68 WHERE rank = 2
What country is ranked #2?
CREATE TABLE table_name_68 (country VARCHAR, rank VARCHAR)
SELECT country FROM table_name_64 WHERE player = "raymond floyd"
What is player raymond floyd's country?
CREATE TABLE table_name_64 (country VARCHAR, player VARCHAR)
SELECT COUNT(top_10) FROM table_name_69 WHERE starts = 7 AND avg_finish < 16.7
How many top 10s belong to the team with a start of 7 and an average finish less than 16.7?
CREATE TABLE table_name_69 (top_10 VARCHAR, starts VARCHAR, avg_finish VARCHAR)
SELECT record FROM table_name_23 WHERE visitor = "pittsburgh" AND score = "4–0"
Which Record has a Visitor of pittsburgh, and a Score of 4–0?
CREATE TABLE table_name_23 (record VARCHAR, visitor VARCHAR, score VARCHAR)
SELECT current_streak FROM table_15740666_6 WHERE last_meeting = "12/5/1987"
if they played last on 12/5/1987 what is their record
CREATE TABLE table_15740666_6 (current_streak VARCHAR, last_meeting VARCHAR)
SELECT high_points FROM table_11960196_3 WHERE game = 5
Who did the high points of game 5?
CREATE TABLE table_11960196_3 (high_points VARCHAR, game VARCHAR)
SELECT MAX(league_cup) FROM table_name_95 WHERE player = "steed malbranque"
What is the highest League Cup with a Player that is steed malbranque?
CREATE TABLE table_name_95 (league_cup INTEGER, player VARCHAR)
SELECT SUM(rank) FROM table_name_26 WHERE notes = "fa" AND time = "6:41.45"
What is the rank for the team that had a time of 6:41.45 and note FA?
CREATE TABLE table_name_26 (rank INTEGER, notes VARCHAR, time VARCHAR)
SELECT COUNT(title) FROM table_10953197_4 WHERE production_code = "2395113A"
What's the total number of episodes with the production code 2395113A?
CREATE TABLE table_10953197_4 (title VARCHAR, production_code VARCHAR)
SELECT res FROM table_name_6 WHERE method = "decision (unanimous)" AND opponent = "marcus aurélio"
In the match against Marcus Aurélio with a method of decision (unanimous), what was the results?
CREATE TABLE table_name_6 (res VARCHAR, method VARCHAR, opponent VARCHAR)
SELECT owner FROM table_name_80 WHERE trainer = "steve klesaris"
Who was the owner of the trainer Steve Klesaris?
CREATE TABLE table_name_80 (owner VARCHAR, trainer VARCHAR)
SELECT MIN(points) FROM table_name_95 WHERE wins = 1
What is the least amount of points when there is 1 win?
CREATE TABLE table_name_95 (points INTEGER, wins VARCHAR)
SELECT location FROM table_15190346_2 WHERE _number = 1
What is the location of #1?
CREATE TABLE table_15190346_2 (location VARCHAR, _number VARCHAR)
SELECT enrollment FROM table_2076463_2 WHERE location_s_ = "St. Louis"
What enrollement would you expect if you were attending the university in St. Louis?
CREATE TABLE table_2076463_2 (enrollment VARCHAR, location_s_ VARCHAR)
SELECT city_of_license FROM table_name_3 WHERE founded = "october 2010"
Name the city of license for when founded is october 2010
CREATE TABLE table_name_3 (city_of_license VARCHAR, founded VARCHAR)
SELECT reason_for_change FROM table_2159571_1 WHERE date_of_successors_formal_installation = "March 16, 1960"
What is every reason for change for the date of successors installation is March 16, 1960?
CREATE TABLE table_2159571_1 (reason_for_change VARCHAR, date_of_successors_formal_installation VARCHAR)
SELECT finish FROM table_name_76 WHERE laps < 197 AND start = "9" AND qual = "152.672"
Where did the driver who started 9 with a qualifing speed of 152.672 and finished fewer than 197 laps finish?
CREATE TABLE table_name_76 (finish VARCHAR, qual VARCHAR, laps VARCHAR, start VARCHAR)
SELECT opponent FROM table_name_13 WHERE score = "3 - 2" AND decision = "raycroft" AND record = "25-29-1"
What was the opponent when the score was 3 - 2, and the decision was Raycroft, with a record of 25-29-1?
CREATE TABLE table_name_13 (opponent VARCHAR, record VARCHAR, score VARCHAR, decision VARCHAR)
SELECT date FROM table_name_83 WHERE record = "65-87"
what team scored 65-87
CREATE TABLE table_name_83 (date VARCHAR, record VARCHAR)
SELECT COUNT(total) FROM table_name_98 WHERE bronze < 3 AND nation = "zimbabwe" AND silver < 6
How many totals have a Bronze smaller than 3, a Nation of zimbabwe, and a Silver smaller than 6?
CREATE TABLE table_name_98 (total VARCHAR, silver VARCHAR, bronze VARCHAR, nation VARCHAR)
SELECT opponent FROM table_name_17 WHERE year = "1992"
Who is the opponent in 1992?
CREATE TABLE table_name_17 (opponent VARCHAR, year VARCHAR)
SELECT MAX(rank) FROM table_1350350_2 WHERE per_capita_income = "$17,013"
what is the maximum rank with per capita income being $17,013
CREATE TABLE table_1350350_2 (rank INTEGER, per_capita_income VARCHAR)
SELECT medal FROM table_name_48 WHERE weight = "fly" AND boxer = "michael conlon"
What medal did Michael Conlon, with a weight of fly, win?
CREATE TABLE table_name_48 (medal VARCHAR, weight VARCHAR, boxer VARCHAR)
SELECT date_of_completion FROM table_12078626_1 WHERE success = "Yes"
what's the date of completion where success is yes
CREATE TABLE table_12078626_1 (date_of_completion VARCHAR, success VARCHAR)
SELECT playoffs FROM table_16636344_1 WHERE year = "2011"
What was the team's playoff status in 2011?
CREATE TABLE table_16636344_1 (playoffs VARCHAR, year VARCHAR)
SELECT district FROM table_25030512_4 WHERE incumbent = "Mike Rogers"
Name the district for mike rogers
CREATE TABLE table_25030512_4 (district VARCHAR, incumbent VARCHAR)
SELECT MAX(bronze) FROM table_name_73 WHERE nation = "south africa" AND total < 20
What is the highest Bronze, when Nation is "South Africa", and when Total is less than 20?
CREATE TABLE table_name_73 (bronze INTEGER, nation VARCHAR, total VARCHAR)
SELECT male_rep FROM table_22410780_1 WHERE artistic_director = "Caroline Rhoads"
Who was the male rep. when Caroline Rhoads was the artistic director?
CREATE TABLE table_22410780_1 (male_rep VARCHAR, artistic_director VARCHAR)
SELECT label FROM table_name_57 WHERE catalogue__number = "cad 2014 cd"
What is the label for CAD 2014 CD?
CREATE TABLE table_name_57 (label VARCHAR, catalogue__number VARCHAR)
SELECT injured FROM table_name_21 WHERE country = "afghanistan"
What is Injured, when Country is "Afghanistan"?
CREATE TABLE table_name_21 (injured VARCHAR, country VARCHAR)
SELECT roomName, decor FROM Rooms WHERE bedtype = 'King' ORDER BY basePrice
List the names and decor of rooms that have a king bed. Sort the list by their price.
CREATE TABLE Rooms (roomName VARCHAR, decor VARCHAR, bedtype VARCHAR, basePrice VARCHAR)
SELECT year FROM table_name_90 WHERE type_of_vehicle = "open wheel" AND racing_series = "formula one" AND nation_of_citizenship = "germany"
What year has the vehicle of open wheel and a racing series of formula one with a Nation of citizenship in Germany.
CREATE TABLE table_name_90 (year VARCHAR, nation_of_citizenship VARCHAR, type_of_vehicle VARCHAR, racing_series VARCHAR)
SELECT party FROM table_1342198_25 WHERE incumbent = "Dewey Short"
What party was Dewey Short associated with?
CREATE TABLE table_1342198_25 (party VARCHAR, incumbent VARCHAR)
SELECT player FROM table_name_83 WHERE hometown = "washington, in"
What player's hometown is Washington, IN?
CREATE TABLE table_name_83 (player VARCHAR, hometown VARCHAR)
SELECT T3.Name, T2.Date, T2.Venue FROM debate_people AS T1 JOIN debate AS T2 ON T1.Debate_ID = T2.Debate_ID JOIN people AS T3 ON T1.Affirmative = T3.People_ID
Show the names of people, and dates and venues of debates they are on the affirmative side.
CREATE TABLE people (Name VARCHAR, People_ID VARCHAR); CREATE TABLE debate (Date VARCHAR, Venue VARCHAR, Debate_ID VARCHAR); CREATE TABLE debate_people (Debate_ID VARCHAR, Affirmative VARCHAR)
SELECT name FROM table_name_51 WHERE red_list < 7
What is the name with a red lest less than 7?
CREATE TABLE table_name_51 (name VARCHAR, red_list INTEGER)
SELECT COUNT(points) FROM table_name_80 WHERE score = "3–0"
How many Points have a Score of 3–0?
CREATE TABLE table_name_80 (points VARCHAR, score VARCHAR)
SELECT format FROM table_name_18 WHERE date = "7 april 2003" AND catalog = "584 2112"
In what format was the release that was dated 7 April 2003 from catalog 584 2112?
CREATE TABLE table_name_18 (format VARCHAR, date VARCHAR, catalog VARCHAR)