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
Inline the values in PL/SQL, what does it mean.?
Is there a pl/sql pragma similar to deterministic, but for the scope of one single sql select?
Which operator is used in query for pattern matching?
What are predefined functions in sql?
Can we rollback delete command?
how to create a new view in mysql? : Sql dba
Explain unique key in sql.
What is a record in a database?
How to write a single statement that concatenates the words ?hello? And ?world? And assign it in a variable named greeting?
What are keys in sql?
What is the difference between nvl function, ifnull function, and isnull function?
How do temporal tables work?
What is hibernate and its relation to sql?
What are the advantages of stored procedure?
Can we join tables without foreign key?