What is the result, when NULL is compared with NULL?

Answer Posted / a.jyothsna

One null value is not equal to another null value.

Is This Answer Correct ?    7 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

when is the use of update_statistics command? : Sql dba

478


Is ms sql is free?

512


How do you sort in sql?

576


What is Collation Sensitivity ? What are the various type ?

474


What is interval partition?

525






Explain the the update statement in sql?

546


What will you get by the cursor attribute sql%found?

514


How do I count rows in sql query?

468


How can you get sql*loader to commit only at the end of the load file? : aql loader

527


what is cross join? : Sql dba

547


Will truncate release space?

492


What is trigger explain with example?

518


Table 1: col1 Timestamp ---------------- 01-mar-2012 11:12:46 Table 2: col2 Timestamp -------------------- 01-mar-2012 11:12:10 01-mar-2012 11:11:23 Write a query to display a row with table2 col2 value less than tabl1 col1 value. Maximum timestamp value previous to table1 col1 value. Display a result as: Col1 col2 ----- ----- 01-mar-2012 11:12:46 01-mar-2012 11:12:10

1696


what is oltp (online transaction processing)? : Sql dba

516


Why do we use triggers?

500