PostgreSQL - Set Operations and Advanced Queries
What does the following EXPLAIN ANALYZE output line indicate?
Seq Scan on customers (cost=0.00..100.00 rows=1000 width=50) (actual time=0.01..5.00 rows=1000 loops=1)
