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


Please Help Members By Posting Answers For Below Questions

Which sql statement is used to return only different values?

499


Does group by remove duplicates?

545


What is rank dense_rank and partition in sql?

534


how to show all tables with 'mysql'? : Sql dba

599


What is difference between stored procedure and trigger?

529






What is a file delimiter?

550


Explain normalization and what are the advantages of it?

514


What is difference between sql and oracle?

559


How can you load microsoft excel data into oracle? : aql loader

613


what is bdb (berkeleydb)? : Sql dba

563


Enlist the data types that can be used in pl/sql?

568


Is merge a dml statement?

519


what is dbms? : Sql dba

541


What is trigger explain it?

547


how to load data files into tables with 'mysqlimport'? : Sql dba

516