If I write a SQL query for mysql and I only specify JOIN (external, internal, left, etc.) , How does it default to connect?
For example:
Select Count from (*) Pon classes from students p.studentId = c.studentId
Mostly, is considered as the default.
Comments
Post a Comment