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 are the two types of periodical indexes?
How can you fetch common records from two tables?
what is sql server agent? : Sql dba
Show code of a cursor for loop.
What is the difference between partition and index?
what is single byte over head in oracle..?
Explain two easy sql optimizations.
Write a unique difference between a function and a stored procedure.
What is trigger and how to use it in sql?
how to run 'mysql' commands from a batch file? : Sql dba
how to see the create table statement of an existing table? : Sql dba
Does mysql support pl sql?
Differentiate pl/sql and sql?
Differentiate between pl/sql and sql?
In what condition is it good to disable a trigger?