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 oracle pl sql developer?

706


How do I find duplicates in a single column in sql?

733


How to select all records from the table?

802


Is like operator in sql case sensitive?

729


Do foreign keys improve performance?

745






What is dml and ddl?

713


what are the limitations of identity column? : Transact sql

822


how can we find the number of rows in a table using mysql? : Sql dba

790


How do you remove duplicates without using distinct in sql?

695


What is sqlca in db2?

692


Explain spool.

901


How do you delete data from a table?

732


What are sql*plus environment variables?

772


How do I start sql from command line?

707


What are predefined functions in sql?

712