question
stringlengths 12
244
| context
stringlengths 27
489
| answer
stringlengths 18
557
|
---|---|---|
what's the permanence of the body where penance is the undifferenced | CREATE TABLE table_11609814_1 (permanence_of_the_body VARCHAR, penance VARCHAR) | SELECT permanence_of_the_body FROM table_11609814_1 WHERE penance = "the undifferenced" |
what's the constancy where permanence of the body is meditation | CREATE TABLE table_11609814_1 (constancy VARCHAR, permanence_of_the_body VARCHAR) | SELECT constancy FROM table_11609814_1 WHERE permanence_of_the_body = "meditation" |
what's the permanence of the body where constancy is interestedness | CREATE TABLE table_11609814_1 (permanence_of_the_body VARCHAR, constancy VARCHAR) | SELECT permanence_of_the_body FROM table_11609814_1 WHERE constancy = "interestedness" |
What is the title of the episode with the production code 624? | CREATE TABLE table_11630008_8 (title VARCHAR, production_code VARCHAR) | SELECT title FROM table_11630008_8 WHERE production_code = 624 |
What is the original air date of the episode written by Karen Felix and Don Woodard? | CREATE TABLE table_11630008_8 (original_air_date VARCHAR, written_by VARCHAR) | SELECT original_air_date FROM table_11630008_8 WHERE written_by = "Karen Felix and Don Woodard" |
what's the total number of species in the peruvian amazon with 8411 species in the world | CREATE TABLE table_11727969_1 (species_in_the_peruvian_amazon VARCHAR, species_in_the_world VARCHAR) | SELECT COUNT(species_in_the_peruvian_amazon) FROM table_11727969_1 WHERE species_in_the_world = 8411 |
what's the minimum species in the peruvian amazon with taxonomy s fern ( pteridophyta ) | CREATE TABLE table_11727969_1 (species_in_the_peruvian_amazon INTEGER, taxonomy VARCHAR) | SELECT MIN(species_in_the_peruvian_amazon) FROM table_11727969_1 WHERE taxonomy = "s Fern ( Pteridophyta )" |
what's the species in the world with peruvian amazon vs. peru (percent) of 63 | CREATE TABLE table_11727969_1 (species_in_the_world VARCHAR, peruvian_amazon_vs_peru__percent_ VARCHAR) | SELECT species_in_the_world FROM table_11727969_1 WHERE peruvian_amazon_vs_peru__percent_ = 63 |
what's the minimum species in the peruvian amazon with species in peru of 1000 | CREATE TABLE table_11727969_1 (species_in_the_peruvian_amazon INTEGER, species_in_peru VARCHAR) | SELECT MIN(species_in_the_peruvian_amazon) FROM table_11727969_1 WHERE species_in_peru = 1000 |
what's the minimum species in the peruvian amazon with peru vs. world (percent) value of 7 | CREATE TABLE table_11727969_1 (species_in_the_peruvian_amazon INTEGER, peru_vs_world__percent_ VARCHAR) | SELECT MIN(species_in_the_peruvian_amazon) FROM table_11727969_1 WHERE peru_vs_world__percent_ = 7 |
what's the maximum peru vs. world (percent) with 9672 species in the world | CREATE TABLE table_11727969_1 (peru_vs_world__percent_ INTEGER, species_in_the_world VARCHAR) | SELECT MAX(peru_vs_world__percent_) FROM table_11727969_1 WHERE species_in_the_world = 9672 |
What school did the forward whose number is 10 belong to? | CREATE TABLE table_11734041_2 (school_club_team_country VARCHAR, no_s_ VARCHAR, position VARCHAR) | SELECT school_club_team_country FROM table_11734041_2 WHERE no_s_ = "10" AND position = "Forward" |
What is the height of the player who attended Hartford? | CREATE TABLE table_11734041_2 (height_in_ft VARCHAR, school_club_team_country VARCHAR) | SELECT height_in_ft FROM table_11734041_2 WHERE school_club_team_country = "Hartford" |
What years did the player from LaSalle play for the Rockets? | CREATE TABLE table_11734041_2 (years_for_rockets VARCHAR, school_club_team_country VARCHAR) | SELECT years_for_rockets FROM table_11734041_2 WHERE school_club_team_country = "LaSalle" |
What position is number 35 whose height is 6-6? | CREATE TABLE table_11734041_2 (position VARCHAR, height_in_ft VARCHAR, no_s_ VARCHAR) | SELECT position FROM table_11734041_2 WHERE height_in_ft = "6-6" AND no_s_ = "35" |
Which player who played for the Rockets for the years 1986-92? | CREATE TABLE table_11734041_9 (player VARCHAR, years_for_rockets VARCHAR) | SELECT player FROM table_11734041_9 WHERE years_for_rockets = "1986-92" |
What is the number of the player who went to Southern University? | CREATE TABLE table_11734041_9 (no_s_ VARCHAR, school_club_team_country VARCHAR) | SELECT no_s_ FROM table_11734041_9 WHERE school_club_team_country = "Southern University" |
How tall is the player jones, major major jones? | CREATE TABLE table_11734041_9 (height_in_ft VARCHAR, player VARCHAR) | SELECT height_in_ft FROM table_11734041_9 WHERE player = "Jones, Major Major Jones" |
Who was sent to the third island in week 1? | CREATE TABLE table_11764007_2 (member VARCHAR, week_sent_to_third_island VARCHAR) | SELECT member FROM table_11764007_2 WHERE week_sent_to_third_island = "1" |
What week was the member who arrived on the main island in week 6 sent to the third island? | CREATE TABLE table_11764007_2 (week_sent_to_third_island VARCHAR, week_arrived_on_main_island VARCHAR) | SELECT week_sent_to_third_island FROM table_11764007_2 WHERE week_arrived_on_main_island = "6" |
How many members arrived on the main island in week 4? | CREATE TABLE table_11764007_2 (member VARCHAR, week_arrived_on_main_island VARCHAR) | SELECT COUNT(member) FROM table_11764007_2 WHERE week_arrived_on_main_island = "4" |
What week did the member who's original tribe was shark and who was sent to the third island on week 14 arrive on the main island? | CREATE TABLE table_11764007_2 (week_arrived_on_main_island VARCHAR, original_tribe VARCHAR, week_sent_to_third_island VARCHAR) | SELECT week_arrived_on_main_island FROM table_11764007_2 WHERE original_tribe = "Shark" AND week_sent_to_third_island = "14" |
What is the number of sikhs in Japan? | CREATE TABLE table_11800185_1 (no_of_sikhs VARCHAR, country VARCHAR) | SELECT no_of_sikhs FROM table_11800185_1 WHERE country = "Japan" |
What was the evening gown score when the swimsuit was 9.61? | CREATE TABLE table_11884814_3 (evening_gown VARCHAR, swimsuit VARCHAR) | SELECT evening_gown FROM table_11884814_3 WHERE swimsuit = "9.61" |
What is the swimsuit score when the interview was 9.74? | CREATE TABLE table_11884814_3 (swimsuit VARCHAR, interview VARCHAR) | SELECT swimsuit FROM table_11884814_3 WHERE interview = "9.74" |
Which country had an interview score of 9.40 and average of 9.44? | CREATE TABLE table_11884814_3 (country VARCHAR, interview VARCHAR, average VARCHAR) | SELECT country FROM table_11884814_3 WHERE interview = "9.40" AND average = "9.44" |
Which country had the swimsuit score 9.67? | CREATE TABLE table_11884814_3 (country VARCHAR, swimsuit VARCHAR) | SELECT country FROM table_11884814_3 WHERE swimsuit = "9.67" |
What was the average for the country with the swimsuit score of 9.57? | CREATE TABLE table_11884814_3 (average VARCHAR, swimsuit VARCHAR) | SELECT average FROM table_11884814_3 WHERE swimsuit = "9.57" |
What was the interview score for Hawaii? | CREATE TABLE table_11884814_3 (interview VARCHAR, country VARCHAR) | SELECT interview FROM table_11884814_3 WHERE country = "Hawaii" |
What is the date of Game 50? | CREATE TABLE table_11960407_5 (date VARCHAR, game VARCHAR) | SELECT date FROM table_11960407_5 WHERE game = 50 |
Who scored the most points in Game 49? | CREATE TABLE table_11960407_5 (high_points VARCHAR, game VARCHAR) | SELECT high_points FROM table_11960407_5 WHERE game = 49 |
Name the number of teams at the philips arena 19,335? | CREATE TABLE table_11961582_6 (team VARCHAR, location_attendance VARCHAR) | SELECT COUNT(team) FROM table_11961582_6 WHERE location_attendance = "Philips Arena 19,335" |
What is the team located at philips arena 18,227? | CREATE TABLE table_11961582_6 (team VARCHAR, location_attendance VARCHAR) | SELECT team FROM table_11961582_6 WHERE location_attendance = "Philips Arena 18,227" |
what are all the records with a score is w 98–91 | CREATE TABLE table_11964047_7 (record VARCHAR, score VARCHAR) | SELECT record FROM table_11964047_7 WHERE score = "W 98–91" |
what records have a score of l 109–116 2 ot | CREATE TABLE table_11964047_7 (record VARCHAR, score VARCHAR) | SELECT record FROM table_11964047_7 WHERE score = "L 109–116 2 OT" |
who are all the visitor with a record of 25–18 | CREATE TABLE table_11964047_7 (visitor VARCHAR, record VARCHAR) | SELECT visitor FROM table_11964047_7 WHERE record = "25–18" |
Which visitors have a leading scorer of roy : 25 | CREATE TABLE table_11964047_7 (visitor VARCHAR, leading_scorer VARCHAR) | SELECT visitor FROM table_11964047_7 WHERE leading_scorer = "Roy : 25" |
what is the total number of dates where the scorer is gordon : 32 | CREATE TABLE table_11964047_7 (date VARCHAR, leading_scorer VARCHAR) | SELECT COUNT(date) FROM table_11964047_7 WHERE leading_scorer = "Gordon : 32" |
what's the home team where streak is l3 and leading scorer is roy : 23 | CREATE TABLE table_11964047_5 (home VARCHAR, streak VARCHAR, leading_scorer VARCHAR) | SELECT home FROM table_11964047_5 WHERE streak = "L3" AND leading_scorer = "Roy : 23" |
what's the attendance where score is l 92–101 | CREATE TABLE table_11964047_5 (attendance VARCHAR, score VARCHAR) | SELECT attendance FROM table_11964047_5 WHERE score = "L 92–101" |
what is the total number of date where visitor is new jersey nets | CREATE TABLE table_11964047_5 (date VARCHAR, visitor VARCHAR) | SELECT COUNT(date) FROM table_11964047_5 WHERE visitor = "New Jersey Nets" |
who is the leading scorer where home is charlotte bobcats | CREATE TABLE table_11964047_5 (leading_scorer VARCHAR, home VARCHAR) | SELECT leading_scorer FROM table_11964047_5 WHERE home = "Charlotte Bobcats" |
what's the score where record is 0–2 | CREATE TABLE table_11964047_5 (score VARCHAR, record VARCHAR) | SELECT score FROM table_11964047_5 WHERE record = "0–2" |
what is the total number of record where streak is l2 and leading scorer is roy : 23 | CREATE TABLE table_11964047_5 (record VARCHAR, streak VARCHAR, leading_scorer VARCHAR) | SELECT COUNT(record) FROM table_11964047_5 WHERE streak = "L2" AND leading_scorer = "Roy : 23" |
Name the location on june 10 | CREATE TABLE table_11965481_13 (location_attendance VARCHAR, date VARCHAR) | SELECT location_attendance FROM table_11965481_13 WHERE date = "June 10" |
Name the number of games on june 12 | CREATE TABLE table_11965481_13 (game VARCHAR, date VARCHAR) | SELECT COUNT(game) FROM table_11965481_13 WHERE date = "June 12" |
Name the series on june 5 | CREATE TABLE table_11965481_13 (series VARCHAR, date VARCHAR) | SELECT series FROM table_11965481_13 WHERE date = "June 5" |
Who were the authors of series episode #25? | CREATE TABLE table_12030612_3 (written_by VARCHAR, series__number VARCHAR) | SELECT written_by FROM table_12030612_3 WHERE series__number = 25 |
What season features writer Michael Poryes? | CREATE TABLE table_12030612_3 (season__number VARCHAR, written_by VARCHAR) | SELECT season__number FROM table_12030612_3 WHERE written_by = "Michael Poryes" |
What is the date of the episode written by Michael Poryes? | CREATE TABLE table_12030612_3 (original_air_date VARCHAR, written_by VARCHAR) | SELECT original_air_date FROM table_12030612_3 WHERE written_by = "Michael Poryes" |
what is the somerset for the year 2009? | CREATE TABLE table_12043148_2 (somerset VARCHAR, year VARCHAR) | SELECT somerset FROM table_12043148_2 WHERE year = 2009 |
what is the bristol & n. som where the somerset is ashcott and shapwick? | CREATE TABLE table_12043148_2 (bristol_ VARCHAR, _n_som VARCHAR, somerset VARCHAR) | SELECT bristol_ & _n_som FROM table_12043148_2 WHERE somerset = "Ashcott and Shapwick" |
what is the latest year where glos & wilts is warminster? | CREATE TABLE table_12043148_2 (year INTEGER, glos_ VARCHAR, _wilts VARCHAR) | SELECT MAX(year) FROM table_12043148_2 WHERE glos_ & _wilts = "Warminster" |
what is the glos & wilts where the bristol & somerset is lansdown? | CREATE TABLE table_12043148_2 (glos_ VARCHAR, _wilts VARCHAR, bristol_ VARCHAR, _somerset VARCHAR) | SELECT glos_ & _wilts FROM table_12043148_2 WHERE bristol_ & _somerset = "Lansdown" |
what is the year where glos & wilts is gloucester city winget? | CREATE TABLE table_12043148_2 (year VARCHAR, glos_ VARCHAR, _wilts VARCHAR) | SELECT year FROM table_12043148_2 WHERE glos_ & _wilts = "Gloucester City Winget" |
who many times is gloucestershire is painswick? | CREATE TABLE table_12043148_2 (premier_two VARCHAR, gloucestershire VARCHAR) | SELECT COUNT(premier_two) FROM table_12043148_2 WHERE gloucestershire = "Painswick" |
what's the preliminaries where evening gown is 8.988 | CREATE TABLE table_12094609_1 (preliminaries VARCHAR, evening_gown VARCHAR) | SELECT preliminaries FROM table_12094609_1 WHERE evening_gown = "8.988" |
what's the swimsuit where average is 8.670 | CREATE TABLE table_12094609_1 (swimsuit VARCHAR, average VARCHAR) | SELECT swimsuit FROM table_12094609_1 WHERE average = "8.670" |
what's the evening gown where preliminaries is 8.977 | CREATE TABLE table_12094609_1 (evening_gown VARCHAR, preliminaries VARCHAR) | SELECT evening_gown FROM table_12094609_1 WHERE preliminaries = "8.977" |
what's the preliminaries where state is south dakota | CREATE TABLE table_12094609_1 (preliminaries VARCHAR, state VARCHAR) | SELECT preliminaries FROM table_12094609_1 WHERE state = "South Dakota" |
what's the evening gown where state is south dakota | CREATE TABLE table_12094609_1 (evening_gown VARCHAR, state VARCHAR) | SELECT evening_gown FROM table_12094609_1 WHERE state = "South Dakota" |
what is the total number of average where evening gown is 8.988 | CREATE TABLE table_12094609_1 (average VARCHAR, evening_gown VARCHAR) | SELECT COUNT(average) FROM table_12094609_1 WHERE evening_gown = "8.988" |
Name the men's singles of marina yakusheva elena shimko | CREATE TABLE table_12104319_1 (mens_singles VARCHAR, womens_doubles VARCHAR) | SELECT mens_singles FROM table_12104319_1 WHERE womens_doubles = "Marina Yakusheva Elena Shimko" |
What are the womens singles of imam sodikin irawan andi tandaputra? | CREATE TABLE table_12104319_1 (womens_singles VARCHAR, mens_doubles VARCHAR) | SELECT womens_singles FROM table_12104319_1 WHERE mens_doubles = "Imam Sodikin Irawan Andi Tandaputra" |
What are the womens singles of naoko fukuman kurumi yonao? | CREATE TABLE table_12104319_1 (womens_singles VARCHAR, womens_doubles VARCHAR) | SELECT womens_singles FROM table_12104319_1 WHERE womens_doubles = "Naoko Fukuman Kurumi Yonao" |
What is the womens singles of marcus ellis gabrielle white? | CREATE TABLE table_12104319_1 (womens_singles VARCHAR, mixed_doubles VARCHAR) | SELECT womens_singles FROM table_12104319_1 WHERE mixed_doubles = "Marcus Ellis Gabrielle White" |
What is the mens singles of 2008? | CREATE TABLE table_12104319_1 (mens_singles VARCHAR, year VARCHAR) | SELECT mens_singles FROM table_12104319_1 WHERE year = 2008 |
what is the gdp ( bn ) where capital is capital? | CREATE TABLE table_12108_1 (gdp___bn__ VARCHAR) | SELECT gdp___bn__ FROM table_12108_1 WHERE "capital" = "capital" |
what is the population where the area (sq. mi.) is area (sq. mi.)? | CREATE TABLE table_12108_1 (population VARCHAR) | SELECT population FROM table_12108_1 WHERE "area__sq_mi_" = "area__sq_mi_" |
What is the toll for light vehicles at the plaza where the toll for heavy vehicles with 2 axles is r87.00? | CREATE TABLE table_1211545_2 (light_vehicle VARCHAR, heavy_vehicle__2_axles_ VARCHAR) | SELECT light_vehicle FROM table_1211545_2 WHERE heavy_vehicle__2_axles_ = "R87.00" |
What is the name of the plaza where the toll for heavy vehicles with 2 axles is r87.00? | CREATE TABLE table_1211545_2 (name VARCHAR, heavy_vehicle__2_axles_ VARCHAR) | SELECT name FROM table_1211545_2 WHERE heavy_vehicle__2_axles_ = "R87.00" |
What is the toll for heavy vehicles with 3/4 axles at Verkeerdevlei toll plaza? | CREATE TABLE table_1211545_2 (heavy_vehicle__3_4_axles_ VARCHAR, name VARCHAR) | SELECT heavy_vehicle__3_4_axles_ FROM table_1211545_2 WHERE name = "Verkeerdevlei Toll Plaza" |
What is the location of the Carousel toll plaza? | CREATE TABLE table_1211545_2 (location VARCHAR, name VARCHAR) | SELECT location FROM table_1211545_2 WHERE name = "Carousel Toll Plaza" |
What is the toll for light vehicles at the plaza between bela bela and modimolle? | CREATE TABLE table_1211545_2 (light_vehicle VARCHAR, location VARCHAR) | SELECT light_vehicle FROM table_1211545_2 WHERE location = "between Bela Bela and Modimolle" |
What is the name of the plaza where the told for heavy vehicles with 2 axles is r20.50? | CREATE TABLE table_1211545_2 (name VARCHAR, heavy_vehicle__2_axles_ VARCHAR) | SELECT name FROM table_1211545_2 WHERE heavy_vehicle__2_axles_ = "R20.50" |
What is the inclination when the alt name is OPS-1584? | CREATE TABLE table_12141496_1 (inclination VARCHAR, alt_name VARCHAR) | SELECT inclination FROM table_12141496_1 WHERE alt_name = "OPS-1584" |
What is the maximum apogee for samos f3-3? | CREATE TABLE table_12141496_1 (apogee__km_ INTEGER, name VARCHAR) | SELECT MAX(apogee__km_) FROM table_12141496_1 WHERE name = "SAMOS F3-3" |
What was the maximum perigee on 1969-01-09? | CREATE TABLE table_12141496_1 (perigee__km_ INTEGER, decay_date VARCHAR) | SELECT MAX(perigee__km_) FROM table_12141496_1 WHERE decay_date = "1969-01-09" |
How many alt names does 1964-011a have? | CREATE TABLE table_12141496_1 (alt_name VARCHAR, id VARCHAR) | SELECT COUNT(alt_name) FROM table_12141496_1 WHERE id = "1964-011A" |
Who played SS when paul konerko played 1st base? | CREATE TABLE table_12142298_2 (shortstop VARCHAR, first_baseman VARCHAR) | SELECT shortstop FROM table_12142298_2 WHERE first_baseman = "Paul Konerko" |
Who played 2nd base when nomar garciaparra was at 1st base? | CREATE TABLE table_12142298_2 (second_baseman VARCHAR, first_baseman VARCHAR) | SELECT second_baseman FROM table_12142298_2 WHERE first_baseman = "Nomar Garciaparra" |
Who was the RF when the SP was vicente padilla? | CREATE TABLE table_12142298_2 (rightfielder VARCHAR, starting_pitcher VARCHAR) | SELECT rightfielder FROM table_12142298_2 WHERE starting_pitcher = "Vicente Padilla" |
Who was the SS when jim lefebvre was at 2nd, willie davis at CF, and don drysdale was the SP. | CREATE TABLE table_12142298_2 (shortstop VARCHAR, starting_pitcher VARCHAR, second_baseman VARCHAR, centerfielder VARCHAR) | SELECT shortstop FROM table_12142298_2 WHERE second_baseman = "Jim Lefebvre" AND centerfielder = "Willie Davis" AND starting_pitcher = "Don Drysdale" |
Who is the top scorer where gf is 41? | CREATE TABLE table_1218784_1 (top_scorer VARCHAR, gf VARCHAR) | SELECT top_scorer FROM table_1218784_1 WHERE gf = 41 |
How many goals were scored in the 2005-06 season? | CREATE TABLE table_1218784_1 (goals VARCHAR, season VARCHAR) | SELECT goals FROM table_1218784_1 WHERE season = "2005-06" |
How many seasons had a rank of 16? | CREATE TABLE table_1218784_1 (season VARCHAR, rank VARCHAR) | SELECT COUNT(season) FROM table_1218784_1 WHERE rank = 16 |
Who is the manager whose rank is 16? | CREATE TABLE table_1218784_1 (manager VARCHAR, rank VARCHAR) | SELECT manager FROM table_1218784_1 WHERE rank = 16 |
What is the rank of manager Rob Mcdonald? | CREATE TABLE table_1218784_1 (rank VARCHAR, manager VARCHAR) | SELECT COUNT(rank) FROM table_1218784_1 WHERE manager = "Rob McDonald" |
What's the order number of the song originally performed by Rickie Lee Jones? | CREATE TABLE table_12310814_1 (order__number VARCHAR, original_artist VARCHAR) | SELECT order__number FROM table_12310814_1 WHERE original_artist = "Rickie Lee Jones" |
What was the result of the Top 3 episode? | CREATE TABLE table_12310814_1 (result VARCHAR, episode VARCHAR) | SELECT result FROM table_12310814_1 WHERE episode = "Top 3" |
What's the total number of songs originally performed by Anna Nalick? | CREATE TABLE table_12310814_1 (song_choice VARCHAR, original_artist VARCHAR) | SELECT COUNT(song_choice) FROM table_12310814_1 WHERE original_artist = "Anna Nalick" |
Which one of the songs was originally performed by Rickie Lee Jones? | CREATE TABLE table_12310814_1 (song_choice VARCHAR, original_artist VARCHAR) | SELECT song_choice FROM table_12310814_1 WHERE original_artist = "Rickie Lee Jones" |
What's the original artist of the song performed in the top 3 episode? | CREATE TABLE table_12310814_1 (original_artist VARCHAR, episode VARCHAR) | SELECT original_artist FROM table_12310814_1 WHERE episode = "Top 3" |
What is the # of seats one for the election in 1974? | CREATE TABLE table_123462_2 (_number_of_seats_won VARCHAR, election VARCHAR) | SELECT _number_of_seats_won FROM table_123462_2 WHERE election = 1974 |
How many times was the # of total votes 2582322? | CREATE TABLE table_123462_2 (_number_of_seats_won VARCHAR, _number_of_total_votes VARCHAR) | SELECT COUNT(_number_of_seats_won) FROM table_123462_2 WHERE _number_of_total_votes = 2582322 |
What year was the election when the # of seats won was 65? | CREATE TABLE table_123462_2 (election VARCHAR, _number_of_seats_won VARCHAR) | SELECT election FROM table_123462_2 WHERE _number_of_seats_won = 65 |
What is the election year when the # of candidates nominated was 262? | CREATE TABLE table_123462_2 (election VARCHAR, _number_of_candidates_nominated VARCHAR) | SELECT COUNT(election) FROM table_123462_2 WHERE _number_of_candidates_nominated = 262 |
What was the lowest # of total votes? | CREATE TABLE table_123462_2 (_number_of_total_votes INTEGER) | SELECT MIN(_number_of_total_votes) FROM table_123462_2 |
What is the strongs words compounded when the english spelling is jonadab? | CREATE TABLE table_1242447_1 (strongs_words_compounded VARCHAR, english_spelling VARCHAR) | SELECT strongs_words_compounded FROM table_1242447_1 WHERE english_spelling = "Jonadab" |
What is the strong words compounded when the strongs transliteration is yowyariyb? | CREATE TABLE table_1242447_1 (strongs_words_compounded VARCHAR, strongs_transliteration VARCHAR) | SELECT strongs_words_compounded FROM table_1242447_1 WHERE strongs_transliteration = "Yowyariyb" |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.