What is the result, when NULL is compared with NULL?

Answer Posted / talent pool

NULL Is An Unknown Value
So We Couldn't Compare it With Other One.This Is Pure
Correct Answer.

declare @d int
Set @d =null
declare @r int
Set @r=null
if @d=@r
Print 'Hi'
Else
Print 'Summa Vilayadatha'

Is This Answer Correct ?    8 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is localdb mssqllocaldb?

621


How do I run pl sql in sql developer?

630


What is mutating table error?

664


Why select is used in sql?

518


What is break?

620






Is left join inner or outer by default?

521


what is oltp (online transaction processing)? : Sql dba

532


Which column of the user triggers data dictionary view displays the database event that will fire the trigger?

595


How many clustered indexes can be created on a table?

591


how to escape special characters in sql statements? : Sql dba

513


When do we use triggers?

585


What are different methods to trace the pl/sql code?

541


What is PL/SQL Records?

629


Is postgresql a nosql database?

535


How to avoid using cursors? What to use instead of cursor and in what cases to do so?

601