i have table T!.
A B C D
NULL 1 2 3
4 NULL 5 6
7 8 NULL 9
10 11 12 NULL.
I WANT COUNT OF NULL VALUES IN TABLE. WRITE A QUERY.
Answer Posted / naren
select count(*) from t1 where a is null or b is null or c is
null or d is null
| Is This Answer Correct ? | 26 Yes | 3 No |
Post New Answer View All Answers
What is a data manipulation language?
how to rename an existing column in a table? : Sql dba
What is transaction control language (tcl)?
What does rownum mean in sql?
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
What are properties of the transaction?
What is Materialized View? In What Scenario we Use Materialized View?
What is multiple columns?
What is the difference between inner join and left join?
Why indexing is needed?
What are the types of keys?
How to use boolean type in select statement?
What are the benefits of pl/sql packages?
What is Histogram?
What is a boolean in sql?