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
Does oracle roll back the transaction on an error?
Can we alter stored procedure?
explain primary keys and auto increment fields in mysql : sql dba
What are different methods to trace the pl/sql code?
What is a mutating table and a constraining table?
How do I audit the sql sent to the server?
Explain the methods used to protect source code of pl/sql.
What is the purpose of cursors in pl/sql?
Which type of cursor is used to execute the dml statement?
What is the left table in sql?
What is the difference between mdf and ndf files?
What is compute?
What are different functions in sql?
what is the difference between a having clause and a where clause? : Sql dba
Which column in the user.triggers data dictionary view shows that the trigger is a pl/sql trigger?