Hacker News new | ask | show | jobs
by webbore 3546 days ago
ON second reading I think you are correct. I agree on this point then, as it helps when joining through a denormalized table that references multiple PK ids, ex: I think: user_id = role_id is more readable than the likely alternative: u.id = r.id
1 comments

it also lets you use the join foo using(foo_id) syntax, which I quite like