display null value rows with out using null function?
Answer Posted / ajay
select * from emp
where 1=2
| Is This Answer Correct ? | 1 Yes | 8 No |
Post New Answer View All Answers
How can I see all tables in sql?
Is it important to partition hard disk?
What is partition by in sql?
Can we join more than 2 tables in sql?
What is sql engine in oracle?
Can we insert data into view?
how to use case expression? : Sql dba
What are different joins used in sql?
How to revise and re-run the last sql command?
How does sql*loader handles newline characters in a record? : aql loader
explain advantages of myisam over innodb? : Sql dba
how to drop an existing table in mysql? : Sql dba
How to write html code in pl sql?
What is the use of sqlerrd 3?
How do you remove duplicates without using distinct in sql?