display null value rows with out using null function?
Answer Posted / debashis mohanty
Select * From Emp where NVL(TO_CHAR(COMM),'NULL VALUE ROW')='NULL VALUE ROW';
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why do we use joins in sql?
Is t sql a programming language?
What is right join sql?
How do you write an index?
What is a schema? How is it useful in sql servers?
Is sql free?
Is it possible to include an insert statement on the same table to which the trigger is assigned?
What is raw datatype in sql?
Why do we need databases?
How do you identify a primary key?
Which are the different types of indexes in sql?
What is the difference between join and natural join?
What is difference between joins and union?
What is an inconsistent dependency?
What is a relationship and what are they?