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
Differentiate between sga and pga.
What is the difference between left outer join and left join?
how many triggers are allowed in mysql table? : Sql dba
What is pl sql in dbms?
What is a sql*loader control file?
How does stored procedure reduce network traffic?
what are set operators in sql? : Sql dba
How do I truncate a word?
How to select unique records from a table?
How do I start pl sql?
Explain the steps needed to create the scheduled job?
How do temporal tables work?
What is acid property in a database?
What are different methods to trace the pl/sql code?
What is a nested table in word?