What is the result, when NULL is compared with NULL?
Answer Posted / kmbkrishnan
if we check a Null value with another Null value as equal,
the result will be false.
| Is This Answer Correct ? | 47 Yes | 8 No |
Post New Answer View All Answers
What is mutating trigger?
What is sql comments?
Why do we need sharding?
What are sql indexes?
Explain the order of sql statement execution?
Explain the difference between rename and alias?
Why use subqueries instead of joins?
Is like operator in sql case sensitive?
What is foreign key and example?
What are the built in functions of sql?
Is sql port 1433 encrypted?
How many types of primary keys are there?
Where is sql database stored?
Can a trigger call a stored procedure?
How do I view an execution plan in sql?