Group (cost=13.43..13.51 rows=1 width=40) |
Group Key: u.id, esb.id |
-> Sort (cost=13.43..13.44 rows=1 width=218) |
Sort Key: esb.id |
-> Nested Loop Left Join (cost=0.00..13.42 rows=1 width=218) |
-> Nested Loop Left Join (cost=0.00..12.40 rows=1 width=22) |
Join Filter: (u.id = aa.user_id) |
-> Seq Scan on tbl_users u (cost=0.00..7.74 rows=1 width=22) |
Filter: (id = 1001) |
-> Seq Scan on tbl_auth_assignments aa (cost=0.00..4.62 rows=3 width=4) |
Filter: (user_id = 1001) |
-> Seq Scan on tbl_engineer_score_bases esb (cost=0.00..1.01 rows=1 width=196) |