Say CUST Table contains records like:
CUSTNO CUSTNAME CUSTLOC
100 ABC SSS
200 XYZ
300 PQR
400 MNO WWW
500 CVV
-------------
-------------
Now write a query to retrieve all records with CUSTLOC no
data.
Answer Posted / vineet chauhan
no you have to use IS keyword as:
SELECT * FROM CUST
WHERE CUSTLOC IS NULL
| Is This Answer Correct ? | 11 Yes | 2 No |
Post New Answer View All Answers
Explain packages.
What do you mean by cursor?
What is cursor stability in db2?
List out the three types of page locks that can be held.
What are host variables in db2?
What is rct?
What is the clustering index in the db2 database?
Which components manage deadlocks in db2?
What is package in cobol db2?
What is data manager?
Mention the downsides of page level lock.
How to create backup table in db2?
What is netezza database?
What is an instance database?
What is the picture clause of null indicator variable?