What is the result, when NULL is compared with NULL?
Answer Posted / divi
Null is not equal to Null
Nor
Null is equal to Null
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the least restrictive isolation level? : Transact sql
Mention what is the plv (pl/vision) package offers?
what is the syntax for using sql_variant_property? : Transact sql
what are date and time intervals? : Sql dba
What is the difference between subquery and correlated query?
What is the difference between inner join and outer join?
What can you do with pl sql?
how to convert numeric values to character strings? : Sql dba
Explain the rollback statement?
What is pl sql collection?
What is pragma in sql?
How to disable a trigger name update_salary?
How many parts of a pl sql block are optional?
what are string data types? : Sql dba
Is it possible to remove child records without removing master table records...the two having pk,fk relationship?