context
stringlengths 27
489
| answer
stringlengths 18
557
| question
stringlengths 12
244
|
---|---|---|
CREATE TABLE table_name_34 (decile VARCHAR, name VARCHAR)
|
SELECT COUNT(decile) FROM table_name_34 WHERE name = "redwood school"
|
What is the total number of decile for the redwood school locality?
|
CREATE TABLE table_name_71 (report VARCHAR, circuit VARCHAR)
|
SELECT report FROM table_name_71 WHERE circuit = "tripoli"
|
Which report includes a Circuit of Tripoli?
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.