combined_text stringlengths 106 1.05k |
|---|
###question:What is the average Laps for the Mexico team with a grid number of more than 1?###answer:SELECT AVG(laps) FROM table_name_76 WHERE grid > 1 AND team = "mexico"###context:CREATE TABLE table_name_76 (laps INTEGER, grid VARCHAR, team VARCHAR) |
###question:What is name of the drive with a Time of +13.315?###answer:SELECT driver FROM table_name_85 WHERE time = "+13.315"###context:CREATE TABLE table_name_85 (driver VARCHAR, time VARCHAR) |
###question:What is the total grid number that has 14 laps and a time of +29.483?###answer:SELECT COUNT(grid) FROM table_name_6 WHERE laps = 14 AND time = "+29.483"###context:CREATE TABLE table_name_6 (grid VARCHAR, laps VARCHAR, time VARCHAR) |
###question:What is the total number of Laps when collision shows for time for Switzerland and less than 11 for grid?###answer:SELECT COUNT(laps) FROM table_name_39 WHERE time = "collision" AND team = "switzerland" AND grid < 11###context:CREATE TABLE table_name_39 (laps VARCHAR, grid VARCHAR, time VARCHAR, team VARCHA... |
###question:What is the time of the game after week 4 against the Baltimore Ravens?###answer:SELECT time___et__ FROM table_name_67 WHERE week > 4 AND opponent = "baltimore ravens"###context:CREATE TABLE table_name_67 (time___et__ VARCHAR, week VARCHAR, opponent VARCHAR) |
###question:What nominated work has seattle international film festival as the award?###answer:SELECT nominated_work FROM table_name_24 WHERE award = "seattle international film festival"###context:CREATE TABLE table_name_24 (nominated_work VARCHAR, award VARCHAR) |
###question:What award has breakthrough performance as the category?###answer:SELECT award FROM table_name_52 WHERE category = "breakthrough performance"###context:CREATE TABLE table_name_52 (award VARCHAR, category VARCHAR) |
###question:What category has showest award for the category awards?###answer:SELECT category FROM table_name_9 WHERE award = "showest award"###context:CREATE TABLE table_name_9 (category VARCHAR, award VARCHAR) |
###question:What category has a year after 2004?###answer:SELECT category FROM table_name_33 WHERE year > 2004###context:CREATE TABLE table_name_33 (category VARCHAR, year INTEGER) |
###question:Which Opponent had a Score of 6-3, 6-2?###answer:SELECT opponent FROM table_name_67 WHERE score = "6-3, 6-2"###context:CREATE TABLE table_name_67 (opponent VARCHAR, score VARCHAR) |
###question:Which Score had an Opponent of chris evert-lloyd?###answer:SELECT score FROM table_name_53 WHERE opponent = "chris evert-lloyd"###context:CREATE TABLE table_name_53 (score VARCHAR, opponent VARCHAR) |
###question:Which Surface had an Opponent of chris evert-lloyd?###answer:SELECT surface FROM table_name_45 WHERE opponent = "chris evert-lloyd"###context:CREATE TABLE table_name_45 (surface VARCHAR, opponent VARCHAR) |
###question:Which Surface had a Date of june 13, 1983?###answer:SELECT surface FROM table_name_14 WHERE date = "june 13, 1983"###context:CREATE TABLE table_name_14 (surface VARCHAR, date VARCHAR) |
###question:What was the highest attendance for a game where Geelong was the home team?###answer:SELECT MAX(crowd) FROM table_name_25 WHERE home_team = "geelong"###context:CREATE TABLE table_name_25 (crowd INTEGER, home_team VARCHAR) |
###question:What was the away team score when the home team was the Brisbane Lions?###answer:SELECT away_team AS score FROM table_name_83 WHERE home_team = "brisbane lions"###context:CREATE TABLE table_name_83 (away_team VARCHAR, home_team VARCHAR) |
###question:What was the largest attendance at the Telstra Dome, when the home team was the Western Bulldogs?###answer:SELECT MAX(crowd) FROM table_name_30 WHERE ground = "telstra dome" AND home_team = "western bulldogs"###context:CREATE TABLE table_name_30 (crowd INTEGER, ground VARCHAR, home_team VARCHAR) |
###question:What is the full amount of Total Cargo (in Metric Tonnes) where the Code (IATA/ICAO) is pvg/zspd, and the rank is less than 3?###answer:SELECT SUM(total_cargo__metric_tonnes_) FROM table_name_13 WHERE code__iata_icao_ = "pvg/zspd" AND rank < 3###context:CREATE TABLE table_name_13 (total_cargo__metric_tonnes... |
###question:What is the Date at memorial stadium β’ minneapolis, mn with an Attendance of 20,000, and a Result of w52-0?###answer:SELECT date FROM table_name_7 WHERE site = "memorial stadium β’ minneapolis, mn" AND attendance = "20,000" AND result = "w52-0"###context:CREATE TABLE table_name_7 (date VARCHAR, result VARCHA... |
###question:What is the Opponent name at memorial stadium β’ minneapolis, mn on 10/20/1928?###answer:SELECT opponent_number FROM table_name_25 WHERE site = "memorial stadium β’ minneapolis, mn" AND date = "10/20/1928"###context:CREATE TABLE table_name_25 (opponent_number VARCHAR, site VARCHAR, date VARCHAR) |
###question:What is the Attendance number when the Opponent was purdue?###answer:SELECT attendance FROM table_name_15 WHERE opponent_number = "purdue"###context:CREATE TABLE table_name_15 (attendance VARCHAR, opponent_number VARCHAR) |
###question:What is the Site when the Result was w52-0?###answer:SELECT site FROM table_name_92 WHERE result = "w52-0"###context:CREATE TABLE table_name_92 (site VARCHAR, result VARCHAR) |
###question:What is the Attendance on 11/10/1928?###answer:SELECT attendance FROM table_name_42 WHERE date = "11/10/1928"###context:CREATE TABLE table_name_42 (attendance VARCHAR, date VARCHAR) |
###question:Who was the Winner at Campbelltown Sports Stadium?###answer:SELECT winner FROM table_name_74 WHERE venue = "campbelltown sports stadium"###context:CREATE TABLE table_name_74 (winner VARCHAR, venue VARCHAR) |
###question:When Sydney Roosters won with a Crown of more than 7,426, what was the Venue?###answer:SELECT venue FROM table_name_74 WHERE winner = "sydney roosters" AND crowd > 7 OFFSET 426###context:CREATE TABLE table_name_74 (venue VARCHAR, winner VARCHAR, crowd VARCHAR) |
###question:What was the second leg score from the group stage on matchday 5?###answer:SELECT second_leg FROM table_name_35 WHERE phase = "group stage" AND round = "matchday 5"###context:CREATE TABLE table_name_35 (second_leg VARCHAR, phase VARCHAR, round VARCHAR) |
###question:what year did enrique alciati make a statue###answer:SELECT year_erected FROM table_name_51 WHERE artist = "enrique alciati"###context:CREATE TABLE table_name_51 (year_erected VARCHAR, artist VARCHAR) |
###question:what artist cam from uruguay###answer:SELECT artist FROM table_name_81 WHERE country = "uruguay"###context:CREATE TABLE table_name_81 (artist VARCHAR, country VARCHAR) |
###question:When did mika heinonen susanna dahlberg win mixed doubles?###answer:SELECT AVG(year) FROM table_name_55 WHERE mixed_doubles = "mika heinonen susanna dahlberg"###context:CREATE TABLE table_name_55 (year INTEGER, mixed_doubles VARCHAR) |
###question:Score of 0β3 (11β21, 14β21) had what outcome?###answer:SELECT outcome FROM table_name_32 WHERE score = "0β3 (11β21, 14β21)"###context:CREATE TABLE table_name_32 (outcome VARCHAR, score VARCHAR) |
###question:Venue of thessaloniki (without participation) had what score?###answer:SELECT score FROM table_name_99 WHERE venue = "thessaloniki (without participation)"###context:CREATE TABLE table_name_99 (score VARCHAR, venue VARCHAR) |
###question:Outcome of 13, and a Year of 2007 happened in what venue?###answer:SELECT venue FROM table_name_51 WHERE outcome = "13" AND year = "2007"###context:CREATE TABLE table_name_51 (venue VARCHAR, outcome VARCHAR, year VARCHAR) |
###question:Which Eruptions have a Location of pacific ring of fire, and a Volcanic Explosivity Index of 6, and a Country of peru?###answer:SELECT eruptions FROM table_name_51 WHERE location = "pacific ring of fire" AND volcanic_explosivity_index = "6" AND country = "peru"###context:CREATE TABLE table_name_51 (eruption... |
###question:How many fatalities does Italy have?###answer:SELECT fatalities FROM table_name_50 WHERE country = "italy"###context:CREATE TABLE table_name_50 (fatalities VARCHAR, country VARCHAR) |
###question:How many years have a Location of pacific ring of fire, and Eruptions of pinatubo?###answer:SELECT SUM(year) FROM table_name_22 WHERE location = "pacific ring of fire" AND eruptions = "pinatubo"###context:CREATE TABLE table_name_22 (year INTEGER, location VARCHAR, eruptions VARCHAR) |
###question:What is the Standings of Eintracht Braunschweig?###answer:SELECT standings FROM table_name_28 WHERE champions = "eintracht braunschweig"###context:CREATE TABLE table_name_28 (standings VARCHAR, champions VARCHAR) |
###question:Year larger than 2001 has what average points?###answer:SELECT AVG(points) FROM table_name_92 WHERE year > 2001###context:CREATE TABLE table_name_92 (points INTEGER, year INTEGER) |
###question:Team of Honda and a point total of 238 is what highest year?###answer:SELECT MAX(year) FROM table_name_69 WHERE team = "honda" AND points = 238###context:CREATE TABLE table_name_69 (year INTEGER, team VARCHAR, points VARCHAR) |
###question:Wins of 0 involves what team?###answer:SELECT team FROM table_name_96 WHERE wins = 0###context:CREATE TABLE table_name_96 (team VARCHAR, wins VARCHAR) |
###question:what player has a pick of 5###answer:SELECT player FROM table_name_75 WHERE pick = 5###context:CREATE TABLE table_name_75 (player VARCHAR, pick VARCHAR) |
###question:Which District has a First elected of 1858, and a Result of retired republican gain, and an Incumbent of william millward?###answer:SELECT district FROM table_name_2 WHERE first_elected = 1858 AND result = "retired republican gain" AND incumbent = "william millward"###context:CREATE TABLE table_name_2 (dist... |
###question:Which Result has a District of pennsylvania 13?###answer:SELECT result FROM table_name_5 WHERE district = "pennsylvania 13"###context:CREATE TABLE table_name_5 (result VARCHAR, district VARCHAR) |
###question:Which First elected is the lowest one that has an Incumbent of william stewart?###answer:SELECT MIN(first_elected) FROM table_name_9 WHERE incumbent = "william stewart"###context:CREATE TABLE table_name_9 (first_elected INTEGER, incumbent VARCHAR) |
###question:Who was the Player when College/Junior/Club Team (League) was regina pats (whl)?###answer:SELECT player FROM table_name_24 WHERE college_junior_club_team__league_ = "regina pats (whl)"###context:CREATE TABLE table_name_24 (player VARCHAR, college_junior_club_team__league_ VARCHAR) |
###question:What is the date of the game with an attendance larger than 62,491?###answer:SELECT date FROM table_name_55 WHERE attendance > 62 OFFSET 491###context:CREATE TABLE table_name_55 (date VARCHAR, attendance INTEGER) |
###question:What is the attendance of the game on week 4?###answer:SELECT attendance FROM table_name_10 WHERE week = 4###context:CREATE TABLE table_name_10 (attendance VARCHAR, week VARCHAR) |
###question:How many extra points are there that Herrnstein had with less than 2 touchdowns and less than 0 field goals?###answer:SELECT AVG(extra_points) FROM table_name_35 WHERE touchdowns < 2 AND player = "herrnstein" AND field_goals < 0###context:CREATE TABLE table_name_35 (extra_points INTEGER, field_goals VARCHAR... |
###question:How many touchdowns are there that has field goals less than 0 and 0 extra points?###answer:SELECT SUM(touchdowns) FROM table_name_53 WHERE extra_points = 0 AND field_goals < 0###context:CREATE TABLE table_name_53 (touchdowns INTEGER, extra_points VARCHAR, field_goals VARCHAR) |
###question:How many field goals are there that have 8 touchdowns and more than 49 points?###answer:SELECT SUM(field_goals) FROM table_name_91 WHERE touchdowns = 8 AND points > 49###context:CREATE TABLE table_name_91 (field_goals INTEGER, touchdowns VARCHAR, points VARCHAR) |
###question:What's the number of touchdowns that Snow made that had 0 field goals, more than 5 points, and more than 0 extra points?###answer:SELECT MIN(touchdowns) FROM table_name_66 WHERE points > 5 AND field_goals = 0 AND player = "snow" AND extra_points > 0###context:CREATE TABLE table_name_66 (touchdowns INTEGER, ... |
###question:For an IATA of MLE, what is the ICAO?###answer:SELECT icao FROM table_name_21 WHERE iata = "mle"###context:CREATE TABLE table_name_21 (icao VARCHAR, iata VARCHAR) |
###question:For an ICAO of VCCT, what is the IATA?###answer:SELECT iata FROM table_name_66 WHERE icao = "vcct"###context:CREATE TABLE table_name_66 (iata VARCHAR, icao VARCHAR) |
###question:Which city has an ICAO of VCCJ?###answer:SELECT city FROM table_name_96 WHERE icao = "vccj"###context:CREATE TABLE table_name_96 (city VARCHAR, icao VARCHAR) |
###question:Which ICAO is found in Vavuniya?###answer:SELECT icao FROM table_name_97 WHERE city = "vavuniya"###context:CREATE TABLE table_name_97 (icao VARCHAR, city VARCHAR) |
###question:Which country has Weerawila Airport?###answer:SELECT country FROM table_name_76 WHERE airport = "weerawila airport"###context:CREATE TABLE table_name_76 (country VARCHAR, airport VARCHAR) |
###question:Which opponent has april 1 as the date?###answer:SELECT opponent FROM table_name_39 WHERE date = "april 1"###context:CREATE TABLE table_name_39 (opponent VARCHAR, date VARCHAR) |
###question:What opponent has tomko (1-1) as a loss?###answer:SELECT opponent FROM table_name_24 WHERE loss = "tomko (1-1)"###context:CREATE TABLE table_name_24 (opponent VARCHAR, loss VARCHAR) |
###question:What opponent has 8-10 as the record?###answer:SELECT opponent FROM table_name_76 WHERE record = "8-10"###context:CREATE TABLE table_name_76 (opponent VARCHAR, record VARCHAR) |
###question:Whcih was the Class AAA in school year 2006-07?###answer:SELECT class_aAA FROM table_name_85 WHERE school_year = "2006-07"###context:CREATE TABLE table_name_85 (class_aAA VARCHAR, school_year VARCHAR) |
###question:What team was class AA in years 1994-95?###answer:SELECT class_aA FROM table_name_52 WHERE school_year = "1994-95"###context:CREATE TABLE table_name_52 (class_aA VARCHAR, school_year VARCHAR) |
###question:Who was Class AA in School Year 1994-95?###answer:SELECT class_aA FROM table_name_26 WHERE school_year = "1994-95"###context:CREATE TABLE table_name_26 (class_aA VARCHAR, school_year VARCHAR) |
###question:What's the date of the game that has the Bulls as a visiting team?###answer:SELECT date FROM table_name_48 WHERE visitor = "bulls"###context:CREATE TABLE table_name_48 (date VARCHAR, visitor VARCHAR) |
###question:What is the average game number that took place after February 13 against the Toronto Maple Leafs and more than 47 points were scored?###answer:SELECT AVG(game) FROM table_name_3 WHERE february > 13 AND opponent = "toronto maple leafs" AND points > 47###context:CREATE TABLE table_name_3 (game INTEGER, point... |
###question:Who was the opponent at the game at Sullivan Stadium before week 11?###answer:SELECT opponent FROM table_name_30 WHERE week < 11 AND game_site = "sullivan stadium"###context:CREATE TABLE table_name_30 (opponent VARCHAR, week VARCHAR, game_site VARCHAR) |
###question:What is the years coached by the person with a win percentage of 0.667 and 380 losses?###answer:SELECT years FROM table_name_25 WHERE pct = 0.667 AND lost = 380###context:CREATE TABLE table_name_25 (years VARCHAR, pct VARCHAR, lost VARCHAR) |
###question:What is the average percent for the coach from 1905 and more than 7 losses?###answer:SELECT AVG(pct) FROM table_name_97 WHERE years = "1905" AND lost > 7###context:CREATE TABLE table_name_97 (pct INTEGER, years VARCHAR, lost VARCHAR) |
###question:How many percentages have 20 losses and more than 1 season?###answer:SELECT COUNT(pct) FROM table_name_17 WHERE lost = 20 AND seasons > 1###context:CREATE TABLE table_name_17 (pct VARCHAR, lost VARCHAR, seasons VARCHAR) |
###question:What home has February 10 as the date?###answer:SELECT home FROM table_name_67 WHERE date = "february 10"###context:CREATE TABLE table_name_67 (home VARCHAR, date VARCHAR) |
###question:What date has ny islanders as the visitor?###answer:SELECT date FROM table_name_66 WHERE visitor = "ny islanders"###context:CREATE TABLE table_name_66 (date VARCHAR, visitor VARCHAR) |
###question:What score has February 10 as the date?###answer:SELECT score FROM table_name_57 WHERE date = "february 10"###context:CREATE TABLE table_name_57 (score VARCHAR, date VARCHAR) |
###question:Name the course for 24 july###answer:SELECT course FROM table_name_29 WHERE date = "24 july"###context:CREATE TABLE table_name_29 (course VARCHAR, date VARCHAR) |
###question:Name the course for team time trial###answer:SELECT course FROM table_name_58 WHERE type = "team time trial"###context:CREATE TABLE table_name_58 (course VARCHAR, type VARCHAR) |
###question:Name the winner for rest day for 13 july###answer:SELECT winner FROM table_name_98 WHERE course = "rest day" AND date = "13 july"###context:CREATE TABLE table_name_98 (winner VARCHAR, course VARCHAR, date VARCHAR) |
###question:Shawn Michaels entered the elimination chamber in what position?###answer:SELECT SUM(entered) FROM table_name_86 WHERE wrestler = "shawn michaels"###context:CREATE TABLE table_name_86 (entered INTEGER, wrestler VARCHAR) |
###question:Who Eliminated Kurt Angle?###answer:SELECT eliminated_by FROM table_name_49 WHERE wrestler = "kurt angle"###context:CREATE TABLE table_name_49 (eliminated_by VARCHAR, wrestler VARCHAR) |
###question:Who Eliminated Kane?###answer:SELECT eliminated_by FROM table_name_63 WHERE wrestler = "kane"###context:CREATE TABLE table_name_63 (eliminated_by VARCHAR, wrestler VARCHAR) |
###question:What is the sum of all gold medals for Algeria when total medals is less than 3?###answer:SELECT SUM(gold) FROM table_name_98 WHERE nation = "algeria" AND total < 3###context:CREATE TABLE table_name_98 (gold INTEGER, nation VARCHAR, total VARCHAR) |
###question:what is the population of Valencia, Spain?###answer:SELECT AVG(population) FROM table_name_56 WHERE country = "spain" AND urban_area = "valencia"###context:CREATE TABLE table_name_56 (population INTEGER, country VARCHAR, urban_area VARCHAR) |
###question:which year holds rank 2?###answer:SELECT MAX(year) FROM table_name_89 WHERE rank = "2"###context:CREATE TABLE table_name_89 (year INTEGER, rank VARCHAR) |
###question:with name meridian condominiums what is number of floors?###answer:SELECT AVG(floors) FROM table_name_19 WHERE name = "meridian condominiums"###context:CREATE TABLE table_name_19 (floors INTEGER, name VARCHAR) |
###question:with rank of 31 what is the year?###answer:SELECT COUNT(year) FROM table_name_48 WHERE rank = "31"###context:CREATE TABLE table_name_48 (year VARCHAR, rank VARCHAR) |
###question:What was the date of the match against the visiting team, Toronto?###answer:SELECT date FROM table_name_78 WHERE visitor = "toronto"###context:CREATE TABLE table_name_78 (date VARCHAR, visitor VARCHAR) |
###question:Who played the home team during the game on January 6?###answer:SELECT home FROM table_name_56 WHERE date = "january 6"###context:CREATE TABLE table_name_56 (home VARCHAR, date VARCHAR) |
###question:What was the cougars record during the game where Boston were the visitors?###answer:SELECT record FROM table_name_88 WHERE visitor = "boston"###context:CREATE TABLE table_name_88 (record VARCHAR, visitor VARCHAR) |
###question:What's the lowest Drawn that has a Lost that's less than 0?###answer:SELECT MIN(drawn) FROM table_name_1 WHERE lost < 0###context:CREATE TABLE table_name_1 (drawn INTEGER, lost INTEGER) |
###question:What's the total Lost with Games that's less than 4?###answer:SELECT SUM(lost) FROM table_name_23 WHERE games < 4###context:CREATE TABLE table_name_23 (lost INTEGER, games INTEGER) |
###question:What's the total of Games with a Lost that's larger than 2, and has Points that's smaller than 0?###answer:SELECT SUM(games) FROM table_name_75 WHERE lost > 2 AND points < 0###context:CREATE TABLE table_name_75 (games INTEGER, lost VARCHAR, points VARCHAR) |
###question:What's the Lost average that has a Drawn less than 0?###answer:SELECT AVG(lost) FROM table_name_19 WHERE drawn < 0###context:CREATE TABLE table_name_19 (lost INTEGER, drawn INTEGER) |
###question:What record has @ ottawa senators as the opponent?###answer:SELECT record FROM table_name_93 WHERE opponent = "@ ottawa senators"###context:CREATE TABLE table_name_93 (record VARCHAR, opponent VARCHAR) |
###question:What game has 28 points, and tampa bay lightning as the opponent?###answer:SELECT game FROM table_name_50 WHERE points = 28 AND opponent = "tampa bay lightning"###context:CREATE TABLE table_name_50 (game VARCHAR, points VARCHAR, opponent VARCHAR) |
###question:What is the average points that have a December less than 6, with a game greater than 26?###answer:SELECT AVG(points) FROM table_name_17 WHERE december < 6 AND game > 26###context:CREATE TABLE table_name_17 (points INTEGER, december VARCHAR, game VARCHAR) |
###question:Who was the opponent at the game with a loss of Sele (0-1)?###answer:SELECT opponent FROM table_name_36 WHERE loss = "sele (0-1)"###context:CREATE TABLE table_name_36 (opponent VARCHAR, loss VARCHAR) |
###question:Record of 42β16β8, and a March larger than 5 has what average points?###answer:SELECT AVG(points) FROM table_name_95 WHERE record = "42β16β8" AND march > 5###context:CREATE TABLE table_name_95 (points INTEGER, record VARCHAR, march VARCHAR) |
###question:Points smaller than 96, and a Record of 43β16β8 belongs to what game?###answer:SELECT game FROM table_name_30 WHERE points < 96 AND record = "43β16β8"###context:CREATE TABLE table_name_30 (game VARCHAR, points VARCHAR, record VARCHAR) |
###question:Game smaller than 70, and a Record of 43β16β8 is what opponent?###answer:SELECT opponent FROM table_name_39 WHERE game < 70 AND record = "43β16β8"###context:CREATE TABLE table_name_39 (opponent VARCHAR, game VARCHAR, record VARCHAR) |
###question:Record of 44β18β8 involves which score?###answer:SELECT score FROM table_name_95 WHERE record = "44β18β8"###context:CREATE TABLE table_name_95 (score VARCHAR, record VARCHAR) |
###question:Which college is Kellen Davis from?###answer:SELECT college FROM table_name_44 WHERE player = "kellen davis"###context:CREATE TABLE table_name_44 (college VARCHAR, player VARCHAR) |
###question:Which round's position is according to official website?###answer:SELECT round FROM table_name_30 WHERE position = "according to official website"###context:CREATE TABLE table_name_30 (round VARCHAR, position VARCHAR) |
###question:Which position's round was 3 when pick was 70?###answer:SELECT position FROM table_name_29 WHERE round = "3" AND pick = "70"###context:CREATE TABLE table_name_29 (position VARCHAR, round VARCHAR, pick VARCHAR) |
###question:Which pick's round was 5 when Kellen Davis was a player?###answer:SELECT pick FROM table_name_40 WHERE round = "5" AND player = "kellen davis"###context:CREATE TABLE table_name_40 (pick VARCHAR, round VARCHAR, player VARCHAR) |
###question:Which college's pick was 14?###answer:SELECT college FROM table_name_86 WHERE pick = "14"###context:CREATE TABLE table_name_86 (college VARCHAR, pick VARCHAR) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.