In SQL, 0 = 0?

Question

In SQL, what will be the result of the below query?

select case when null = null then 'Yes' else 'No' end as Result;

Solution

Access restricted

Subscribe to premium account to see the solution.

Get premium now