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
What is an invalid partition table?
What is the usage of the distinct keyword?
What is varchar example?
How can you select unique records from a table?
how many triggers are allowed in mysql table? : Sql dba
what does it mean to have quoted_identifier on? : Sql dba
What is the difference between delete and truncate commands?
What is a sql trace file?
Can we use ddl statements in stored procedure sql server?
what is heap table? : Sql dba
What is tuple in sql?
how to select first 5 records from a table? : Sql dba
What is the use of sql trace?
What are the possible values for the boolean data field?
How to get list of all tables from a database?