What is the result, when NULL is compared with NULL?
Answer Posted / pravin
It is not possible to compare two nulls with each other.
Still if we want to compare null then we have isnull
operator.
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
Define sql delete statement.
What is trigger in pl sql with examples?
How to get list of all tables from a database?
Differentiate between % rowtype and type record.
What is sql not null constraint?
Why use stored procedures?
What is a database event trigger?
Which is faster count (*) or count 1?
What is clustered and nonclustered index in sql?
what is the use of set statement in tsql? : Transact sql
Do foreign keys improve performance?
What is memory optimized table?
what is schema? : Sql dba
How do I truncate a word?
Explain what is a database?