adspace
What are the rules to be applied to nulls whilst doing comparisons?
Answer Posted / Rajnish Kumar Srivatsav
When comparing values with NULL in SQL, the following rules apply:n
1. NULL is neither greater than nor less than any other value.
2. NULL equals NULL only.
3. All other values are neither equal nor unequal to NULL.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what are the advantages of sql ? : Sql dba
Do we need to rebuild index after truncate?
What is the best sql course?
Is primary key clustered index?
how to start mysql server? : Sql dba
What is your daily office routine?
What is the current version of sql?
how many tables will create when we create table, what are they? : Sql dba
how to escape special characters in sql statements? : Sql dba
what is sql server agent? : Sql dba
what are all the common sql function? : Sql dba
Can we rollback truncate?
what are aggregate and scalar functions? : Sql dba
How do I remove duplicates in two columns?
If a cursor is open, how can we find in a pl/sql block?