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 oracle pl sql developer?
How do I find duplicates in a single column in sql?
How to select all records from the table?
Is like operator in sql case sensitive?
Do foreign keys improve performance?
What is dml and ddl?
what are the limitations of identity column? : Transact sql
how can we find the number of rows in a table using mysql? : Sql dba
How do you remove duplicates without using distinct in sql?
What is sqlca in db2?
Explain spool.
How do you delete data from a table?
What are sql*plus environment variables?
How do I start sql from command line?
What are predefined functions in sql?