What is syscat in db2?
No Answer is Posted For this Question
Be the First to Post Answer
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??
How can you compare table column after update and before update?
Could anyone clearly explain the diference between sub query and correlated sub query?
Mention the location where the output received from explain statement is stored.
1. what if null values retrived from database and no null indicator mentioned in query. What is sql code.
What are some characteristics of columns that benefit from indexes?
What is meant by dclgen?
What action db2 takes when a program aborts in the middle of a transaction?
While unloading huge amount of data from table. Suddenly job failed some error. Imagine 1M data unloading, In that 90% data unloaded only 10% left, So if want to unload the rest 10% what needs to be done? Whether do i need to start from top or anything ?
What is a db2 table?
What is the significance of the CURSOR WITH HOLD clause in a cursor declaration?
select 100 records from million records ?