QUERY PLAN
Unique (cost=3.01..3.03 rows=3 width=4)
-> Sort (cost=3.01..3.02 rows=3 width=4)
Sort Key: s.created_by
-> Hash Join (cost=1.48..2.99 rows=3 width=4)
Hash Cond: (s.id = ccr.punch_travel_id)
-> Seq Scan on tbl_punch_travels s (cost=0.00..1.35 rows=35 width=8)
-> Hash (cost=1.44..1.44 rows=3 width=4)
-> Seq Scan on tbl_punch_travel_verify_rels ccr (cost=0.00..1.44 rows=3 width=4)
Filter: (user_id = 1000)