source stringlengths 11 80 | target stringlengths 9 138 |
|---|---|
how many states do not have rivers | ( count ( exclude ( state , loc_1 ( river ) ) ) ) |
name the rivers in m0 | ( intersection ( river , loc_2 ( m0 ) ) ) |
name all the rivers in m0 | ( intersection ( river , loc_2 ( m0 ) ) ) |
name all the rivers in m0 | ( intersection ( river , loc_2 ( m0 ) ) ) |
name the rivers in m0 | ( intersection ( river , loc_2 ( m0 ) ) ) |
rivers in m0 | ( intersection ( river , loc_2 ( m0 ) ) ) |
what are all the rivers in m0 | ( intersection ( river , loc_2 ( m0 ) ) ) |
what are the rivers in m0 | ( intersection ( river , loc_2 ( m0 ) ) ) |
what are the rivers of m0 | ( intersection ( river , loc_2 ( m0 ) ) ) |
what rivers are in m0 | ( intersection ( river , loc_2 ( m0 ) ) ) |
what rivers are in m0 | ( intersection ( river , loc_2 ( m0 ) ) ) |
what rivers are in m0 | ( intersection ( river , loc_2 ( m0 ) ) ) |
what rivers are in m0 | ( intersection ( river , loc_2 ( m0 ) ) ) |
what rivers are in m0 | ( intersection ( river , loc_2 ( m0 ) ) ) |
what rivers are there in m0 | ( intersection ( river , loc_2 ( m0 ) ) ) |
which rivers are in m0 | ( intersection ( river , loc_2 ( m0 ) ) ) |
what is the area of the state with the capital m0 | ( area_1 ( intersection ( state , loc_1 ( intersection ( capital , m0 ) ) ) ) ) |
how long is the longest river in m0 | ( len ( longest ( intersection ( river , loc_2 ( m0 ) ) ) ) ) |
how long is the longest river in the m0 | ( len ( longest ( intersection ( river , loc_2 ( m0 ) ) ) ) ) |
what is the length of the longest river in the m0 | ( len ( longest ( intersection ( river , loc_2 ( m0 ) ) ) ) ) |
how large is the largest city in m0 | ( size ( largest ( intersection ( city , loc_2 ( m0 ) ) ) ) ) |
what states border states that border states that border m0 | ( intersection ( state , next_to_2 ( intersection ( state , next_to_2 ( intersection ( state , next_to_2 ( m0 ) ) ) ) ) ) ) |
in what state is m0 | ( intersection ( state , loc_1 ( m0 ) ) ) |
in which state is m0 | ( intersection ( state , loc_1 ( m0 ) ) ) |
m0 is in what state | ( intersection ( state , loc_1 ( m0 ) ) ) |
what state is m0 in | ( intersection ( state , loc_1 ( m0 ) ) ) |
what state is m0 in | ( intersection ( state , loc_1 ( m0 ) ) ) |
what state is m0 in | ( intersection ( state , loc_1 ( m0 ) ) ) |
what state is m0 located in | ( intersection ( state , loc_1 ( m0 ) ) ) |
what state is m0 in | ( intersection ( state , loc_1 ( m0 ) ) ) |
what state is m0 in | ( intersection ( state , loc_1 ( m0 ) ) ) |
which state is m0 in | ( intersection ( state , loc_1 ( m0 ) ) ) |
which state is m0 in | ( intersection ( state , loc_1 ( m0 ) ) ) |
how many big cities are in m0 | ( count ( intersection ( major , intersection ( city , loc_2 ( m0 ) ) ) ) ) |
how many major cities are in m0 | ( count ( intersection ( major , intersection ( city , loc_2 ( m0 ) ) ) ) ) |
how many major cities are in m0 | ( count ( intersection ( major , intersection ( city , loc_2 ( m0 ) ) ) ) ) |
how many major cities are in m0 | ( count ( intersection ( major , intersection ( city , loc_2 ( m0 ) ) ) ) ) |
how many major cities are there in m0 | ( count ( intersection ( major , intersection ( city , loc_2 ( m0 ) ) ) ) ) |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.