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
Is id a reserved word in sql?
What has stored procedures in sql and how we can use it?
what is sql? : Sql dba
Mention what plvcmt and plvrb does in pl/sql?
What are conditional predicates?
Can you do multiple joins in sql?
what is top in tsql? : Transact sql
How can I get the number of records affected by a stored procedure?
describe transaction-safe table types in mysql : sql dba
Why do we use procedures in pl sql?
What is example of database?
what is 'mysqlcheck'? : Sql dba
How can you maintain the integrity of your database on instances where deleting an element in a table result in the deletion of the element(s) within another table?
What is sql basics?
Can we declare a column having number data type and its scale is larger than pricesionex: column_name number(10,100),column_name numbaer(10,-84)