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 the maximum length of a table name, database name, and fieldname in mysql? : Sql dba
How to get list of all tables from a database?
What is difference between pls_integer and integer?
How to add new employee details in an employee_details table with the following details
What are the three forms of normalization?
Can one improve the performance of sql*loader? : aql loader
What is the purpose of the primary key?
What are the methods of filing?
What is trigger in pl sql with examples?
How does postgresql compare to mysql?
Can we delete column in sql?
What is query syntax?
What is secondary key?
How do you update sql?
Is sql between inclusive?