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 a column in a table?
What steps server process has to take to execute an update statement?
Can we change the table name in sql?
Can we create table inside stored procedure?
How can we link a sql database to an existing android app?
What is normalization in sql?
What is cursor in pl sql?
Can sql developer connect to db2?
What are tuples in sql?
what are the different type of sql's statements ? : Sql dba
What is snowflake sql?
What is an emotional trigger?
What is sql injection vulnerability?
Can we perform dml in function?
What is the difference between left join and right join?