What is a buffer in memory?
No Answer is Posted For this Question
Be the First to Post Answer
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?
query to just fetch first matching row and stop execution. once one matching row is found ..no more records should be checked.. if the first record is matching.. the query must stop
What is the maximum number of columns in a db2 table?
What is copy pending status in db2?
What is meant by a unit of recovery?
What is isolation level?
When reorg is used?
What are delete-connected tables?
My DB2 program first read the data from a file and then it look into a table with the data it got from the file.If we did not bind the program , should the file read before SQL execution be success??
SQLCODE = -199, ERROR: ILLEGAL USE OF KEYWORD CHAR, TOKEN KEY was expected
Can you search give an array in the WHERE clause of a db2 query?
Which is faster delete or truncate?