source
stringlengths 11
111
| target
stringlengths 15
244
|
|---|---|
which state has the biggest population
|
( largest_one ( population_1 , state ) )
|
what is the highest point in m0
|
( highest ( intersection ( place , loc_2 ( m0 ) ) ) )
|
how many states does m0 border
|
( count ( intersection ( state , next_to_1 ( m0 ) ) ) )
|
which states border m0
|
( intersection ( state , next_to_2 ( m0 ) ) )
|
what is the biggest city in the m0
|
( largest ( intersection ( city , loc_2 ( m0 ) ) ) )
|
how many people live in m0
|
( population_1 ( m0 ) )
|
rivers in m0
|
( intersection ( river , loc_2 ( m0 ) ) )
|
what states border m0
|
( intersection ( state , next_to_2 ( m0 ) ) )
|
what is the largest state in the m0
|
( largest ( intersection ( state , loc_2 ( m0 ) ) ) )
|
what is the highest point in m0
|
( highest ( intersection ( place , loc_2 ( m0 ) ) ) )
|
what is the longest river in m0
|
( longest ( intersection ( river , loc_2 ( m0 ) ) ) )
|
how many states border m0
|
( count ( intersection ( state , next_to_2 ( m0 ) ) ) )
|
what is the biggest city in m0
|
( largest ( intersection ( city , loc_2 ( m0 ) ) ) )
|
what is the area of m0
|
( area_1 ( m0 ) )
|
what are the lakes in states bordering m0
|
( intersection ( lake , loc_2 ( intersection ( state , next_to_2 ( m0 ) ) ) ) )
|
what is the largest state
|
( largest ( state ) )
|
what are the populations of the states through which the m0 runs
|
( population_1 ( intersection ( state , traverse_1 ( m0 ) ) ) )
|
how many rivers are there in m0
|
( count ( intersection ( river , loc_2 ( m0 ) ) ) )
|
how many rivers are in m0
|
( count ( intersection ( river , loc_2 ( m0 ) ) ) )
|
what is the tallest mountain in the m0
|
( highest ( intersection ( mountain , loc_2 ( m0 ) ) ) )
|
which state has the most major rivers running through it
|
( most ( state , traverse_1 , intersection ( major , river ) ) )
|
what city has the largest population
|
( largest_one ( population_1 , city ) )
|
how many people live in m0
|
( population_1 ( m0 ) )
|
name all the rivers in m0
|
( intersection ( river , loc_2 ( m0 ) ) )
|
which state has the most people
|
( largest_one ( population_1 , state ) )
|
how many rivers are in the state with the largest population
|
( count ( intersection ( river , loc_2 ( largest_one ( population_1 , state ) ) ) ) )
|
what is the longest river that runs through a state that borders m0
|
( longest ( intersection ( river , traverse_2 ( intersection ( state , next_to_2 ( m0 ) ) ) ) ) )
|
what states border m0
|
( intersection ( state , next_to_2 ( m0 ) ) )
|
what is the largest state that borders the state with the highest population
|
( largest ( intersection ( state , next_to_2 ( largest_one ( population_1 , state ) ) ) ) )
|
what is the tallest mountain in m0
|
( highest ( intersection ( mountain , loc_2 ( m0 ) ) ) )
|
what is the capital city in m0
|
( intersection ( capital , intersection ( city , loc_2 ( m0 ) ) ) )
|
how many states border m0
|
( count ( intersection ( state , next_to_2 ( m0 ) ) ) )
|
what major cities are located in m0
|
( intersection ( major , intersection ( city , loc_2 ( m0 ) ) ) )
|
how many major cities are in m0
|
( count ( intersection ( major , intersection ( city , loc_2 ( m0 ) ) ) ) )
|
what states border m0
|
( intersection ( state , next_to_2 ( m0 ) ) )
|
what state borders the least states
|
( fewest ( state , next_to_2 , state ) )
|
what are the major cities in m0
|
( intersection ( major , intersection ( city , loc_2 ( m0 ) ) ) )
|
what is the capital of m0
|
( intersection ( capital , loc_2 ( m0 ) ) )
|
where is m0
|
( loc_1 ( m0 ) )
|
how many people live in m0
|
( population_1 ( m0 ) )
|
what is the longest river in the states that border m0
|
( longest ( intersection ( river , loc_2 ( intersection ( state , next_to_2 ( m0 ) ) ) ) ) )
|
what are the capital cities of the states which border m0
|
( intersection ( capital , intersection ( city , loc_2 ( intersection ( state , next_to_2 ( m0 ) ) ) ) ) )
|
what is the largest river in m0 state
|
( longest ( intersection ( river , loc_2 ( intersection ( state , m0 ) ) ) ) )
|
what states surround m0
|
( intersection ( state , next_to_2 ( m0 ) ) )
|
what is the shortest river in the m0
|
( shortest ( intersection ( river , loc_2 ( m0 ) ) ) )
|
what states border states that border m0
|
( intersection ( state , next_to_2 ( intersection ( state , next_to_2 ( m0 ) ) ) ) )
|
where is the highest point in m0
|
( highest ( intersection ( place , loc_2 ( m0 ) ) ) )
|
what is the area of m0
|
( area_1 ( m0 ) )
|
what are the major cities in m0
|
( intersection ( major , intersection ( city , loc_2 ( m0 ) ) ) )
|
how many rivers run through the states bordering m0
|
( count ( intersection ( river , traverse_2 ( intersection ( state , next_to_2 ( m0 ) ) ) ) ) )
|
what is the most populous state in the m0
|
( largest_one ( population_1 , intersection ( state , loc_2 ( m0 ) ) ) )
|
what states border the most populous state
|
( intersection ( state , next_to_2 ( largest_one ( population_1 , state ) ) ) )
|
what state has the most rivers running through it
|
( most ( state , traverse_1 , river ) )
|
how many people live in m0
|
( population_1 ( m0 ) )
|
what state which the m0 runs through has the largest population
|
( largest_one ( population_1 , intersection ( state , traverse_1 ( m0 ) ) ) )
|
how many states does the m0 river flow through
|
( count ( intersection ( state , traverse_1 ( intersection ( river , m0 ) ) ) ) )
|
where is m0
|
( loc_1 ( m0 ) )
|
what is the highest point in m0 in meters
|
( highest ( intersection ( place , loc_2 ( m0 ) ) ) )
|
what is the population of m0
|
( population_1 ( m0 ) )
|
what is the capital of the state that borders the state that borders m0
|
( intersection ( capital , loc_2 ( intersection ( state , next_to_2 ( intersection ( state , next_to_2 ( m0 ) ) ) ) ) ) )
|
what is the population of m0
|
( population_1 ( m0 ) )
|
give me the states that border m0
|
( intersection ( state , next_to_2 ( m0 ) ) )
|
what is the highest elevation in the m0
|
( highest ( intersection ( place , loc_2 ( m0 ) ) ) )
|
what is the highest point in m0
|
( highest ( intersection ( place , loc_2 ( m0 ) ) ) )
|
what states border m0
|
( intersection ( state , next_to_2 ( m0 ) ) )
|
what is the population of the state with the highest population density
|
( population_1 ( largest_one ( density_1 , state ) ) )
|
what is the biggest city in m0
|
( largest ( intersection ( city , loc_2 ( m0 ) ) ) )
|
what can you tell me about the population of m0
|
( population_1 ( m0 ) )
|
what is the height of the highest mountain in m0
|
( elevation_1 ( highest ( intersection ( mountain , loc_2 ( m0 ) ) ) ) )
|
how many cities are there in the m0
|
( count ( intersection ( city , loc_2 ( m0 ) ) ) )
|
how many states does the m0 run through
|
( count ( intersection ( state , traverse_1 ( m0 ) ) ) )
|
what is the population density of m0
|
( density_1 ( m0 ) )
|
where is m0
|
( loc_1 ( m0 ) )
|
how many people are there in m0
|
( population_1 ( m0 ) )
|
what is the highest point in the m0
|
( highest ( intersection ( place , loc_2 ( m0 ) ) ) )
|
how many people live in m0
|
( population_1 ( m0 ) )
|
where is the lowest point in m0
|
( lowest ( intersection ( place , loc_2 ( m0 ) ) ) )
|
what is the size of m0
|
( size ( m0 ) )
|
what are the states that border the state with the greatest population
|
( intersection ( state , next_to_2 ( largest_one ( population_1 , state ) ) ) )
|
how long is the longest river in m0
|
( len ( longest ( intersection ( river , loc_2 ( m0 ) ) ) ) )
|
what is the longest river in m0
|
( longest ( intersection ( river , loc_2 ( m0 ) ) ) )
|
what is the largest city in m0
|
( largest ( intersection ( city , loc_2 ( m0 ) ) ) )
|
what is the major cities in m0
|
( intersection ( major , intersection ( city , loc_2 ( m0 ) ) ) )
|
what are the rivers in the state of m0
|
( intersection ( river , loc_2 ( intersection ( state , m0 ) ) ) )
|
what is the population of the largest state
|
( population_1 ( largest ( state ) ) )
|
what is the lowest point in m0
|
( lowest ( intersection ( place , loc_2 ( m0 ) ) ) )
|
what are the populations of the states through which the m0 river runs
|
( population_1 ( intersection ( state , traverse_1 ( intersection ( river , m0 ) ) ) ) )
|
number of people in m0
|
( population_1 ( m0 ) )
|
what is the longest river in m0
|
( longest ( intersection ( river , loc_2 ( m0 ) ) ) )
|
what is the highest point in m0
|
( highest ( intersection ( place , loc_2 ( m0 ) ) ) )
|
how many states border the state with the largest population
|
( count ( intersection ( state , next_to_2 ( largest_one ( population_1 , state ) ) ) ) )
|
what is the population in m0
|
( population_1 ( m0 ) )
|
which states border m0
|
( intersection ( state , next_to_2 ( m0 ) ) )
|
give me the cities which are in m0
|
( intersection ( city , loc_2 ( m0 ) ) )
|
what is the population of the capital of the largest state
|
( population_1 ( intersection ( capital , loc_2 ( largest ( state ) ) ) ) )
|
what state has the greatest population density
|
( largest_one ( density_1 , state ) )
|
what is the area of m0
|
( area_1 ( m0 ) )
|
which us city has the highest population density
|
( largest_one ( density_1 , city ) )
|
how long is the m0 river
|
( len ( intersection ( river , m0 ) ) )
|
how many rivers does m0 have
|
( count ( intersection ( river , loc_2 ( m0 ) ) ) )
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.