What makes a given table the left table?
Is it that the table is indicated in the \"From\" part of the query?
Or, is it the left table because it is on the l
Yes, it's determined by the side of the JOIN operator the table appears on. Your two examples are indeed equivalent.