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 procedure and function in sql?
What is recursive stored procedure?
What are the two parts of design view?
What is the difference between inner join and natural join?
How much does a sql dba make? : SQL DBA
Where the sql database files are stored?
What does count (*) mean?
Can you have a foreign key without a primary key?
What is the difference between the repeatable read and serializable isolation levels? : Transact sql
how to fetch alternate records from a table? : Sql dba
What is the source code of a program?
Is delete faster than truncate?
What is mutating trigger?
What is indexes?
What is your daily office routine?