write a query to remove null following table are
id name
101 dinesh
null jyothi
null bharathi
102 suresh
null shilpha
103 prakesh
null suma
i want the output format like
id name
101 dinesh
102 suresh
103 prakesh
Answer Posted / ajit nayak
Delete from <tab_name>
where id is null;
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
what is csv? : Sql dba
How insert into statements in sql?
What is over () in sql?
Can we rollback delete command?
Define a temp table?
What is the difference between left and left outer join?
Is the primary key an index?
What is sql*loader and what is it used for? : aql loader
What is right join in sql?
What is difference between inner join and self join?
What is package in pl sql?
What are the differences between implicit and explicit cursors?
What are all the different normalizations?
Is left join faster than inner join?
What is a .db file?