What is the result, when NULL is compared with NULL?
Answer Posted / sandeep kumar
select * from dual where null=null
no row return
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How sql query is executed?
can a stored procedure call itself or recursive stored procedure? : Sql dba
How do I truncate a sql log file?
What is sql clause?
What are the uses of sysdate and user keywords?
Does truncate release storage space?
Is sql injection illegal?
Does sqlite need a server?
What is a schema? How is it useful in sql servers?
What are analytical functions in sql?
How delete all data from table in sql?
How to avoid using cursors?
Is truncate ddl or dml?
what is text? : Sql dba
What is sqlcommand?