Tagged Questions
0
votes
2answers
118 views
Are these two queries technically equal to each other?
Ran it in my query browser. I was am getting same results for both. But still need a confirmation.
SELECT
cs.RSCode
, CustomerName
, em.EmailId
FROM
Customer_STN cs
JOIN ...