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


Please Help Members By Posting Answers For Below Questions

What is the best partition size for windows 10?

487


What is clause?

608


what is the difference between undefined value and null value? : Sql dba

562


Can we call a function containing dml statements in a select query?

546


what is the difference between a having clause and a where clause? : Sql dba

519






How is sql used in oracle?

583


What is sharding in sql?

566


What is a natural join?

518


First round ------------------- - Procedure - Packages - Views - Virtual tables - Can we use dcl with in function? - Joins and few scenarios - Triggers and its type - Pragma, type and its functionality - How to create db link in oracle - Materialized view - How to find duplicate values from table? - Cursor and its functionality - Write a script to display friday and its date from a entire year. - Exception Handling Second round ------------------------ Gave a scenario like. Need to write a function to perform. When user try to change a password. It must not be last five password and a given password can be combination of characters, symbols, upper and lower case.

1141


What is memory optimized?

556


What does select * from mean in sql?

1994


Differences between Oracle 9i and 10g (Probably in terms of SQL and PL/SQL)?

3109


Is microsoft sql free?

604


What are two statement types in sql?

540


What is a stored procedure in sql with example?

606