Instruction
The last table, river_state, stores relationships between states and rivers. It indicates which rivers flow through which states.
Exercise
The river_state table contains two columns:
river_id– the ID of the river.state_id– the ID of the state.
Select all data from the river_state table.



