When the like statement is used?
No Answer is Posted For this Question
Be the First to Post Answer
How would you find out the total number of rows in a db2 table?
For unmatched rows returned from an outer join, the column values in the other table are set to null e.g If A OUTER JOIN B returns some unmatched rows from A, the corresponding column values in B will be set to null. What can be done so that a null value is not displayed for these columns?
What is check constraint. Explain with example.
What is FREEPAGE and PCTFREE in TABLESPACE creation?
Can one database have multiple instances?
What is a lock?
what types of copies can be made with the COPY Utility ?
How can you validate Sql errors during cursor operation in db2 pgms and where do you code?
Mention the definition of cobol in varchar field.
how to identify the pseudo conversation by seeing the program
What is isolation level in db2?
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.