@fenway
you said join JOIN implies INNER JOIN....
but join it self works without inner join
i can do something like this
select * from table
join table1 on etccc....
also
select * from table
inner join table1 on etccc....
so i guess this question
Can someone explain the difference between inner join v/s join, Please.
deserve an answer (but not join JOIN implies INNER JOIN.... )
well my bad because the only difference i knew about the two is what i have stated above