| Unique (cost=587.79..587.92 rows=26 width=4) |
| -> Sort (cost=587.79..587.86 rows=26 width=4) |
| Sort Key: s.created_by |
| -> Nested Loop (cost=0.29..587.18 rows=26 width=4) |
| -> Seq Scan on tbl_reimbursement_verify_rels ccr (cost=0.00..411.31 rows=26 width=4) |
| Filter: (user_id = 1000) |
| -> Index Scan using tbl_reimbursements_pkey on tbl_reimbursements s (cost=0.29..6.76 rows=1 width=8) |
| Index Cond: (id = ccr.reimbursement_id) |