write a query filter the null value data following source?
name age
john 30
smith null
null 24
sharp 35
i want output
name age
john 30
sharp 35
Answer Posted / ramya
select * from test_1 where name is not null and age is not
null;
| Is This Answer Correct ? | 18 Yes | 2 No |
Post New Answer View All Answers
what is sub-query? : Transact sql
How many types of relationship are there?
What is the difference between clustered and non-clustered indexes?
What is sqlite format?
Does user triggers have entry for trigger with compilation errors?
What is dml with example?
Can we use rowid as primary key?
what is offset-fetch filter in tsql? : Transact sql
Are pl sql variables case sensitive?
What is keys and its types?
define sql delete statement ? : Sql dba
What is bulk compiling in pl/sql.?
What is a heap in sql?
What is the use of & in pl sql?
How to add new employee details in an employee_details table with the following details