Back to the Query Overview

Executed SQL

Statement
EXPLAIN SELECT state.state_id AS state_state_id, state.state_name AS state_state_name 
FROM state
Time0.5631 ms
Parameters{}

Execution Plan

QUERY PLAN
Seq Scan on state (cost=0.00..1.03 rows=3 width=520)