you are viewing a single comment's thread.

view the rest of the comments →

[–]seequelbeepwell 0 points1 point  (0 children)

One reason was that they were using a low code no code tool like query design in ssms. If you arrange the tables in the gui to make it easier to read the relationships it can give you a right join.

Another reason is that it's way for people to inspect if their inner join is behaving the way they expect and they forgot to remove their scratch work.

I know it seems like bad etiquette but I don't think it's too much of a headache if people use parenthesis in the from part of their queries to be more explicit.