What is the difference between these two?
Hi,
My question is what is the difference between these two?
1)Select * from sales join stores on sales.stor_id=stores.stor_id
2)Select * from sales,stores where sales.stor_id=stores.stor_id
Expecting reply,
Ramkumar
A.D.Ramkumar
__________________
Ramkumar A D
|