source stringlengths 11 111 | target stringlengths 15 244 |
|---|---|
what states border states which the m0 runs through | ( intersection ( state , next_to_2 ( intersection ( state , traverse_1 ( m0 ) ) ) ) ) |
how many states are there in m0 | ( count ( intersection ( state , loc_2 ( m0 ) ) ) ) |
how many people live in m0 | ( population_1 ( m0 ) ) |
how many major cities are in m0 | ( count ( intersection ( major , intersection ( city , loc_2 ( m0 ) ) ) ) ) |
what is the largest city in the smallest state in the m0 | ( largest ( intersection ( city , loc_2 ( smallest ( intersection ( state , loc_2 ( m0 ) ) ) ) ) ) ) |
what is the smallest city of the smallest state in the m0 | ( smallest ( intersection ( city , loc_2 ( smallest ( intersection ( state , loc_2 ( m0 ) ) ) ) ) ) ) |
what are the names of the major cities in m0 | ( intersection ( major , intersection ( city , loc_2 ( m0 ) ) ) ) |
what is the population of the major cities in m0 | ( population_1 ( intersection ( major , intersection ( city , loc_2 ( m0 ) ) ) ) ) |
what state is the largest in population | ( largest_one ( population_1 , state ) ) |
what is the shortest river in the m0 | ( shortest ( intersection ( river , loc_2 ( m0 ) ) ) ) |
which states does the m0 river run through | ( intersection ( state , traverse_1 ( intersection ( river , m0 ) ) ) ) |
how many people live in m0 | ( population_1 ( m0 ) ) |
which states border m0 | ( intersection ( state , next_to_2 ( m0 ) ) ) |
what are the major cities in m0 | ( intersection ( major , intersection ( city , loc_2 ( m0 ) ) ) ) |
what is the capital of the state with the largest population | ( intersection ( capital , loc_2 ( largest_one ( population_1 , state ) ) ) ) |
what is the smallest state bordering m0 | ( smallest ( intersection ( state , next_to_2 ( m0 ) ) ) ) |
what is the capital of m0 | ( intersection ( capital , loc_2 ( m0 ) ) ) |
what state has the highest population density | ( largest_one ( density_1 , state ) ) |
what is the area of m0 | ( area_1 ( m0 ) ) |
what is the largest city in m0 | ( largest ( intersection ( city , loc_2 ( m0 ) ) ) ) |
what is the capital of m0 | ( intersection ( capital , loc_2 ( m0 ) ) ) |
what states border m0 | ( intersection ( state , next_to_2 ( m0 ) ) ) |
which states border the longest river in the m0 | ( intersection ( state , next_to_2 ( longest ( intersection ( river , loc_2 ( m0 ) ) ) ) ) ) |
how many people live in m0 | ( population_1 ( m0 ) ) |
what is the population of m0 | ( population_1 ( m0 ) ) |
through which states does the m0 run | ( intersection ( state , traverse_1 ( m0 ) ) ) |
which states border m0 | ( intersection ( state , next_to_2 ( m0 ) ) ) |
what is the state with the largest density in m0 | ( largest_one ( density_1 , intersection ( state , loc_2 ( m0 ) ) ) ) |
what states does the m0 river run through | ( intersection ( state , traverse_1 ( intersection ( river , m0 ) ) ) ) |
how many people live in the capital of m0 | ( population_1 ( intersection ( capital , loc_2 ( m0 ) ) ) ) |
what are the capitals of the states that border m0 | ( intersection ( capital , loc_2 ( intersection ( state , next_to_2 ( m0 ) ) ) ) ) |
what is the population density of the state with the smallest area | ( density_1 ( smallest_one ( area_1 , state ) ) ) |
which river traverses most states | ( most ( river , traverse_2 , state ) ) |
what is the highest point in m0 | ( highest ( intersection ( place , loc_2 ( m0 ) ) ) ) |
what is the length of the river that runs through the most number of states | ( len ( most ( river , traverse_2 , state ) ) ) |
what rivers are there in m0 | ( intersection ( river , loc_2 ( m0 ) ) ) |
what is the population of m0 | ( population_1 ( m0 ) ) |
name all the rivers in m0 | ( intersection ( river , loc_2 ( m0 ) ) ) |
what is the lowest point in m0 | ( lowest ( intersection ( place , loc_2 ( m0 ) ) ) ) |
what states border m0 | ( intersection ( state , next_to_2 ( m0 ) ) ) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.