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 delete command in sql?
What are the different types of tables in sql?
What is a field in a database?
How to disable a trigger name update_salary?
What are the constraints available in sql?
What is the difference between syntax error and runtime error?
What is pl sql script?
What is the difference between left outer join and left join?
Does mysql_real_escape_string prevent sql injection?
What is the current version of postgresql?
What is execution plan in sql?
What is equi join in sql?
what is the maximum length of a table name, database name, and fieldname in mysql? : Sql dba
How to handle bulk data?
What does an inner join do?