answer
stringlengths
18
557
question
stringlengths
12
244
context
stringlengths
27
489
SELECT MIN(total) FROM table_name_1 WHERE country = "united states" AND year_s__won = "2000 , 2005 , 2006"
What is United States total in the year(s) won of 2000 , 2005 , 2006?
CREATE TABLE table_name_1 (total INTEGER, country VARCHAR, year_s__won VARCHAR)
SELECT college FROM table_name_51 WHERE pick = 85
What college had the pick of 85?
CREATE TABLE table_name_51 (college VARCHAR, pick VARCHAR)
SELECT MIN(touchdowns) FROM table_25517718_3 WHERE player = "Boggs"
How many touchdowns does Boggs have?
CREATE TABLE table_25517718_3 (touchdowns INTEGER, player VARCHAR)
SELECT 0 AS _100km_h, s FROM table_17941111_2 WHERE name = "2.0 8v"
Name the 0-100 km/hs for name of 2.0 8v
CREATE TABLE table_17941111_2 (s VARCHAR, name VARCHAR)
SELECT away_team AS score FROM table_name_36 WHERE home_team = "university"
Name the away team score for home team of university
CREATE TABLE table_name_36 (away_team VARCHAR, home_team VARCHAR)
SELECT first_elected FROM table_name_15 WHERE incumbent = "none (new seat)"
Which First elected has a Incumbent of none (new seat)?
CREATE TABLE table_name_15 (first_elected VARCHAR, incumbent VARCHAR)
SELECT points FROM table_name_97 WHERE combined_elapsed_time = "175d 20h 46m 04s"
Which points have a Combined elapsed time of 175d 20h 46m 04s?
CREATE TABLE table_name_97 (points VARCHAR, combined_elapsed_time VARCHAR)
SELECT result FROM table_name_21 WHERE streak = "won 6"
what's the result with streak of won 6?
CREATE TABLE table_name_21 (result VARCHAR, streak VARCHAR)
SELECT score FROM table_name_26 WHERE home = "cleveland" AND visitor = "orlando"
What was the score for the game played between Cleveland and Orlando at Cleveland?
CREATE TABLE table_name_26 (score VARCHAR, home VARCHAR, visitor VARCHAR)
SELECT record FROM table_name_42 WHERE decision = "backstrom" AND attendance > 18 OFFSET 568
What was the record in the game where the decision was Backstrom and there were more than 18,568 in attendance?
CREATE TABLE table_name_42 (record VARCHAR, decision VARCHAR, attendance VARCHAR)
SELECT picture_coding_types FROM table_name_57 WHERE chroma_format = "4:2:2 or 4:2:0" AND name = "4:2:2 profile"
What Picture Coding Types have Chroma Format of 4:2:2 or 4:2:0 and the Name of 4:2:2 profile?
CREATE TABLE table_name_57 (picture_coding_types VARCHAR, chroma_format VARCHAR, name VARCHAR)
SELECT COUNT(avg) FROM table_name_34 WHERE yards > 265 AND car > 105
What is the amount of Avg that has Yards more 265 and a Car more 105?
CREATE TABLE table_name_34 (avg VARCHAR, yards VARCHAR, car VARCHAR)
SELECT region FROM table_name_55 WHERE date = "may 27, 2009"
What was the region of the release from May 27, 2009?
CREATE TABLE table_name_55 (region VARCHAR, date VARCHAR)
SELECT opponents_head_coach FROM table_26240481_1 WHERE result = "L, 56-6"
Who was the opponents head coach with the result L, 56-6?
CREATE TABLE table_26240481_1 (opponents_head_coach VARCHAR, result VARCHAR)
SELECT release_date FROM table_2263152_1 WHERE version = "1.5a"
With the version of 1.5a, what is the release date?
CREATE TABLE table_2263152_1 (release_date VARCHAR, version VARCHAR)
SELECT MIN(decile) FROM table_name_63 WHERE roll = 428
Name the lelast decile for roll of 428
CREATE TABLE table_name_63 (decile INTEGER, roll VARCHAR)
SELECT MAX(byes) FROM table_name_64 WHERE wins < 16 AND benalla_dfl = "swanpool" AND against < 2177
What is the highest value for Byes, when Wins is less than 16, when Benalla DFL is "Swanpool", and when Against is less than 2177?
CREATE TABLE table_name_64 (byes INTEGER, against VARCHAR, wins VARCHAR, benalla_dfl VARCHAR)
SELECT MIN(attendance) FROM table_name_17 WHERE date = "september 29, 1968" AND week < 3
Which Attendance has a Date of september 29, 1968, and a Week smaller than 3?
CREATE TABLE table_name_17 (attendance INTEGER, date VARCHAR, week VARCHAR)
SELECT current_club FROM table_12962773_1 WHERE position = "Center" AND no > 12.0
what's current club with position being center and no being bigger than 12.0
CREATE TABLE table_12962773_1 (current_club VARCHAR, position VARCHAR, no VARCHAR)
SELECT branding FROM table_17487395_1 WHERE location = "Cebu"
What is the branding for stations located in Cebu?
CREATE TABLE table_17487395_1 (branding VARCHAR, location VARCHAR)
SELECT MAX(game) FROM table_27723526_13 WHERE date = "April 3"
What is the game number played on April 3?
CREATE TABLE table_27723526_13 (game INTEGER, date VARCHAR)
SELECT player FROM table_name_58 WHERE year > 2007 AND college_high_school_club = "arizona"
Who is the player with a year later than 2007 and the college/high school/club of Arizona?
CREATE TABLE table_name_58 (player VARCHAR, year VARCHAR, college_high_school_club VARCHAR)
SELECT partner FROM table_name_2 WHERE tournament = "algiers 2, algeria"
Who was the Partner in the Algiers 2, Algeria Tournament?
CREATE TABLE table_name_2 (partner VARCHAR, tournament VARCHAR)
SELECT attendance FROM table_name_15 WHERE opponent = "detroit lions"
What was the attendance in the game against the Detroit Lions?
CREATE TABLE table_name_15 (attendance VARCHAR, opponent VARCHAR)
SELECT result FROM table_1341672_10 WHERE candidates = "Robert L. F. Sikes (D) Unopposed"
what is the result where the candidates is robert l. f. sikes (d) unopposed?
CREATE TABLE table_1341672_10 (result VARCHAR, candidates VARCHAR)
SELECT MIN(population) FROM table_22815568_1 WHERE market_income_per_capita = "$24,383"
What is the lowest population in a county with market income per capita of $24,383?
CREATE TABLE table_22815568_1 (population INTEGER, market_income_per_capita VARCHAR)
SELECT finish FROM table_name_61 WHERE to_par = "–1" AND year_s__won = "1955"
Which Finish has a To par of –1, and a Year(s) won of 1955?
CREATE TABLE table_name_61 (finish VARCHAR, to_par VARCHAR, year_s__won VARCHAR)
SELECT record FROM table_name_25 WHERE decision = "lehtonen" AND visitor = "atlanta" AND home = "ny rangers"
What is the team's record when the NY rangers are at home with atlanta visting and lehtonen getting the decision?
CREATE TABLE table_name_25 (record VARCHAR, home VARCHAR, decision VARCHAR, visitor VARCHAR)
SELECT nationality FROM table_name_53 WHERE position = "guard" AND school_club_team = "florida international"
What is the nationality of the guard who played for Florida International?
CREATE TABLE table_name_53 (nationality VARCHAR, position VARCHAR, school_club_team VARCHAR)
SELECT series__number FROM table_18217750_1 WHERE us_viewers__millions_ = "20.64"
What series number garnered 20.64 million viewers?
CREATE TABLE table_18217750_1 (series__number VARCHAR, us_viewers__millions_ VARCHAR)
SELECT COUNT(ties) FROM table_name_27 WHERE name = "totals" AND lost > 30
Tell me the total number of ties for name of totals and lost more than 30
CREATE TABLE table_name_27 (ties VARCHAR, name VARCHAR, lost VARCHAR)
SELECT opponent FROM table_name_17 WHERE event = "iscf - southeast championships"
What is Opponent, when Event is "ISCF - Southeast Championships"?
CREATE TABLE table_name_17 (opponent VARCHAR, event VARCHAR)
SELECT occurrence FROM table_26708105_2 WHERE matrix_sim = "0.925"
Which occurence has the matrix sim marked as 0.925?
CREATE TABLE table_26708105_2 (occurrence VARCHAR, matrix_sim VARCHAR)
SELECT title FROM table_26961951_6 WHERE directed_by = "Romeo Tirone"
What is the title of the episode directed by Romeo Tirone?
CREATE TABLE table_26961951_6 (title VARCHAR, directed_by VARCHAR)
SELECT division FROM table_24193494_3 WHERE powertrain__engine_transmission_ = "Detroit Diesel Series 50EGR Allison WB-400R"
Name the division for detroit diesel series 50egr allison wb-400r
CREATE TABLE table_24193494_3 (division VARCHAR, powertrain__engine_transmission_ VARCHAR)
SELECT score FROM table_name_69 WHERE home = "broadview hawks"
What was the score of the Broadview Hawks home game?
CREATE TABLE table_name_69 (score VARCHAR, home VARCHAR)
SELECT province FROM table_name_6 WHERE rank > 49
Name the province with rank more than 49
CREATE TABLE table_name_6 (province VARCHAR, rank INTEGER)
SELECT SUM(year_born) FROM table_name_14 WHERE current_club = "olimpija ljubljana" AND height < 2.04
Name the sum of year for olimpija ljubljana with height less than 2.04
CREATE TABLE table_name_14 (year_born INTEGER, current_club VARCHAR, height VARCHAR)
SELECT ethnic_group FROM table_name_77 WHERE jewish = "0.47%"
Tell me the ethnic group for jewish of 0.47%
CREATE TABLE table_name_77 (ethnic_group VARCHAR, jewish VARCHAR)
SELECT t1.payment_method FROM customers AS t1 JOIN customer_orders AS t2 ON t1.customer_id = t2.customer_id JOIN order_items AS t3 ON t2.order_id = t3.order_id GROUP BY t1.customer_name ORDER BY SUM(t3.order_quantity) LIMIT 1
What is the payment method of the customer that has purchased the least quantity of items?
CREATE TABLE order_items (order_id VARCHAR, order_quantity INTEGER); CREATE TABLE customers (payment_method VARCHAR, customer_name VARCHAR, customer_id VARCHAR); CREATE TABLE customer_orders (customer_id VARCHAR, order_id VARCHAR)
SELECT 1986 FROM table_name_17 WHERE 1991 = "a" AND 1987 = "a"
What is the 1986 value with A in 1991 and A in 1987?
CREATE TABLE table_name_17 (Id VARCHAR)
SELECT result FROM table_2668243_18 WHERE candidates = "Augustine H. Shepperd (J) 100%"
Name the result for augustine h. shepperd (j) 100%
CREATE TABLE table_2668243_18 (result VARCHAR, candidates VARCHAR)
SELECT name FROM table_name_68 WHERE heat = 4 AND lane > 7
what is the name that saw 4 heats and a lane higher than 7?
CREATE TABLE table_name_68 (name VARCHAR, heat VARCHAR, lane VARCHAR)
SELECT COUNT(*) FROM program
how many programs are there?
CREATE TABLE program (Id VARCHAR)
SELECT COUNT(decile) FROM table_name_95 WHERE years = "1–8" AND roll = 49
How many deciles have Years of 1–8, and a Roll of 49?
CREATE TABLE table_name_95 (decile VARCHAR, years VARCHAR, roll VARCHAR)
SELECT time_retired FROM table_name_53 WHERE grid < 5 AND driver = "jean alesi"
How much time does it take for jean alesi and grids lesser than 5?
CREATE TABLE table_name_53 (time_retired VARCHAR, grid VARCHAR, driver VARCHAR)
SELECT film_or_television_series_or_miniseries FROM table_name_16 WHERE year = 2001
What is the film, television series, or miniseries with a nomination in 2001?
CREATE TABLE table_name_16 (film_or_television_series_or_miniseries VARCHAR, year VARCHAR)
SELECT AVG(laps) FROM table_name_96 WHERE race_number < 8 AND country = "nl"
What is the average number of laps when the country was NL and the race number was smaller than 8?
CREATE TABLE table_name_96 (laps INTEGER, race_number VARCHAR, country VARCHAR)
SELECT district FROM table_name_86 WHERE counties_represented = "baltimore county" AND committee = "health and government operations" AND first_elected < 2002
What district has counties represented by Baltimore county, a committee of health and government operations, and a first elected smaller than 2002?
CREATE TABLE table_name_86 (district VARCHAR, first_elected VARCHAR, counties_represented VARCHAR, committee VARCHAR)
SELECT MAX(draw) FROM table_name_54 WHERE points < 11 AND language = "norwegian"
what is the highest draw when points is less than 11 and language is norwegian?
CREATE TABLE table_name_54 (draw INTEGER, points VARCHAR, language VARCHAR)
SELECT SUM(her_age) FROM table_name_84 WHERE his_age < 33 AND name = "diontha walker" AND _number_of_children < 0
What is the total number of her age figures where his age is less than 33, the bride was diontha walker, and the number of children was less than 0?
CREATE TABLE table_name_84 (her_age INTEGER, _number_of_children VARCHAR, his_age VARCHAR, name VARCHAR)
SELECT place FROM table_name_95 WHERE player = "lee trevino"
Which Place has a Player of lee trevino?
CREATE TABLE table_name_95 (place VARCHAR, player VARCHAR)
SELECT 2 AS nd_leg FROM table_name_66 WHERE team__number2 = "emelec"
What is the 2nd leg of emelec team 2?
CREATE TABLE table_name_66 (team__number2 VARCHAR)
SELECT result FROM table_name_70 WHERE date = "october 8, 2000"
What is the final result of the game that was played on October 8, 2000?
CREATE TABLE table_name_70 (result VARCHAR, date VARCHAR)
SELECT Publisher FROM publication ORDER BY Price DESC LIMIT 1
List the publisher of the publication with the highest price.
CREATE TABLE publication (Publisher VARCHAR, Price VARCHAR)
SELECT COUNT(round) FROM table_name_99 WHERE school_club_team = "north carolina state" AND pick > 91
In what round did someone from North Carolina State get picked larger than 91?
CREATE TABLE table_name_99 (round VARCHAR, school_club_team VARCHAR, pick VARCHAR)
SELECT COUNT(game) FROM table_27501030_7 WHERE points = 57
How many game entries are there when the points are 57?
CREATE TABLE table_27501030_7 (game VARCHAR, points VARCHAR)
SELECT date_of_successors_formal_installation FROM table_2417330_3 WHERE state__class_ = "Missouri (3)"
List all dates of succession in the state class Missouri (3).
CREATE TABLE table_2417330_3 (date_of_successors_formal_installation VARCHAR, state__class_ VARCHAR)
SELECT MAX(rank) FROM table_19744915_18 WHERE couple = "Roxanne and Daniel"
When roxanne and daniel are the couple what is the highest rank?
CREATE TABLE table_19744915_18 (rank INTEGER, couple VARCHAR)
SELECT incumbent FROM table_1341423_9 WHERE district = "Florida 12"
Who's the incumbent of Florida 12 district?
CREATE TABLE table_1341423_9 (incumbent VARCHAR, district VARCHAR)
SELECT AVG(points) FROM table_name_32 WHERE year < 1955 AND chassis = "connaught type a"
How many points did Connaught Type A chassis earn on average before 1955?
CREATE TABLE table_name_32 (points INTEGER, year VARCHAR, chassis VARCHAR)
SELECT mens_singles FROM table_12104319_1 WHERE year = 2008
What is the mens singles of 2008?
CREATE TABLE table_12104319_1 (mens_singles VARCHAR, year VARCHAR)
SELECT share FROM table_name_84 WHERE episode_no = 1
What's the share of Episode 1?
CREATE TABLE table_name_84 (share VARCHAR, episode_no VARCHAR)
SELECT round FROM table_name_85 WHERE home = "alianza"
In what round was the Alianza home game?
CREATE TABLE table_name_85 (round VARCHAR, home VARCHAR)
SELECT home FROM table_name_95 WHERE date = "april 20"
What is the home team of the game on April 20?
CREATE TABLE table_name_95 (home VARCHAR, date VARCHAR)
SELECT womens_singles FROM table_12186309_1 WHERE mens_doubles = "Steen Fladberg Jens Peter Nierhoff"
What was the women's singles were men's doubles were steen fladberg jens peter nierhoff?
CREATE TABLE table_12186309_1 (womens_singles VARCHAR, mens_doubles VARCHAR)
SELECT COUNT(code) FROM table_1404414_2 WHERE area__km_2__ = "1,205.4"
How many counties have an area of 1,205.4 km2?
CREATE TABLE table_1404414_2 (code VARCHAR, area__km_2__ VARCHAR)
SELECT AVG(sales__billion_) AS $_ FROM table_name_18 WHERE market_value__billion_$_ = 204.9 AND profits__billion_$_ < 20.6
What is the average sales for the company with market value of 204.9bil and profits under 20.6bil?
CREATE TABLE table_name_18 (sales__billion_ INTEGER, market_value__billion_$_ VARCHAR, profits__billion_$_ VARCHAR)
SELECT AVG(round) FROM table_name_18 WHERE nationality = "united states" AND position = "rw"
What is the average round of the rw position player from the United States?
CREATE TABLE table_name_18 (round INTEGER, nationality VARCHAR, position VARCHAR)
SELECT SUM(finishes) FROM table_name_90 WHERE points > 337 AND starts > 26
what is the finishes when points is more than 337 and starts is more than 26?
CREATE TABLE table_name_90 (finishes INTEGER, points VARCHAR, starts VARCHAR)
SELECT MIN(points) FROM table_name_80 WHERE against = 50 AND played < 20
What is the lowest Points when against is 50, and there are less than 20 played?
CREATE TABLE table_name_80 (points INTEGER, against VARCHAR, played VARCHAR)
SELECT playoffs FROM table_name_83 WHERE open_cup = "3rd round"
What Playoffs had an Open Cup of 3rd round?
CREATE TABLE table_name_83 (playoffs VARCHAR, open_cup VARCHAR)
SELECT score FROM table_name_19 WHERE place = "t10" AND country = "zimbabwe"
What's the score for the t10 player from zimbabwe?
CREATE TABLE table_name_19 (score VARCHAR, place VARCHAR, country VARCHAR)
SELECT location FROM table_name_98 WHERE year > 1934 AND loser = "philadelphia eagles" AND date = "october 15"
What was the location after 1934 that Philadelphia Eagles lost on October 15?
CREATE TABLE table_name_98 (location VARCHAR, date VARCHAR, year VARCHAR, loser VARCHAR)
SELECT MAX(matches) FROM table_name_5 WHERE prize_money = "£5,000"
What is the highest Matches, when Prize Money is £5,000?
CREATE TABLE table_name_5 (matches INTEGER, prize_money VARCHAR)
SELECT city FROM branch EXCEPT SELECT city FROM branch WHERE membership_amount > 100
Show all cities without a branch having more than 100 memberships.
CREATE TABLE branch (city VARCHAR, membership_amount INTEGER)
SELECT COUNT(player) FROM table_22824319_3 WHERE points = 51
Name the total number of player for 51 points
CREATE TABLE table_22824319_3 (player VARCHAR, points VARCHAR)
SELECT date FROM table_21373283_3 WHERE pole_position = "Renger van der Zande" AND circuit = "Donington Park"
What date did Renger Van Der Zande have the pole position at Donington Park?
CREATE TABLE table_21373283_3 (date VARCHAR, pole_position VARCHAR, circuit VARCHAR)
SELECT team_1 FROM table_name_65 WHERE team_2 = "young africans"
Who was team 1 when team 2 was Young Africans?
CREATE TABLE table_name_65 (team_1 VARCHAR, team_2 VARCHAR)
SELECT first_driver_s_ FROM table_27279050_3 WHERE country = "Romania"
Who is the first driver(s) when the country is romania?
CREATE TABLE table_27279050_3 (first_driver_s_ VARCHAR, country VARCHAR)
SELECT away_team AS score FROM table_name_58 WHERE home_team = "south melbourne"
What is the score for the away team when South Melbourne was the home team?
CREATE TABLE table_name_58 (away_team VARCHAR, home_team VARCHAR)
SELECT power FROM table_name_40 WHERE identifier = "cbli"
Which Power has a CBLI Identifier?
CREATE TABLE table_name_40 (power VARCHAR, identifier VARCHAR)
SELECT points FROM table_name_38 WHERE goals = "28" AND games = "47"
What are the points in the season with 47 games and 28 goals?
CREATE TABLE table_name_38 (points VARCHAR, goals VARCHAR, games VARCHAR)
SELECT COUNT(losses) FROM table_name_98 WHERE name = "alex wilkinson"
How many losses does Alex Wilkinson have?
CREATE TABLE table_name_98 (losses VARCHAR, name VARCHAR)
SELECT MAX(students) FROM table_1414743_1 WHERE pupil_teacher_ratio = "20.8"
What is the highest number of students with a teacher:student ratio of 20.8?
CREATE TABLE table_1414743_1 (students INTEGER, pupil_teacher_ratio VARCHAR)
SELECT owner FROM table_name_77 WHERE finished < 15 AND trainer = "steve asmussen" AND horse = "z fortune"
What is Owner, when Finished is less than 15, when Trainer is "Steve Asmussen", and when Horse is "Z Fortune"?
CREATE TABLE table_name_77 (owner VARCHAR, horse VARCHAR, finished VARCHAR, trainer VARCHAR)
SELECT MAX(seats_2001) FROM table_name_71 WHERE _percentage_2006 = 13 AND _percentage_2001 > 12.1
If 2006 is 13% and 2001 is greater than 12.1%, what is the greatest number of seats for 2001?
CREATE TABLE table_name_71 (seats_2001 INTEGER, _percentage_2006 VARCHAR, _percentage_2001 VARCHAR)
SELECT SUM(area_in_km²) FROM table_name_68 WHERE original_name = "kecamatan bogor timur" AND number_of_settlements_and_villages > 6
Kecamatan Bogor Timur has more than 6 villages, what is the area in km²?
CREATE TABLE table_name_68 (area_in_km² INTEGER, original_name VARCHAR, number_of_settlements_and_villages VARCHAR)
SELECT stations FROM table_name_58 WHERE managed_by = "tramlink" AND zone = 5 AND platforms = 1
Name the stations for zone 5 and 1 platform by tramlink
CREATE TABLE table_name_58 (stations VARCHAR, platforms VARCHAR, managed_by VARCHAR, zone VARCHAR)
SELECT MAX(silver) FROM table_22355_44 WHERE athlete = "Ronald Weigel Category:Articles with hCards"
Name the silver for ronald weigel category:articles with hcards
CREATE TABLE table_22355_44 (silver INTEGER, athlete VARCHAR)
SELECT home_team FROM table_name_98 WHERE away_team = "south melbourne"
Where did South Melbourne go to play a team at home?
CREATE TABLE table_name_98 (home_team VARCHAR, away_team VARCHAR)
SELECT nflcom_recap FROM table_name_81 WHERE game_site = "qualcomm stadium"
What's the site of the recap at qualcomm stadium?
CREATE TABLE table_name_81 (nflcom_recap VARCHAR, game_site VARCHAR)
SELECT score FROM table_name_92 WHERE competition = "1997 dunhill cup malaysia" AND date = "february 23, 1997"
Which score has a competition of 1997 dunhill cup malaysia and february 23, 1997 as the date?
CREATE TABLE table_name_92 (score VARCHAR, competition VARCHAR, date VARCHAR)
SELECT score FROM table_name_97 WHERE opponent = "washington bullets"
For the game against the Washington Bullets, what was the final score?
CREATE TABLE table_name_97 (score VARCHAR, opponent VARCHAR)
SELECT countries_visited FROM table_name_96 WHERE presenter = "natalia makarova"
Which country did Natalia Makarova visit?
CREATE TABLE table_name_96 (countries_visited VARCHAR, presenter VARCHAR)
SELECT COUNT(barony) FROM table_30120761_1 WHERE townland = "Maulnagrough"
How many baronies is Maulnagrough a part of?
CREATE TABLE table_30120761_1 (barony VARCHAR, townland VARCHAR)
SELECT record FROM table_name_75 WHERE location = "rose garden"
What was the record when the game was at the Rose Garden?
CREATE TABLE table_name_75 (record VARCHAR, location VARCHAR)
SELECT winner FROM table_19930660_2 WHERE rufus_guest = "Sean Lock"
Who won the episode in which Sean Lock was Rufus's guest?
CREATE TABLE table_19930660_2 (winner VARCHAR, rufus_guest VARCHAR)
SELECT MAX(col__m_) FROM table_name_94 WHERE prominence__m_ = 3 OFFSET 046
What is the maximum Col (m) when 3,046 is the Prominence (m)?
CREATE TABLE table_name_94 (col__m_ INTEGER, prominence__m_ VARCHAR)
SELECT interacting__settings_ FROM table_name_40 WHERE doing__actions_ = "co-operate, plan, take care of, help"
Name the interacting settings for co-operate, plan, take care of, help
CREATE TABLE table_name_40 (interacting__settings_ VARCHAR, doing__actions_ VARCHAR)