What is the result, when NULL is compared with NULL?
Answer Posted / ashu_deepu
2 NULL value can not b equal.
i just want to remind some imp. point about primary key.
d condition is
1) not null n
2) unique.
since 2 null value r unique dats why we require the 1st point of not null.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what is a join? : Sql dba
What is user in sql?
how many sql dml commands are supported by 'mysql'? : Sql dba
How to avoid using cursors? What to use instead of cursor and in what cases to do so?
What is replication id?
what is the command used to fetch first 5 characters of the string? : Sql dba
What are the different schemas objects that can be created using pl/sql?
Which table is left in join?
Is left join inner or outer by default?
What is sql stand for?
What has stored procedures in sql and how we can use it?
what is the difference between a having clause and a where clause? : Sql dba
How can I delete duplicate rows?
Why are cursors used?
Can we join two tables without common column?