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 / sreenu
hi naren thank for your ans.
but here i am asking total count of null records. means how
many null values are there.
see above table having 4 null values. i want display "4".
please tell me sql query
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is view? Can we update view
What are packages in pl sql and also explain its advantages?
How does one use sql*loader to load images, sound clips and documents? : aql loader
How do you determine the current isolation level? : Transact sql
Explain alias in sql?
what is rdbms? : Sql dba
What is difference between hql and sql?
Is sql a case sensitive language?
Why procedure is used in sql?
What is the difference between instead of trigger and after trigger?
What are the popular database management systems in the it industry?
What are the various levels of constraints?
What do you mean by query optimization?
What are the two types of exceptions in pl/sql?
Show code of a cursor for loop.