How to restart a DB2 program?
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??
a cursor normally gets closed once we provide a commit . If u try to close the same cursor with close cursor command later after providing the commit will there be any sql-error.
what are the SQL codes u freequently got?
What is referential integrity?
what happend with out using Commit,when closing cursor and program?
What is the difference between SYNONYM and ALIAS?
On which levels locks can be applied?
What keyword does an SQL SELECT statement use for a string search?
Where can you declare a cursor in a cobol-db2 program?
what types of copies can be made with the COPY Utility ?
When do you use the IMAGECOPY?
Why might full image copies be faster to implement than an incremental image copy?