sql
stringlengths
9
2.37k
table
stringclasses
9 values
query
stringlengths
51
503
SELECT cust_name, acc_bal FROM customer WHERE cust_name LIKE '%a%'
CREATE TABLE INST, Here is a database schema( table schema);
Find the name and account balance of the customer whose name includes the letter ‘a’.It is not neccessary to use all the tables.
SELECT school FROM table_name_68 WHERE hometown = "winter park, fl"
CREATE TABLE INST, Here is a database schema( table schema);
Which school has a hometown of winter park, FL?It is not neccessary to use all the tables.
SELECT m60a3_patton FROM table_name_66 WHERE m1a1_abrams = "km (mi)"
CREATE TABLE INST, Here is a database schema( table schema);
What is the M60A3 that has an M1A1 of Km (mi)?It is not neccessary to use all the tables.
SELECT date FROM table_name_46 WHERE tournament = "transitions championship"
CREATE TABLE INST, Here is a database schema( table schema);
On what date was the Transitions Championship?It is not neccessary to use all the tables.
SELECT score FROM table_name_7 WHERE place = "t5" AND player = "george archer"
CREATE TABLE INST, Here is a database schema( table schema);
What is Score when Place is "T5" and when Player is "George Archer"?It is not neccessary to use all the tables.
SELECT Constructor FROM table WHERE Grand Prix = brazilian grand prix
CREATE TABLE INST, Here is a database schema( table schema);
What is the constructor for Brazilian Grand Prix?.It is not neccessary to use all the tables.
SELECT COUNT(district) FROM table_2668374_13 WHERE first_elected = "1808" AND incumbent = "George Smith"
CREATE TABLE INST, Here is a database schema( table schema);
How many districts first elected someone in 1808 and had george smith as the incumbent?It is not neccessary to use all the tables.
SELECT Date FROM table WHERE Home/Away Game = away AND Week = 8
CREATE TABLE INST, Here is a database schema( table schema);
What is the date of the away game in week 8?.It is not neccessary to use all the tables.
SELECT Baltimore group FROM table WHERE Family = retroviridae
CREATE TABLE INST, Here is a database schema( table schema);
Which Baltimore group is of the retroviridae family?.It is not neccessary to use all the tables.
SELECT score FROM table_name_11 WHERE opponent = "new york knicks"
CREATE TABLE INST, Here is a database schema( table schema);
What was the final score for the game played against the New York Knicks?It is not neccessary to use all the tables.
SELECT "Best finish" FROM table_31175 WHERE "Player" = 'Carl Paulson'
CREATE TABLE INST, Here is a database schema( table schema);
What is the best finish record for Carl Paulson?It is not neccessary to use all the tables.
SELECT loss FROM table_name_8 WHERE date = "june 22"
CREATE TABLE INST, Here is a database schema( table schema);
Name the loss for june 22It is not neccessary to use all the tables.
SELECT outcome FROM table_name_68 WHERE date = "19-sep-2006"
CREATE TABLE INST, Here is a database schema( table schema);
What was the outcome of the game played on 19-Sep-2006?It is not neccessary to use all the tables.
SELECT shooter FROM table_name_16 WHERE score_points = "13" AND event = "wc kerrville"
CREATE TABLE INST, Here is a database schema( table schema);
Who got 13 score points at wc kerrville?It is not neccessary to use all the tables.
SELECT season FROM table_14609295_4 WHERE overall = "29-7"
CREATE TABLE INST, Here is a database schema( table schema);
What season was the overall record 29-7?It is not neccessary to use all the tables.
SELECT COUNT(company) FROM table_20174050_24 WHERE title = "Deadly Download"
CREATE TABLE INST, Here is a database schema( table schema);
how many companies released an audiobook titled deadly downloadIt is not neccessary to use all the tables.
SELECT AVG(area__km_2__) FROM table_name_38 WHERE name = "stellenbosch" AND population__2011_ > 155 OFFSET 733
CREATE TABLE INST, Here is a database schema( table schema);
For Stellenbosch which has a population larger than 155733 what is the average area?It is not neccessary to use all the tables.
SELECT name FROM table_name_86 WHERE goals < 7 AND rank < 7 AND appearances > 8
CREATE TABLE INST, Here is a database schema( table schema);
Who had less than 7 goals was ranked under 7 and had more than 8 appearances?It is not neccessary to use all the tables.
SELECT SUM(net_profit_loss__sek_) FROM table_name_87 WHERE basic_eps__sek_ = -6.58 AND employees__average_year_ > 31 OFFSET 035
CREATE TABLE INST, Here is a database schema( table schema);
Which Net profit/loss (SEK) has a Basic eps (SEK) of -6.58 and Employees (Average/Year) larger than 31035?It is not neccessary to use all the tables.
SELECT Place FROM table WHERE Country = south africa
CREATE TABLE INST, Here is a database schema( table schema);
What did South Africa place?.It is not neccessary to use all the tables.
SELECT player FROM table_16494599_4 WHERE position = "Guard"
CREATE TABLE INST, Here is a database schema( table schema);
What players play guard?It is not neccessary to use all the tables.
SELECT bronze FROM table_name_55 WHERE silver = "tatiana ryabkina" AND gold = "anne margrethe hausken"
CREATE TABLE INST, Here is a database schema( table schema);
What bronze has tatiana ryabkina as the silver anne margrethe hausken as the gold?It is not neccessary to use all the tables.
SELECT T1.Name FROM member AS T1 JOIN round AS T2 ON T1.Member_ID = T2.Member_ID ORDER BY Rank_in_Round
CREATE TABLE INST, Here is a database schema( table schema);
Show the names of members in ascending order of their rank in rounds.It is not neccessary to use all the tables.
SELECT Home team score FROM table WHERE Away team score = 8.14 (62) AND Away team = essendon
CREATE TABLE INST, Here is a database schema( table schema);
When Essendon scored 8.14 (62), what was the Home team score?.It is not neccessary to use all the tables.
SELECT StuID FROM Student EXCEPT SELECT StuID FROM Participates_in
CREATE TABLE INST, Here is a database schema( table schema);
Show the ids of the students who don't participate in any activity.It is not neccessary to use all the tables.
SELECT home FROM table_name_69 WHERE date = "november 2, 2007"
CREATE TABLE INST, Here is a database schema( table schema);
Who was the home team for the game played on November 2 2007?It is not neccessary to use all the tables.
SELECT 1987 FROM table WHERE 1989 = grand slam tournaments
CREATE TABLE INST, Here is a database schema( table schema);
What is 1987 Grand Slam Tournament if 1989 is also grand slam tournaments?.It is not neccessary to use all the tables.
SELECT title FROM course GROUP BY title HAVING COUNT(*) > 1
CREATE TABLE INST, Here is a database schema( table schema);
Find the title of the course that is offered by more than one department.It is not neccessary to use all the tables.
SELECT icao FROM table_name_54 WHERE city = "ningbo"
CREATE TABLE INST, Here is a database schema( table schema);
What is the ICAO for the airport in Ningbo?It is not neccessary to use all the tables.
SELECT Chassis FROM table WHERE Rank = 24th
CREATE TABLE INST, Here is a database schema( table schema);
Which chassis is ranked 24th?.It is not neccessary to use all the tables.
SELECT third_place FROM table_name_82 WHERE year = 2012
CREATE TABLE INST, Here is a database schema( table schema);
Who took third place in 2012?It is not neccessary to use all the tables.
SELECT position FROM table_name_93 WHERE name = "chris hanburger"
CREATE TABLE INST, Here is a database schema( table schema);
What was Chris Hanburger's position?It is not neccessary to use all the tables.
SELECT Authority FROM table WHERE Area = eastbourne AND Gender = coed
CREATE TABLE INST, Here is a database schema( table schema);
Who is the authority for the coed Eastbourne school?.It is not neccessary to use all the tables.
SELECT Year FROM table WHERE Avg. Start = 27.2
CREATE TABLE INST, Here is a database schema( table schema);
What is every year with average start of 27.2?.It is not neccessary to use all the tables.
SELECT rebounds_per_game FROM table_28547289_1 WHERE minutes_per_game = "35"
CREATE TABLE INST, Here is a database schema( table schema);
How many rebounds per game did Andrej Džaković average when playing 35 minutes per game?It is not neccessary to use all the tables.
SELECT COUNT(DISTINCT demographic.subject_id) FROM demographic INNER JOIN diagnoses ON demographic.hadm_id = diagnoses.hadm_id INNER JOIN lab ON demographic.hadm_id = lab.hadm_id WHERE diagnoses.short_title = "Abnormal loss of weight" AND lab.fluid = "Pleural"
CREATE TABLE INST, Here is a database schema( table schema);
give me the number of patients whose diagnoses short title is abnormal loss of weight and lab test fluid is pleural?It is not neccessary to use all the tables.
SELECT record FROM table_name_89 WHERE game_site = "rich stadium" AND opponent = "new england patriots"
CREATE TABLE INST, Here is a database schema( table schema);
What is the record for the game against New England Patriots at the Rich Stadium?It is not neccessary to use all the tables.
SELECT event_3_deadlift FROM table_28540428_3 WHERE name = "Hennie Jordan"
CREATE TABLE INST, Here is a database schema( table schema);
Name the event 3 deadlift for hennie jordanIt is not neccessary to use all the tables.
SELECT average FROM table_21991074_1 WHERE club = "Chesterfield Spires"
CREATE TABLE INST, Here is a database schema( table schema);
What is Chesterfield Spires average?It is not neccessary to use all the tables.
SELECT Reclassified As FROM table WHERE NVR link = cgn38
CREATE TABLE INST, Here is a database schema( table schema);
Where the NRV link is CGN38, what is the reclassified as?.It is not neccessary to use all the tables.
SELECT MIN(match2) FROM table_24538140_2
CREATE TABLE INST, Here is a database schema( table schema);
What is the lowest score of all games for match 2?It is not neccessary to use all the tables.
SELECT time_retired FROM table_name_48 WHERE grid = 7
CREATE TABLE INST, Here is a database schema( table schema);
What is the time of the driver on grid 7?It is not neccessary to use all the tables.
SELECT atheism FROM table_name_90 WHERE other = "0.08%"
CREATE TABLE INST, Here is a database schema( table schema);
What is the percentage of Atheism associated with an other percentage of 0.08%?It is not neccessary to use all the tables.
SELECT cfl_team FROM table_16575609_5 WHERE player = "Brady Browne"
CREATE TABLE INST, Here is a database schema( table schema);
What teak was Brady Browne drafted onto?It is not neccessary to use all the tables.
SELECT MIN Area (km 2 ) FROM table WHERE Most spoken language = afrikaans AND Place = cannonvale
CREATE TABLE INST, Here is a database schema( table schema);
What is the lowest area for cannonvale that speaks afrikaans?.It is not neccessary to use all the tables.
SELECT MIN To par FROM table WHERE Player = tom watson AND Total > 144
CREATE TABLE INST, Here is a database schema( table schema);
What was Tom Watson's lowest To par when the total was larger than 144?.It is not neccessary to use all the tables.
SELECT Language/dialect FROM table WHERE Basikal = sepeda AND Boleh = bulih
CREATE TABLE INST, Here is a database schema( table schema);
what is the language/dialect when basikal is sepeda and boleh is bulih?.It is not neccessary to use all the tables.
SELECT SUM(city_area_km_2__) FROM table_name_32 WHERE district = "bahawalnagar district" AND city_population__2009_ > 134 OFFSET 936
CREATE TABLE INST, Here is a database schema( table schema);
What is the sum of the area for the bahawalnagar district with a population more than 134936?It is not neccessary to use all the tables.
SELECT COUNT(against) FROM table_name_59 WHERE venue = "h" AND date = "26 february 1949"
CREATE TABLE INST, Here is a database schema( table schema);
What is the total number of Against that were played in the H Venue on 26 february 1949?It is not neccessary to use all the tables.
SELECT first_season_in_top_division FROM table_18143210_2 WHERE club = "UNAM"
CREATE TABLE INST, Here is a database schema( table schema);
When did the club UNAM played the first season in top division?It is not neccessary to use all the tables.
SELECT MAX Goals against FROM table WHERE Club = pontevedra cf AND Played < 38
CREATE TABLE INST, Here is a database schema( table schema);
What is the highest Goals Against, when Club is "Pontevedra CF", and when Played is less than 38?.It is not neccessary to use all the tables.
SELECT SUM(grid) FROM table_name_2 WHERE time_retired = "clutch"
CREATE TABLE INST, Here is a database schema( table schema);
What Grid has a Time/Retired of clutch?It is not neccessary to use all the tables.
SELECT COUNT(mean_elevation) FROM table_1416612_1 WHERE lowest_point = "Gulf of Mexico" AND state = "Texas"
CREATE TABLE INST, Here is a database schema( table schema);
how many mean elevation with lowest point being gulf of mexico and state being texasIt is not neccessary to use all the tables.
SELECT COUNT Year FROM table WHERE HMOs = 27% AND POS plans = 18%
CREATE TABLE INST, Here is a database schema( table schema);
How many years have HMOs been 27% and POS plans 18%?.It is not neccessary to use all the tables.
SELECT external_weapon FROM table_name_59 WHERE cart = "ramhead cart"
CREATE TABLE INST, Here is a database schema( table schema);
What is the external weapon with a ramhead cart?It is not neccessary to use all the tables.
SELECT DISTINCT flight.flight_id FROM airport_service AS AIRPORT_SERVICE_0, airport_service AS AIRPORT_SERVICE_1, airport_service AS AIRPORT_SERVICE_2, city AS CITY_0, city AS CITY_1, city AS CITY_2, flight, flight_stop WHERE ((CITY_1.city_code = AIRPORT_SERVICE_1.city_code AND CITY_1.city_name = 'SAN DIEGO' AND CITY_2...
CREATE TABLE INST, Here is a database schema( table schema);
find a flight from TORONTO to SAN DIEGO with a layover in SAN FRANCISCO on ACIt is not neccessary to use all the tables.
SELECT MIN(district) FROM table_20403667_2 WHERE animal__in_lakh__ = "33.25"
CREATE TABLE INST, Here is a database schema( table schema);
What is the smallest district that had 33.25 in animalsIt is not neccessary to use all the tables.
SELECT COUNT League Cup Goals FROM table WHERE Total Apps = 36 AND Total Goals < 1
CREATE TABLE INST, Here is a database schema( table schema);
How many League Cup Goals have Total Apps of 36, and Total Goals smaller than 1?.It is not neccessary to use all the tables.
SELECT AVG(area__km_2__) FROM table_name_14 WHERE density__inhabitants_km_2__ < 206.2 AND altitude__mslm_ < 85
CREATE TABLE INST, Here is a database schema( table schema);
What is the average area of the city that has a density less than than 206.2 and an altitude of less than 85?It is not neccessary to use all the tables.
SELECT Score FROM table WHERE Opponent = Detroit Red Wings
CREATE TABLE INST, Here is a database schema( table schema);
List the results for all games which involved the detroit red wings..It is not neccessary to use all the tables.
SELECT SUM Rank FROM table WHERE Sites > 62 AND Circuit = cineplex entertainment
CREATE TABLE INST, Here is a database schema( table schema);
what is the rank of the cinema when the number of sites is more than 62 and the circuit is cineplex entertainment?.It is not neccessary to use all the tables.
SELECT attendance FROM table_name_9 WHERE opponent = "houston oilers"
CREATE TABLE INST, Here is a database schema( table schema);
What was the attendance for the game against the Houston Oilers?It is not neccessary to use all the tables.
SELECT "Distance" FROM table_28129 WHERE "Weight (kg)" = '56' AND "Winner/2nd" = '2nd - Fritz'
CREATE TABLE INST, Here is a database schema( table schema);
What was the distance in the race where the weight in kg was 56 and the winner/2nd was 2nd - Fritz?It is not neccessary to use all the tables.
SELECT AVG Attendance FROM table WHERE Tie no < 8 AND Away team = eastwood town
CREATE TABLE INST, Here is a database schema( table schema);
How many people on average attended when Eastwood Town was the away team, and the tie number was less than 8?.It is not neccessary to use all the tables.
SELECT SUM(allsvenskan_titles) FROM table_name_78 WHERE stars_symbolizes = "number of swedish championship titles" AND club = "aik" AND introduced > 2000
CREATE TABLE INST, Here is a database schema( table schema);
How many allsvenskan titles did club aik have after its introduction after 2000 with stars symbolizing the number of swedish championship titles ?It is not neccessary to use all the tables.
SELECT cup_finaldate FROM table_name_44 WHERE winningteam = "brisbane lions (1)"
CREATE TABLE INST, Here is a database schema( table schema);
On what date did the Brisbane Lions (1) win?It is not neccessary to use all the tables.
SELECT "Runner-up" FROM table_59555 WHERE "Season" > '2' AND "Total prize money" = '$108,000'
CREATE TABLE INST, Here is a database schema( table schema);
Who was the runner-up after season 2 when the total prize money was $108,000?It is not neccessary to use all the tables.
SELECT total_area FROM table_name_7 WHERE in_state_area = "053 1,654km 2 639mi 2"
CREATE TABLE INST, Here is a database schema( table schema);
With an in-state area of 053 1654km 2 639mi 2 what is the total area?It is not neccessary to use all the tables.
SELECT Time/Retired FROM table WHERE Constructor = bmw sauber AND Driver = nick heidfeld
CREATE TABLE INST, Here is a database schema( table schema);
What is the Time/Retired for the BMW Sauber, and Nick Heidfeld?.It is not neccessary to use all the tables.
SELECT "name" FROM table_201_29 WHERE "party" = 'independent' ORDER BY JULIANDAY("left office") - JULIANDAY("took office") DESC LIMIT 1
CREATE TABLE INST, Here is a database schema( table schema);
which president who was an independent also had the longest reign for an independent ?It is not neccessary to use all the tables.
SELECT AVG Laps FROM table WHERE Time/Retired = +16.874 secs AND Grid < 5
CREATE TABLE INST, Here is a database schema( table schema);
What are the average Laps for the time/retired of +16.874 secs, and a grid less than 5?.It is not neccessary to use all the tables.
SELECT MIN(time) FROM table_name_66 WHERE nationality = "jamaica" AND lane > 4 AND rank < 1
CREATE TABLE INST, Here is a database schema( table schema);
Name the lowest Time of jamaica with a Lane larger than 4 and a Rank smaller than 1?It is not neccessary to use all the tables.
SELECT points FROM table_15418319_1 WHERE team = "Paulistano"
CREATE TABLE INST, Here is a database schema( table schema);
Name the points for paulistanoIt is not neccessary to use all the tables.
SELECT Result FROM table WHERE Score = 4–0 AND Venue = mbpj stadium
CREATE TABLE INST, Here is a database schema( table schema);
What is the Result of the Competition at MBPJ Stadium with a Score of 4–0?.It is not neccessary to use all the tables.
SELECT Final Venue FROM table WHERE Host Nation(s) = England AND Runner-up = [[|]] 4 points AND Winner = [[|]] 6 points
CREATE TABLE INST, Here is a database schema( table schema);
What was the final venue whene England hasted the competition and the runner-up record is [[|]] 4 points and the winner record is [[|]] 6 points?.It is not neccessary to use all the tables.
SELECT binomial FROM table_name_7 WHERE binary = "θ(log n)" AND fibonacci = "θ(1)"
CREATE TABLE INST, Here is a database schema( table schema);
Binary of θ(log n) and a Fibonacci of θ(1) has what binomial?It is not neccessary to use all the tables.
SELECT COUNT(district) FROM table_1341586_19 WHERE incumbent = "Lindy Boggs"
CREATE TABLE INST, Here is a database schema( table schema);
how many district with incumbent being lindy boggsIt is not neccessary to use all the tables.
SELECT COUNT Year of introduction FROM table WHERE Name / designation = CETME
CREATE TABLE INST, Here is a database schema( table schema);
How many different years was the name/designation cetme?.It is not neccessary to use all the tables.
SELECT 2008 FROM table WHERE 2012 = f
CREATE TABLE INST, Here is a database schema( table schema);
Name the 2008 for 2012 f.It is not neccessary to use all the tables.
SELECT affiliation FROM table_28211213_1 WHERE institution = "Davenport University"
CREATE TABLE INST, Here is a database schema( table schema);
What is the affiliation of Davenport University?It is not neccessary to use all the tables.
SELECT date FROM table_name_70 WHERE venue = "gold coast convention centre"
CREATE TABLE INST, Here is a database schema( table schema);
what is the date when the venue is gold coast convention centre?It is not neccessary to use all the tables.
SELECT km_from_wellington FROM table_3005450_1 WHERE metlink_code = "MAST"
CREATE TABLE INST, Here is a database schema( table schema);
what is the km from wellington where the metlink code is mast?It is not neccessary to use all the tables.
SELECT name FROM table_name_10 WHERE rank = 4
CREATE TABLE INST, Here is a database schema( table schema);
Can you tell me the Name that has the Rank of 4?It is not neccessary to use all the tables.
SELECT "Champion" FROM table_12647 WHERE "Runner-Up" = 'north melbourne'
CREATE TABLE INST, Here is a database schema( table schema);
What champion has north melbourne as the runner-up?It is not neccessary to use all the tables.
SELECT tournament FROM table_name_85 WHERE winning_score = 66 - 68 - 70 - 70 = 274
CREATE TABLE INST, Here is a database schema( table schema);
Which tournament won with a score of 66-68-70-70=274?It is not neccessary to use all the tables.
SELECT Position FROM table WHERE Appearances = 244 AND Leeds career = 1981–1989
CREATE TABLE INST, Here is a database schema( table schema);
What position does the player who has made 244 appearances with a Leeds career of 1981–1989 play?.It is not neccessary to use all the tables.
SELECT percentage FROM table_name_27 WHERE first_game < 1997 AND lost < 2 AND played < 5
CREATE TABLE INST, Here is a database schema( table schema);
Which percentage has a first game before 1997 fewer than 2 losses and fewer than 5 matches played?It is not neccessary to use all the tables.
SELECT away_team FROM table_name_33 WHERE home_team = "bristol rovers"
CREATE TABLE INST, Here is a database schema( table schema);
What is the Away team at Bristol Rovers' Home game?It is not neccessary to use all the tables.
SELECT publisher_s_ FROM table_14325653_2 WHERE video_game = "Resident Evil 4"
CREATE TABLE INST, Here is a database schema( table schema);
Name the publisher for resident evil 4It is not neccessary to use all the tables.
SELECT rank FROM table_name_2 WHERE player = "charles eady" AND bowling = "12/63"
CREATE TABLE INST, Here is a database schema( table schema);
What is rank of player Charles Eady and a Bowling of 12/63?It is not neccessary to use all the tables.
SELECT COUNT Original air date FROM table WHERE Title = "Circus, Circus"
CREATE TABLE INST, Here is a database schema( table schema);
How many episodes were aired on the Original air date for "Circus, Circus"?.It is not neccessary to use all the tables.
SELECT regionalliga_nord - Ost FROM table_name_61 WHERE regionalliga_süd = "spvgg unterhaching"
CREATE TABLE INST, Here is a database schema( table schema);
What was the Regionalliga Nord-Ost for the team that had a Regionalliga Sud of SpVgg Unterhaching?It is not neccessary to use all the tables.
SELECT Term began FROM table WHERE Term ended = January 3, 1995
CREATE TABLE INST, Here is a database schema( table schema);
When did the term begin that ended January 3, 1995?.It is not neccessary to use all the tables.
SELECT season FROM table_name_42 WHERE goals < 6 AND team = "tarbiat yazd"
CREATE TABLE INST, Here is a database schema( table schema);
What is Season when Goals is less than 6 and when Team is "Tarbiat Yazd"?It is not neccessary to use all the tables.
SELECT Location FROM table WHERE Record = 5-1-1
CREATE TABLE INST, Here is a database schema( table schema);
what is the location when the record is 5-1-1?.It is not neccessary to use all the tables.
SELECT first_name, middle_name, last_name FROM Students ORDER BY date_left LIMIT 1
CREATE TABLE INST, Here is a database schema( table schema);
Who is the earliest graduate of the school? List the first name middle name and last name.It is not neccessary to use all the tables.
SELECT opened FROM table_name_84 WHERE major_series = "nascar"
CREATE TABLE INST, Here is a database schema( table schema);
What shows for opened for the Nascar Major Series?It is not neccessary to use all the tables.
SELECT Attendance FROM table WHERE Score = 0 – 0
CREATE TABLE INST, Here is a database schema( table schema);
What is the Attendance of the game with a Score of 0 – 0?.It is not neccessary to use all the tables.
SELECT years_in_toronto FROM table_name_33 WHERE player = "hakeem olajuwon"
CREATE TABLE INST, Here is a database schema( table schema);
What year(s) did Hakeem Olajuwon play Center for Toronto?It is not neccessary to use all the tables.
SELECT constructor FROM table_name_98 WHERE grid = 19
CREATE TABLE INST, Here is a database schema( table schema);
What is the name of the Constructor with a 19 Grid?It is not neccessary to use all the tables.