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 / kart
select * from table where id is not null;
| Is This Answer Correct ? | 17 Yes | 3 No |
Post New Answer View All Answers
Is mariadb a nosql database?
Why use triggers in sql?
Is sql developer case sensitive?
what are the types of join and explain each? : Sql dba
What pl/sql package consists of?
Is it possible to update views?
How do you optimize a query?
Define select, insert, create, delete, update, drop keywords
What is sql partition?
How do I save a sql query?
Does inner join remove duplicates?
What is the need of a partition key?
What is the syntax to add a record to a table?
What is sqlite format?
Explain what is a view?