source
stringlengths 11
111
| target
stringlengths 15
244
|
|---|---|
what is the length of the m0 river
|
( len ( intersection ( river , m0 ) ) )
|
give me the cities in m0
|
( intersection ( city , loc_2 ( m0 ) ) )
|
where is the most populated area of m0
|
( largest_one ( population_1 , intersection ( city , loc_2 ( m0 ) ) ) )
|
what rivers are in m0
|
( intersection ( river , loc_2 ( m0 ) ) )
|
how long is the m0 river
|
( len ( intersection ( river , m0 ) ) )
|
which is the longest river in m0
|
( longest ( intersection ( river , loc_2 ( m0 ) ) ) )
|
what is the population of m0
|
( population_1 ( m0 ) )
|
how many rivers in m0 are longer than the m1
|
( count ( intersection ( intersection ( river , loc_2 ( m0 ) ) , longer ( m1 ) ) ) )
|
how many states does m0 border
|
( count ( intersection ( state , next_to_1 ( m0 ) ) ) )
|
how many states have a higher point than the highest point of the state with the largest capital city in the m0
|
( count ( intersection ( state , loc_1 ( intersection ( place , higher_2 ( highest ( intersection ( place , loc_2 ( intersection ( state , loc_1 ( largest ( intersection ( capital , intersection ( city , loc_2 ( m0 ) ) ) ) ) ) ) ) ) ) ) ) ) ) )
|
what states high point is higher than that of m0
|
( intersection ( state , high_point_2 ( higher_2 ( high_point_1 ( m0 ) ) ) ) )
|
what is the highest point in each state whose lowest point is sea level
|
( highest ( intersection ( place , loc_2 ( intersection ( state , loc_1 ( intersection ( place , elevation_2 ( 0 ) ) ) ) ) ) ) )
|
what are the high points of states surrounding m0
|
( high_point_1 ( intersection ( state , next_to_2 ( m0 ) ) ) )
|
what is the largest state capital in population
|
( largest_one ( population_1 , capital_1 ( state ) ) )
|
what states capital is m0
|
( intersection ( state , capital_2 ( m0 ) ) )
|
what is the area of m0
|
( area_1 ( m0 ) )
|
what is the population of m0
|
( population_1 ( m0 ) )
|
how many rivers does m0 have
|
( count ( intersection ( river , loc_2 ( m0 ) ) ) )
|
how many states does the m0 river run through
|
( count ( intersection ( state , traverse_1 ( intersection ( river , m0 ) ) ) ) )
|
which state has the highest population density
|
( largest_one ( density_1 , state ) )
|
what is the length of the m0 river
|
( len ( intersection ( river , m0 ) ) )
|
what is the largest capital city in the m0
|
( largest ( intersection ( capital , intersection ( city , loc_2 ( m0 ) ) ) ) )
|
what is the most populous state
|
( largest_one ( population_1 , state ) )
|
how many people live in m0
|
( population_1 ( m0 ) )
|
where is m0
|
( loc_1 ( m0 ) )
|
which state has the greatest population
|
( largest_one ( population_1 , state ) )
|
which states border m0
|
( intersection ( state , next_to_2 ( m0 ) ) )
|
what are all the rivers in m0
|
( intersection ( river , loc_2 ( m0 ) ) )
|
what is the shortest river in m0
|
( shortest ( intersection ( river , loc_2 ( m0 ) ) ) )
|
what is the smallest city in m0
|
( smallest ( intersection ( city , loc_2 ( m0 ) ) ) )
|
where is m0
|
( loc_1 ( m0 ) )
|
what is the population of the largest city in the state with the largest area
|
( population_1 ( largest ( intersection ( city , loc_2 ( largest_one ( area_1 , state ) ) ) ) ) )
|
what is the highest point in m0
|
( highest ( intersection ( place , loc_2 ( m0 ) ) ) )
|
how long is the m0 river
|
( len ( intersection ( river , m0 ) ) )
|
how many states border m0
|
( count ( intersection ( state , next_to_2 ( m0 ) ) ) )
|
what is the largest of the states that the m0 runs through
|
( largest ( intersection ( state , traverse_1 ( m0 ) ) ) )
|
what is the smallest city in the m0
|
( smallest ( intersection ( city , loc_2 ( m0 ) ) ) )
|
number of states bordering m0
|
( count ( intersection ( state , next_to_2 ( m0 ) ) ) )
|
how many states does the m0 river run through
|
( count ( intersection ( state , traverse_1 ( intersection ( river , m0 ) ) ) ) )
|
what is the lowest point of the state with the largest area
|
( lowest ( intersection ( place , loc_2 ( largest_one ( area_1 , state ) ) ) ) )
|
which is the lowest point of the states that the m0 runs through
|
( lowest ( intersection ( place , loc_2 ( intersection ( state , traverse_1 ( m0 ) ) ) ) ) )
|
what is the population of m0
|
( population_1 ( m0 ) )
|
number of citizens in m0
|
( population_1 ( m0 ) )
|
what is the capital of the m0 state
|
( intersection ( capital , loc_2 ( intersection ( state , m0 ) ) ) )
|
what is the smallest state in the m0
|
( smallest ( intersection ( state , loc_2 ( m0 ) ) ) )
|
what is the longest river in m0
|
( longest ( intersection ( river , loc_2 ( m0 ) ) ) )
|
what is the adjacent state of m0
|
( intersection ( state , next_to_2 ( m0 ) ) )
|
what states border m0
|
( intersection ( state , next_to_2 ( m0 ) ) )
|
what is the highest point in the m0
|
( highest ( intersection ( place , loc_2 ( m0 ) ) ) )
|
what is the biggest state in m0
|
( largest ( intersection ( state , loc_2 ( m0 ) ) ) )
|
what is the highest point of the state with the largest area
|
( highest ( intersection ( place , loc_2 ( largest_one ( area_1 , state ) ) ) ) )
|
what is the population of m0
|
( population_1 ( m0 ) )
|
what are the major cities in m0
|
( intersection ( major , intersection ( city , loc_2 ( m0 ) ) ) )
|
what is the biggest city in m0
|
( largest ( intersection ( city , loc_2 ( m0 ) ) ) )
|
what is the population of m0
|
( population_1 ( m0 ) )
|
what is the lowest point in m0
|
( lowest ( intersection ( place , loc_2 ( m0 ) ) ) )
|
how high is the highest point of m0
|
( elevation_1 ( highest ( intersection ( place , loc_2 ( m0 ) ) ) ) )
|
what are major rivers in m0
|
( intersection ( major , intersection ( river , loc_2 ( m0 ) ) ) )
|
what state has the largest area
|
( largest_one ( area_1 , state ) )
|
what is the highest mountain in m0
|
( highest ( intersection ( mountain , loc_2 ( m0 ) ) ) )
|
what state has no rivers
|
( exclude ( state , loc_1 ( river ) ) )
|
what is the lowest point in the state of m0
|
( lowest ( intersection ( place , loc_2 ( intersection ( state , m0 ) ) ) ) )
|
where is m0
|
( loc_1 ( m0 ) )
|
which state border m0
|
( intersection ( state , next_to_2 ( m0 ) ) )
|
give me the largest state
|
( largest ( state ) )
|
what is the total area of the m0
|
( area_1 ( m0 ) )
|
how big is m0
|
( size ( m0 ) )
|
how many cities are in m0
|
( count ( intersection ( city , loc_2 ( m0 ) ) ) )
|
what is the most populous city in m0
|
( largest_one ( population_1 , intersection ( city , loc_2 ( m0 ) ) ) )
|
where is m0
|
( loc_1 ( m0 ) )
|
what is the population of the largest state that borders m0
|
( population_1 ( largest ( intersection ( state , next_to_2 ( m0 ) ) ) ) )
|
what is the longest river in m0
|
( longest ( intersection ( river , loc_2 ( m0 ) ) ) )
|
how many people live in m0
|
( population_1 ( m0 ) )
|
what are the populations of states through which the m0 runs
|
( population_1 ( intersection ( state , traverse_1 ( m0 ) ) ) )
|
what state borders the state with the smallest population
|
( intersection ( state , next_to_2 ( smallest_one ( population_1 , state ) ) ) )
|
what are the populations of states through which the m0 river runs
|
( population_1 ( intersection ( state , traverse_1 ( intersection ( river , m0 ) ) ) ) )
|
what is the population of m0
|
( population_1 ( m0 ) )
|
what states border m0
|
( intersection ( state , next_to_2 ( m0 ) ) )
|
what states are next to the m0
|
( intersection ( state , next_to_2 ( m0 ) ) )
|
what states neighbor m0
|
( intersection ( state , next_to_2 ( m0 ) ) )
|
what is the population of m0
|
( population_1 ( m0 ) )
|
how long is the m0 river
|
( len ( intersection ( river , m0 ) ) )
|
what is the area of m0
|
( area_1 ( m0 ) )
|
what is the lowest point in m0
|
( lowest ( intersection ( place , loc_2 ( m0 ) ) ) )
|
what is the state with the largest population density
|
( largest_one ( density_1 , state ) )
|
what is the biggest city in m0
|
( largest ( intersection ( city , loc_2 ( m0 ) ) ) )
|
what city in the m0 has the highest population density
|
( largest_one ( density_1 , intersection ( city , loc_2 ( m0 ) ) ) )
|
how many people live in m0
|
( population_1 ( m0 ) )
|
what states border the state with the most cities
|
( intersection ( state , next_to_2 ( most ( state , loc_1 , city ) ) ) )
|
what are the major cities in the state of m0
|
( intersection ( major , intersection ( city , loc_2 ( intersection ( state , m0 ) ) ) ) )
|
how many states does m0 border
|
( count ( intersection ( state , next_to_1 ( m0 ) ) ) )
|
how many people are in the state of m0
|
( population_1 ( intersection ( state , m0 ) ) )
|
how long is the longest river in the m0
|
( len ( longest ( intersection ( river , loc_2 ( m0 ) ) ) ) )
|
what state borders m0
|
( intersection ( state , next_to_2 ( m0 ) ) )
|
which rivers are in m0
|
( intersection ( river , loc_2 ( m0 ) ) )
|
which states border m0
|
( intersection ( state , next_to_2 ( m0 ) ) )
|
what is the average population per square km in m0
|
( density_1 ( m0 ) )
|
how many rivers are in the state that has the most rivers
|
( count ( intersection ( river , loc_2 ( most ( state , loc_1 , river ) ) ) ) )
|
what is the capital of the state with the largest population density
|
( intersection ( capital , loc_2 ( largest_one ( density_1 , state ) ) ) )
|
what is capital of m0
|
( intersection ( capital , loc_2 ( m0 ) ) )
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.