source
stringlengths 11
80
| target
stringlengths 9
138
|
|---|---|
what is the size of m0
|
( size ( m0 ) )
|
what are the states through which the longest river runs
|
( intersection ( state , traverse_1 ( longest ( river ) ) ) )
|
which states does the longest river cross
|
( intersection ( state , traverse_1 ( longest ( river ) ) ) )
|
which states does the longest river run through
|
( intersection ( state , traverse_1 ( longest ( river ) ) ) )
|
how many rivers in m0 are longer than the m1
|
( count ( intersection ( intersection ( river , loc_2 ( m0 ) ) , longer ( m1 ) ) ) )
|
what are the largest cities in the states that border the largest state
|
( largest ( intersection ( city , loc_2 ( intersection ( state , next_to_2 ( largest ( state ) ) ) ) ) ) )
|
what are the population densities of each us state
|
( density_1 ( state ) )
|
how many m0 rivers are there
|
( count ( intersection ( river , m0 ) ) )
|
how many rivers are called m0
|
( count ( intersection ( river , m0 ) ) )
|
what state has the city with the largest population
|
( intersection ( state , loc_1 ( largest_one ( population_1 , city ) ) ) )
|
what state has the city with the most population
|
( intersection ( state , loc_1 ( largest_one ( population_1 , city ) ) ) )
|
what is the smallest state in the m0
|
( smallest ( intersection ( state , loc_2 ( m0 ) ) ) )
|
what capital is the largest in the m0
|
( largest ( intersection ( capital , loc_2 ( m0 ) ) ) )
|
what is the average population of the m0 by state
|
( density_1 ( m0 ) )
|
what is the average population per square km in m0
|
( density_1 ( m0 ) )
|
what is the average population per square km in the m0
|
( density_1 ( m0 ) )
|
what is the density of m0
|
( density_1 ( m0 ) )
|
what is the density of the m0
|
( density_1 ( m0 ) )
|
what is the population density of m0
|
( density_1 ( m0 ) )
|
what is the population density of m0
|
( density_1 ( m0 ) )
|
what is the population density of m0
|
( density_1 ( m0 ) )
|
what is the population density of m0
|
( density_1 ( m0 ) )
|
what is the population of the capital of the smallest state
|
( population_1 ( intersection ( capital , loc_2 ( smallest ( state ) ) ) ) )
|
what is the highest point in the state with capital m0
|
( highest ( intersection ( place , loc_2 ( intersection ( state , loc_1 ( intersection ( capital , m0 ) ) ) ) ) ) )
|
what is the highest point in the state with capital m0
|
( highest ( intersection ( place , loc_2 ( intersection ( state , loc_1 ( intersection ( capital , m0 ) ) ) ) ) ) )
|
what is the highest point in the state with the capital m0
|
( highest ( intersection ( place , loc_2 ( intersection ( state , loc_1 ( intersection ( capital , m0 ) ) ) ) ) ) )
|
what is the size of the capital of m0
|
( size ( intersection ( capital , loc_2 ( m0 ) ) ) )
|
how high is the highest point in m0
|
( elevation_1 ( highest ( intersection ( place , loc_2 ( m0 ) ) ) ) )
|
how high is the highest point in m0
|
( elevation_1 ( highest ( intersection ( place , loc_2 ( m0 ) ) ) ) )
|
how high is the highest point of m0
|
( elevation_1 ( highest ( intersection ( place , loc_2 ( m0 ) ) ) ) )
|
how high is the highest point of m0
|
( elevation_1 ( highest ( intersection ( place , loc_2 ( m0 ) ) ) ) )
|
how high is the highest point of m0
|
( elevation_1 ( highest ( intersection ( place , loc_2 ( m0 ) ) ) ) )
|
how high is the highest point of m0
|
( elevation_1 ( highest ( intersection ( place , loc_2 ( m0 ) ) ) ) )
|
how tall is the highest point in m0
|
( elevation_1 ( highest ( intersection ( place , loc_2 ( m0 ) ) ) ) )
|
what is the elevation of the highest point in the m0
|
( elevation_1 ( highest ( intersection ( place , loc_2 ( m0 ) ) ) ) )
|
what is the height of the highest point in the m0
|
( elevation_1 ( highest ( intersection ( place , loc_2 ( m0 ) ) ) ) )
|
how many people live in the smallest state bordering m0
|
( population_1 ( smallest ( intersection ( state , next_to_2 ( m0 ) ) ) ) )
|
what is the largest city in a state that borders m0
|
( largest ( intersection ( city , loc_2 ( intersection ( state , next_to_2 ( m0 ) ) ) ) ) )
|
what is the largest city in states that border m0
|
( largest ( intersection ( city , loc_2 ( intersection ( state , next_to_2 ( m0 ) ) ) ) ) )
|
give me the number of rivers in m0
|
( count ( intersection ( river , loc_2 ( m0 ) ) ) )
|
how many rivers are found in m0
|
( count ( intersection ( river , loc_2 ( m0 ) ) ) )
|
how many rivers are in m0
|
( count ( intersection ( river , loc_2 ( m0 ) ) ) )
|
how many rivers are in m0
|
( count ( intersection ( river , loc_2 ( m0 ) ) ) )
|
how many rivers are in m0
|
( count ( intersection ( river , loc_2 ( m0 ) ) ) )
|
how many rivers are in m0
|
( count ( intersection ( river , loc_2 ( m0 ) ) ) )
|
how many rivers are there in m0
|
( count ( intersection ( river , loc_2 ( m0 ) ) ) )
|
how many rivers are there in m0
|
( count ( intersection ( river , loc_2 ( m0 ) ) ) )
|
how many rivers are there in m0
|
( count ( intersection ( river , loc_2 ( m0 ) ) ) )
|
how many rivers does m0 have
|
( count ( intersection ( river , loc_2 ( m0 ) ) ) )
|
how many rivers does m0 have
|
( count ( intersection ( river , loc_2 ( m0 ) ) ) )
|
how many rivers in m0
|
( count ( intersection ( river , loc_2 ( m0 ) ) ) )
|
how many states have a city called m0
|
( count ( intersection ( state , loc_1 ( intersection ( city , m0 ) ) ) ) )
|
how many states have a city named m0
|
( count ( intersection ( state , loc_1 ( intersection ( city , m0 ) ) ) ) )
|
how many states have cities named m0
|
( count ( intersection ( state , loc_1 ( intersection ( city , m0 ) ) ) ) )
|
how many states have cities or towns named m0
|
( count ( intersection ( state , loc_1 ( intersection ( city , m0 ) ) ) ) )
|
what is the largest state traversed by the m0 river
|
( largest ( intersection ( state , traverse_1 ( intersection ( river , m0 ) ) ) ) )
|
what is the lowest point in the state of m0
|
( lowest ( intersection ( place , loc_2 ( intersection ( state , m0 ) ) ) ) )
|
what is the lowest point in the state of m0
|
( lowest ( intersection ( place , loc_2 ( intersection ( state , m0 ) ) ) ) )
|
what are the rivers in the state of m0
|
( intersection ( river , loc_2 ( intersection ( state , m0 ) ) ) )
|
what are the rivers in the state of m0
|
( intersection ( river , loc_2 ( intersection ( state , m0 ) ) ) )
|
through which states does the longest river in m0 run
|
( intersection ( state , traverse_1 ( longest ( intersection ( river , loc_2 ( m0 ) ) ) ) ) )
|
which states lie on the largest river in the m0
|
( intersection ( state , traverse_1 ( longest ( intersection ( river , loc_2 ( m0 ) ) ) ) ) )
|
what is the capital city of the largest state in the m0
|
( intersection ( capital , intersection ( city , loc_2 ( largest ( intersection ( state , loc_2 ( m0 ) ) ) ) ) ) )
|
what state borders most other states
|
( most ( state , next_to_2 , state ) )
|
what state borders the most states
|
( most ( state , next_to_2 , state ) )
|
which state borders most states
|
( most ( state , next_to_2 , state ) )
|
which state borders the most states
|
( most ( state , next_to_2 , state ) )
|
what states does the shortest river run through
|
( intersection ( state , traverse_1 ( shortest ( river ) ) ) )
|
what are the major cities in states through which the m0 runs
|
( intersection ( major , intersection ( city , loc_2 ( intersection ( state , traverse_1 ( m0 ) ) ) ) ) )
|
what is the capital of the state that borders the most states
|
( intersection ( capital , loc_2 ( most ( state , next_to_2 , state ) ) ) )
|
how long is m0
|
( len ( m0 ) )
|
how long is the m0
|
( len ( m0 ) )
|
what length is the m0
|
( len ( m0 ) )
|
what state has the most rivers
|
( most ( state , loc_1 , river ) )
|
which state contains most rivers
|
( most ( state , loc_1 , river ) )
|
which state has the most rivers
|
( most ( state , loc_1 , river ) )
|
name the states which have no surrounding states
|
( exclude ( state , next_to_2 ( state ) ) )
|
what states have no bordering state
|
( exclude ( state , next_to_2 ( state ) ) )
|
which states border no other states
|
( exclude ( state , next_to_2 ( state ) ) )
|
which rivers run through states with fewest cities
|
( intersection ( river , traverse_2 ( fewest ( state , loc_1 , city ) ) ) )
|
what is the longest river
|
( longest ( river ) )
|
which states capital city is the largest
|
( intersection ( state , loc_1 ( largest ( intersection ( city , capital_1 ( state ) ) ) ) ) )
|
what is the total population of the states that border m0
|
( sum ( population_1 ( intersection ( state , next_to_2 ( m0 ) ) ) ) )
|
name the major rivers in m0
|
( intersection ( major , intersection ( river , loc_2 ( m0 ) ) ) )
|
what are major rivers in m0
|
( intersection ( major , intersection ( river , loc_2 ( m0 ) ) ) )
|
what are the major rivers in m0
|
( intersection ( major , intersection ( river , loc_2 ( m0 ) ) ) )
|
what are the major rivers in the m0
|
( intersection ( major , intersection ( river , loc_2 ( m0 ) ) ) )
|
which state has the lowest point that borders m0
|
( intersection ( state , loc_1 ( lowest ( intersection ( place , loc_2 ( next_to_2 ( m0 ) ) ) ) ) ) )
|
in which state does the highest point in m0 exist
|
( intersection ( state , loc_1 ( highest ( intersection ( place , loc_2 ( m0 ) ) ) ) ) )
|
what is the state with the highest elevation in the m0
|
( intersection ( state , loc_1 ( highest ( intersection ( place , loc_2 ( m0 ) ) ) ) ) )
|
what state contains the highest point in the m0
|
( intersection ( state , loc_1 ( highest ( intersection ( place , loc_2 ( m0 ) ) ) ) ) )
|
what are the capitals of states that border m0
|
( intersection ( capital , loc_2 ( intersection ( state , next_to_2 ( m0 ) ) ) ) )
|
what are the capitals of the states that border m0
|
( intersection ( capital , loc_2 ( intersection ( state , next_to_2 ( m0 ) ) ) ) )
|
which capitals are in the states that border m0
|
( intersection ( capital , loc_2 ( intersection ( state , next_to_2 ( m0 ) ) ) ) )
|
name the major lakes in m0
|
( intersection ( major , intersection ( lake , loc_2 ( m0 ) ) ) )
|
show me all the major lakes in the m0
|
( intersection ( major , intersection ( lake , loc_2 ( m0 ) ) ) )
|
what are the major lakes in m0
|
( intersection ( major , intersection ( lake , loc_2 ( m0 ) ) ) )
|
how many states border the m0 river
|
( count ( intersection ( state , next_to_2 ( intersection ( river , m0 ) ) ) ) )
|
how many states in the m0 does the shortest river run through
|
( count ( intersection ( intersection ( state , loc_2 ( m0 ) ) , traverse_1 ( shortest ( river ) ) ) ) )
|
what is the least populous state
|
( smallest_one ( population_1 , state ) )
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.