Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
4. The river_state table
Tasks

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.