I know that "left join" does the same thing as "left outer join". But which syntax should I use? Is there some standard?
Same question with "inner join" vs "join".
Do MySQL developers really uppercase all the reserved words? Do you "select * from" or "SELECT * from"? Doesn't typing "SELECT * from" require a lot of going in and out of caps mode when you type?
โ08-13-2021 12:13 AM