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
What is the difference between subquery and correlated query?
Write a sql query to find the names of employees that begin with ‘a’?
what are all the different types of indexes? : Sql dba
What is the difference between microsoft access and sql?
What is a sql profiler?
What is foreign key sql?
How do I trace sql profiler?
What is input buffer in sql*plus?
How do you concatenate in sql?
how to load data files into tables with 'mysqlimport'? : Sql dba
What is nvl?
what are ddl statements in mysql? : Sql dba
How to run pl/sql statements in sql*plus?
write an sql query to get third maximum salary of an employee from a table named employee_table. : Sql dba
is it possible to pass an object or table to a procedure as an argument?