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 offset and limit in sql?
What are the advantages of sql?
State some properties of relational databases?
Why cross join is used?
How does stored procedure reduce network traffic?
Is not null in sql?
What is the sql query to display the current date?
Can we insert delete data in view?
what is the difference between join and union? : Sql dba
how is myisam table stored? : Sql dba
Define a temp table?
What is exit statement?
How do you identify a primary key?
Write a sql query to find the names of employees that begin with ‘a’?
List the ways to get the count of records in a table?