0
Other JOIN types?
I see the SQL lesson on JOINs mentioned that MySQL didn't support two additional types of JOIN operations. What are those?
1 Answer
+ 2
Full Join, that is, left and right at the same time.
And Natural Join, that is, all fields of the same name must be equal.