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
What is the example of procedure?
What is pl/sql language case sensitive?
what is union? : Sql dba
How do I clear the screen in sql plus?
Why do we need sharding?
What is posting?
What are its different types of dbms?
Mention what are different methods to trace the pl/sql code?
What are string functions in sql?
What is sql lookup?
what is a scheduled jobs or what is a scheduled tasks? : Sql dba
Can we call a function containing dml statements in a select query?
Why primary key is required?
What are the various restrictions imposed on view in terms of dml?
What is the difference between microsoft access and sql server?