answer stringlengths 18 557 | question stringlengths 12 244 | context stringlengths 27 489 |
|---|---|---|
SELECT T1.emp_lname, T2.prof_office FROM employee AS T1 JOIN professor AS T2 ON T1.emp_num = T2.emp_num JOIN department AS T3 ON T2.dept_code = T3.dept_code WHERE T3.dept_name = 'History' | What is the last name and office of the professor from the history department? | CREATE TABLE department (dept_code VARCHAR, dept_name VARCHAR); CREATE TABLE employee (emp_lname VARCHAR, emp_num VARCHAR); CREATE TABLE professor (prof_office VARCHAR, emp_num VARCHAR, dept_code VARCHAR) |
SELECT manner_of_departure FROM table_17085981_2 WHERE team = "Stuttgarter Kickers" AND outgoing_manager = "Edgar Schmitt" | What was the manner of departure for Edgar Schmitt of the Stuttgarter Kickers? | CREATE TABLE table_17085981_2 (manner_of_departure VARCHAR, team VARCHAR, outgoing_manager VARCHAR) |
SELECT game FROM table_name_13 WHERE opponent = "@ washington wizards" | Which Game has an Opponent of @ washington wizards? | CREATE TABLE table_name_13 (game VARCHAR, opponent VARCHAR) |
SELECT t_papadopoulos FROM table_name_48 WHERE d_christofias = "28.4%" | What was the percentage for T. Papadopoulos when D. Christofias was 28.4%? | CREATE TABLE table_name_48 (t_papadopoulos VARCHAR, d_christofias VARCHAR) |
SELECT attendance FROM table_name_14 WHERE date = "august 26" | What was the Attendance of August 26? | CREATE TABLE table_name_14 (attendance VARCHAR, date VARCHAR) |
SELECT approximate_sales FROM table_2512935_8 WHERE author = "Laura Ingalls Wilder" | What are all approximate sales for the author Laura Ingalls Wilder? | CREATE TABLE table_2512935_8 (approximate_sales VARCHAR, author VARCHAR) |
SELECT frequency FROM table_19215259_1 WHERE branding = "101.5 News FM" | What is the frequency of 101.5 News FM? | CREATE TABLE table_19215259_1 (frequency VARCHAR, branding VARCHAR) |
SELECT last_performance FROM table_name_16 WHERE status = "current cast" AND name = "noah parets" | What was the Last Performance when the status is current cast, and a Name of noah parets? | CREATE TABLE table_name_16 (last_performance VARCHAR, status VARCHAR, name VARCHAR) |
SELECT score FROM table_name_55 WHERE total = "80โ72" | Which Score has a Total of 80โ72? | CREATE TABLE table_name_55 (score VARCHAR, total VARCHAR) |
SELECT constructor FROM table_name_14 WHERE grid < 18 AND driver = "mika hรคkkinen" | Which constructor has a Grid smaller than 18, and a Driver of mika hรคkkinen? | CREATE TABLE table_name_14 (constructor VARCHAR, grid VARCHAR, driver VARCHAR) |
SELECT original_season FROM table_18974269_1 WHERE player = "Evelyn Smith" | What was the season where Evelyn Smith was on? | CREATE TABLE table_18974269_1 (original_season VARCHAR, player VARCHAR) |
SELECT 123 AS kg FROM table_name_41 WHERE world_record = "total" | What's the 123kg of the Total world record? | CREATE TABLE table_name_41 (world_record VARCHAR) |
SELECT COUNT(club) FROM table_18018248_2 WHERE points = 29 | How many clubs had 29 points? | CREATE TABLE table_18018248_2 (club VARCHAR, points VARCHAR) |
SELECT date FROM table_name_81 WHERE home = "atlanta" | What was the date of the game when Atlanta was the home team? | CREATE TABLE table_name_81 (date VARCHAR, home VARCHAR) |
SELECT MAX(join_date) FROM table_26466528_1 | Name the most join date | CREATE TABLE table_26466528_1 (join_date INTEGER) |
SELECT manager_name, district FROM shop ORDER BY number_products DESC LIMIT 1 | Find the manager name and district of the shop whose number of products is the largest. | CREATE TABLE shop (manager_name VARCHAR, district VARCHAR, number_products VARCHAR) |
SELECT type FROM table_name_46 WHERE name = "l. publilius philo vulscus" | What is the Type for l. publilius philo vulscus? | CREATE TABLE table_name_46 (type VARCHAR, name VARCHAR) |
SELECT fastest_lap FROM table_21321935_2 WHERE circuit = "Motorsport Arena Oschersleben" | Who had the fasted lap in motorsport arena oschersleben? | CREATE TABLE table_21321935_2 (fastest_lap VARCHAR, circuit VARCHAR) |
SELECT original_air_date FROM table_2468961_2 WHERE production_code = 447004 | What date did the episode with a production code of 447004 originally air? | CREATE TABLE table_2468961_2 (original_air_date VARCHAR, production_code VARCHAR) |
SELECT birth FROM table_name_94 WHERE death = "18 october 1335" | What is the birth date of the person who died on 18 October 1335? | CREATE TABLE table_name_94 (birth VARCHAR, death VARCHAR) |
SELECT outcome FROM table_name_74 WHERE partner = "dora djilianova" AND date = "october 1, 1995" | On October 1, 1995 with Dora Djilianova as a partner, what was the outcome of the match? | CREATE TABLE table_name_74 (outcome VARCHAR, partner VARCHAR, date VARCHAR) |
SELECT played FROM table_name_56 WHERE try_bonus = "2" AND club = "pontyberem rfc" | For Pontyberem RFC that has a Try Bonus of 2, what is the played? | CREATE TABLE table_name_56 (played VARCHAR, try_bonus VARCHAR, club VARCHAR) |
SELECT husband FROM table_name_87 WHERE image = "renata of lorraine" | Who is the husband of the image of renata of lorraine? | CREATE TABLE table_name_87 (husband VARCHAR, image VARCHAR) |
SELECT COUNT(round) FROM table_26334740_3 WHERE race = 17 | In how many rounds was Race 17? | CREATE TABLE table_26334740_3 (round VARCHAR, race VARCHAR) |
SELECT aspect_ratio FROM table_name_56 WHERE release_date = "september 1, 2009" | What is the aspect ratio for the September 1, 2009 release? | CREATE TABLE table_name_56 (aspect_ratio VARCHAR, release_date VARCHAR) |
SELECT MAX(wins) FROM table_name_27 WHERE cuts_made = 3 AND events > 4 | What is the highest wins a tournament with 3 cuts and more than 4 events has? | CREATE TABLE table_name_27 (wins INTEGER, cuts_made VARCHAR, events VARCHAR) |
SELECT result FROM table_2668401_12 WHERE district = "Pennsylvania 8" | What was the result for Pennsylvania 8? | CREATE TABLE table_2668401_12 (result VARCHAR, district VARCHAR) |
SELECT high_school FROM table_22496344_1 WHERE year = "Senior (RS)" | Which highschool has senior (rs) for the year? | CREATE TABLE table_22496344_1 (high_school VARCHAR, year VARCHAR) |
SELECT COUNT(gold) FROM table_name_49 WHERE nation = "egypt" AND silver < 0 | What is the total number of gold medals Egypt, who has less than 0 silver, has? | CREATE TABLE table_name_49 (gold VARCHAR, nation VARCHAR, silver VARCHAR) |
SELECT authority FROM table_name_64 WHERE roll < 254 AND decile = "8" AND area = "te akau" | Name the authority for te akau with roll less than 254 and decile of 8 | CREATE TABLE table_name_64 (authority VARCHAR, area VARCHAR, roll VARCHAR, decile VARCHAR) |
SELECT MAX(pick__number) FROM table_10812938_5 WHERE college = "New Mexico" | What's the pick number of the player from New Mexico? | CREATE TABLE table_10812938_5 (pick__number INTEGER, college VARCHAR) |
SELECT winners_score FROM table_224616_1 WHERE year = 1982 | List all winning scores from 1982. | CREATE TABLE table_224616_1 (winners_score VARCHAR, year VARCHAR) |
SELECT image FROM table_name_86 WHERE husband = "william iv" | Which image is of the woman married to william iv? | CREATE TABLE table_name_86 (image VARCHAR, husband VARCHAR) |
SELECT doctor FROM table_1620397_5 WHERE author = "Gary Hopkins Category:Articles with hCards" | What was the doctor when the author was Gary Hopkins category:articles with hcards? | CREATE TABLE table_1620397_5 (doctor VARCHAR, author VARCHAR) |
SELECT college FROM table_26996293_1 WHERE player = "Jim Bennett" | What college did Jim Bennett attend? | CREATE TABLE table_26996293_1 (college VARCHAR, player VARCHAR) |
SELECT walker__percentage FROM table_21046399_3 WHERE county = "Calumet" | What percentage did Walker win in Calumet county? | CREATE TABLE table_21046399_3 (walker__percentage VARCHAR, county VARCHAR) |
SELECT lap_by_lap FROM table_name_48 WHERE year > 2008 AND pre_race_host = "chris myers" AND ratings = "9.9/22" | What Lap-by-lap has Chris Myers as the Pre-Race Host, a Year larger than 2008, and 9.9/22 as its Ratings? | CREATE TABLE table_name_48 (lap_by_lap VARCHAR, ratings VARCHAR, year VARCHAR, pre_race_host VARCHAR) |
SELECT stadium FROM table_23214833_1 WHERE capacity = 13800 | What stadium has capacity for 13800? | CREATE TABLE table_23214833_1 (stadium VARCHAR, capacity VARCHAR) |
SELECT SUM(laps) FROM table_name_60 WHERE finish = "24" | What is the sum of the lap with a finish of 24? | CREATE TABLE table_name_60 (laps INTEGER, finish VARCHAR) |
SELECT state_country FROM table_25595107_1 WHERE loa__metres_ = "15.79" | What state/country was the yacht from that had 15.79 LOA (metres)? | CREATE TABLE table_25595107_1 (state_country VARCHAR, loa__metres_ VARCHAR) |
SELECT COUNT(first_elected) FROM table_name_28 WHERE party = "democratic" AND district = "tennessee 5" | What is the total number of First Elected, when Party is "Democratic", and when District is "Tennessee 5"? | CREATE TABLE table_name_28 (first_elected VARCHAR, party VARCHAR, district VARCHAR) |
SELECT 2008 FROM table_name_5 WHERE tournament = "canada masters" | What was the double's performance data from the Canada Masters tournament in 2008? | CREATE TABLE table_name_5 (tournament VARCHAR) |
SELECT athlete FROM table_26454128_4 WHERE height = "1.87" AND country = "Sweden" | Which athlete has a height of 1.87 and is from Sweden? | CREATE TABLE table_26454128_4 (athlete VARCHAR, height VARCHAR, country VARCHAR) |
SELECT nickname FROM table_name_37 WHERE enrollment < 501 AND location = "clarkesville" | Which Nickname has an Enrollment smaller than 501, and a Location of clarkesville? | CREATE TABLE table_name_37 (nickname VARCHAR, enrollment VARCHAR, location VARCHAR) |
SELECT opponent FROM table_name_97 WHERE date = "1990-10-21" | What team was the opponent on 1990-10-21? | CREATE TABLE table_name_97 (opponent VARCHAR, date VARCHAR) |
SELECT AVG(enrollment) FROM table_name_32 WHERE location = "hope" | COunt the average Enrollment in hope? | CREATE TABLE table_name_32 (enrollment INTEGER, location VARCHAR) |
SELECT winner FROM table_21330550_2 WHERE location = "LJVM Coliseum โข Winston-Salem, NC" | Who is the winner in the location of ljvm coliseum โข winston-salem, nc? | CREATE TABLE table_21330550_2 (winner VARCHAR, location VARCHAR) |
SELECT team FROM table_name_7 WHERE date = "march 11" | Which team did they play on March 11? | CREATE TABLE table_name_7 (team VARCHAR, date VARCHAR) |
SELECT COUNT(date) FROM table_24887326_6 WHERE tie_no = 12 | How many dates are there for tie number 12? | CREATE TABLE table_24887326_6 (date VARCHAR, tie_no VARCHAR) |
SELECT lead FROM table_name_18 WHERE team = "europe" AND skip = "liudmila privivkova" | Who is the lead on the Europe team that has a Liudmila Privivkova as the skip? | CREATE TABLE table_name_18 (lead VARCHAR, team VARCHAR, skip VARCHAR) |
SELECT tournament_location FROM table_name_81 WHERE margin_of_victory = "1 stroke" AND purse___$__ = "1,200,000" | What tournament location has 1 stroke as the margin of victory, with 1,200,000 as the purse ($)? | CREATE TABLE table_name_81 (tournament_location VARCHAR, margin_of_victory VARCHAR, purse___$__ VARCHAR) |
SELECT COUNT(rank) FROM table_name_48 WHERE studio = "vestron" | What is the total number of ranks that had vestron as the studio? | CREATE TABLE table_name_48 (rank VARCHAR, studio VARCHAR) |
SELECT game FROM table_name_20 WHERE home_team = "philadelphia" | Which games had Philadelphia as home team? | CREATE TABLE table_name_20 (game VARCHAR, home_team VARCHAR) |
SELECT COUNT(result) FROM table_12369913_1 WHERE original_title = "Ani Ohev Otach Roza (ืื ื ืืืื ืืืชื ืจืืื)" | How many results are there with the original title of ani ohev otach roza (ืื ื ืืืื ืืืชื ืจืืื)? | CREATE TABLE table_12369913_1 (result VARCHAR, original_title VARCHAR) |
SELECT partner FROM table_name_73 WHERE outcome = "winner" AND date = "12 october 2003" | What is Partner, when Outcome is Winner, and when Date is 12 October 2003? | CREATE TABLE table_name_73 (partner VARCHAR, outcome VARCHAR, date VARCHAR) |
SELECT visitor FROM table_name_4 WHERE decision = "ward" AND record = "22โ21โ4" | Who was the visitor when ward recorded the decision with a record of 22โ21โ4? | CREATE TABLE table_name_4 (visitor VARCHAR, decision VARCHAR, record VARCHAR) |
SELECT player FROM table_18042409_1 WHERE alma_mater = "Wilfrid Laurier University" | List the plats that attended Wilfrid Laurier University. | CREATE TABLE table_18042409_1 (player VARCHAR, alma_mater VARCHAR) |
SELECT runners_up FROM table_name_75 WHERE venue = "broadwood stadium" | What Runners-up have a Venue in Broadwood Stadium? | CREATE TABLE table_name_75 (runners_up VARCHAR, venue VARCHAR) |
SELECT name FROM table_name_22 WHERE assists > 0 AND position = "forward" AND apps > 84 AND goals = 19 | What is the name of the player with more than 0 assists, a position of forward, 19 goals, and more than 84 apps? | CREATE TABLE table_name_22 (name VARCHAR, goals VARCHAR, apps VARCHAR, assists VARCHAR, position VARCHAR) |
SELECT time FROM table_name_9 WHERE opponent = "buffalo bills" | Tell me the time for buffalo bills | CREATE TABLE table_name_9 (time VARCHAR, opponent VARCHAR) |
SELECT featuring FROM table_name_30 WHERE doctor = "6th" AND series_sorted = "6y/ak" | who is the featuring when the doctor is the 6th and the series sorted is 6y/ak? | CREATE TABLE table_name_30 (featuring VARCHAR, doctor VARCHAR, series_sorted VARCHAR) |
SELECT mls_team FROM table_name_97 WHERE affiliation = "yale university" | What MLS team is affiliated with yale university? | CREATE TABLE table_name_97 (mls_team VARCHAR, affiliation VARCHAR) |
SELECT COUNT(score) FROM table_23284271_6 WHERE date = "December 27" | Name the score for december 27 | CREATE TABLE table_23284271_6 (score VARCHAR, date VARCHAR) |
SELECT score FROM table_13328239_4 WHERE round = "QF" | What's the score of the QF round? | CREATE TABLE table_13328239_4 (score VARCHAR, round VARCHAR) |
SELECT home_team FROM table_name_17 WHERE score = "2โ3" | What is the Home team in the game with a Score of 2โ3? | CREATE TABLE table_name_17 (home_team VARCHAR, score VARCHAR) |
SELECT played FROM table_name_91 WHERE losing_bonus = "3" | What played has 3 as the losing bonus? | CREATE TABLE table_name_91 (played VARCHAR, losing_bonus VARCHAR) |
SELECT class FROM table_name_3 WHERE length = "2 hours" AND circuit = "las vegas motor speedway" | Which class was on the Las Vegas Motor Speedway for 2 hours? | CREATE TABLE table_name_3 (class VARCHAR, length VARCHAR, circuit VARCHAR) |
SELECT SUM(total) FROM table_name_48 WHERE UEfa_cup = 4 | What is the sum of totals associated with a UEFA Cup score of 4? | CREATE TABLE table_name_48 (total INTEGER, UEfa_cup VARCHAR) |
SELECT constructor FROM table_21977704_1 WHERE driver = "Alberto Ascari" | Name the constructor for alberto ascari | CREATE TABLE table_21977704_1 (constructor VARCHAR, driver VARCHAR) |
SELECT round FROM table_name_60 WHERE position = "qb" AND overall > 79 | Which round has more than 79 overall and a position of QB? | CREATE TABLE table_name_60 (round VARCHAR, position VARCHAR, overall VARCHAR) |
SELECT T1.part_name FROM Parts AS T1 JOIN Part_Faults AS T2 ON T1.part_id = T2.part_id GROUP BY T1.part_name ORDER BY COUNT(*) LIMIT 1 | Which kind of part has the least number of faults? List the part name. | CREATE TABLE Parts (part_name VARCHAR, part_id VARCHAR); CREATE TABLE Part_Faults (part_id VARCHAR) |
SELECT constructor FROM table_name_57 WHERE grid = 8 | Tell me the constructor for grid of 8 | CREATE TABLE table_name_57 (constructor VARCHAR, grid VARCHAR) |
SELECT SUM(score) FROM table_name_9 WHERE to_par = "โ5" AND player = "peter jacobsen" | What is the score when the to par was โ5, for Peter Jacobsen? | CREATE TABLE table_name_9 (score INTEGER, to_par VARCHAR, player VARCHAR) |
SELECT cName FROM College WHERE enr < 13000 AND state = "AZ" UNION SELECT cName FROM College WHERE enr > 15000 AND state = "LA" | Find the names of either colleges in LA with greater than 15000 size or in state AZ with less than 13000 enrollment. | CREATE TABLE College (cName VARCHAR, enr VARCHAR, state VARCHAR) |
SELECT AVG(crowd) FROM table_name_41 WHERE home_team = "fitzroy" | What is the average crowd size when fitzroy plays at home? | CREATE TABLE table_name_41 (crowd INTEGER, home_team VARCHAR) |
SELECT char_cells FROM table_1701371_2 WHERE hardware_colours = 8 | If hardware colours is 8 what would the char cells be? | CREATE TABLE table_1701371_2 (char_cells VARCHAR, hardware_colours VARCHAR) |
SELECT event FROM table_name_70 WHERE round = "1" AND record = "2โ0" | Which Event has a Round of 1, and a Record of 2โ0? | CREATE TABLE table_name_70 (event VARCHAR, round VARCHAR, record VARCHAR) |
SELECT MIN(third_place) FROM table_2146364_2 WHERE city_ & _nation = "Vancouver, Canada" | What is the total number of third place finishes when the city & nation was Vancouver, Canada? | CREATE TABLE table_2146364_2 (third_place INTEGER, city_ VARCHAR, _nation VARCHAR) |
SELECT away_team FROM table_name_45 WHERE home_team = "everton" AND date = "30 january 1988" | Who was the away team on 30 January 1988, when the home team was Everton? | CREATE TABLE table_name_45 (away_team VARCHAR, home_team VARCHAR, date VARCHAR) |
SELECT MIN(points) FROM table_name_75 WHERE year > 1974 AND rank = "15th" | Which Points is the lowest one that has a Year larger than 1974, and a Rank of 15th? | CREATE TABLE table_name_75 (points INTEGER, year VARCHAR, rank VARCHAR) |
SELECT type FROM table_name_74 WHERE name = "espn international sports" | What is the type of station for ESPN International Sports? | CREATE TABLE table_name_74 (type VARCHAR, name VARCHAR) |
SELECT MAX(position) FROM table_name_9 WHERE goals_against < 54 AND losses = 7 AND goal_difference > 23 | Which position is the highest to have less than 54 goals, a loss of 7 and a goal difference higher than 23? | CREATE TABLE table_name_9 (position INTEGER, goal_difference VARCHAR, goals_against VARCHAR, losses VARCHAR) |
SELECT name FROM table_name_20 WHERE nat = "mkd" | What's the name of MKD? | CREATE TABLE table_name_20 (name VARCHAR, nat VARCHAR) |
SELECT MAX(rank) FROM table_name_11 WHERE nation = "great britain" AND bronze < 16 | What is the highest rank of Great Britain who has less than 16 bronze? | CREATE TABLE table_name_11 (rank INTEGER, nation VARCHAR, bronze VARCHAR) |
SELECT position FROM table_name_80 WHERE date_of_birth__age_ = "2 november 1987" | Name the position for the player born 2 november 1987 | CREATE TABLE table_name_80 (position VARCHAR, date_of_birth__age_ VARCHAR) |
SELECT series FROM table_name_3 WHERE home = "toronto" AND date = "may 18" | Which series is based in Toronto on may 18? | CREATE TABLE table_name_3 (series VARCHAR, home VARCHAR, date VARCHAR) |
SELECT player FROM table_name_2 WHERE to_par = "e" AND score = 68 - 72 = 140 | WHAT IS THE PLAYER WITH A TO PAR OF E, AND SCORE OF 68-72=140? | CREATE TABLE table_name_2 (player VARCHAR, to_par VARCHAR, score VARCHAR) |
SELECT MIN(attendance) FROM table_name_58 WHERE result = "w 25-17" | What is the lowest Attendance at a game with the Result of w 25-17? | CREATE TABLE table_name_58 (attendance INTEGER, result VARCHAR) |
SELECT power FROM table_name_47 WHERE fuel_system = "fuel injection" AND displacement = "1991cc" | How much power does the fuel injection system have with a displacement of 1991cc? | CREATE TABLE table_name_47 (power VARCHAR, fuel_system VARCHAR, displacement VARCHAR) |
SELECT host_team FROM table_name_32 WHERE stadium = "cleveland browns stadium" | Who was the host team at the game at the Cleveland Browns Stadium? | CREATE TABLE table_name_32 (host_team VARCHAR, stadium VARCHAR) |
SELECT season FROM table_name_79 WHERE losses = "16" AND team = "hampshire" | Which season had 16 losses for the Hampshire team? | CREATE TABLE table_name_79 (season VARCHAR, losses VARCHAR, team VARCHAR) |
SELECT MAX(games) FROM table_name_27 WHERE goals_against < 14 AND wins > 1 AND draws < 2 AND goals_for = 3 | what's the number of games with a Goals Against smaller than 14, and a Wins larger than 1, and a Draws smaller than 2, and a Goals For of 3? | CREATE TABLE table_name_27 (games INTEGER, goals_for VARCHAR, draws VARCHAR, goals_against VARCHAR, wins VARCHAR) |
SELECT position FROM table_name_75 WHERE school_club_team = "nebraska" | What position is listed for the nebraska team? | CREATE TABLE table_name_75 (position VARCHAR, school_club_team VARCHAR) |
SELECT nhl_team FROM table_name_46 WHERE position = "centre" AND pick__number = "105" | What NHL team has a centre and pick number of 105? | CREATE TABLE table_name_46 (nhl_team VARCHAR, position VARCHAR, pick__number VARCHAR) |
SELECT COUNT(states___first_place) FROM table_20246201_9 WHERE office = "Governor" | How many states-first place are there for the office of Governor? | CREATE TABLE table_20246201_9 (states___first_place VARCHAR, office VARCHAR) |
SELECT MAX(basses) FROM table_2414_1 | What is the biggest number of basses suggested in either one of the references? | CREATE TABLE table_2414_1 (basses INTEGER) |
SELECT AVG(rank) FROM table_name_21 WHERE title = "bronco billy" | What is the rank of Bronco Billy? | CREATE TABLE table_name_21 (rank INTEGER, title VARCHAR) |
SELECT SUM(rank) FROM table_name_90 WHERE bronze < 1 AND gold = 1 AND total < 1 | Name the sum of rank for bronze less than 1 and gold of 1 with total less than 1 | CREATE TABLE table_name_90 (rank INTEGER, total VARCHAR, bronze VARCHAR, gold VARCHAR) |
SELECT party FROM table_name_77 WHERE years_in_assembly = "2008โpresent" AND name = "tom ammiano" | Which Party has Years in Assembly of 2008โpresent, and a Name of tom ammiano? | CREATE TABLE table_name_77 (party VARCHAR, years_in_assembly VARCHAR, name VARCHAR) |
SELECT korean FROM table_name_46 WHERE hanja = "ๅๆฅๅท" | What's Korean for ๅๆฅๅท Hanja? | CREATE TABLE table_name_46 (korean VARCHAR, hanja VARCHAR) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.