What are the 2 sqlcodes that are returned?
No Answer is Posted For this Question
Be the First to Post Answer
What is database manager in db2?
Is it Possible to declare or create a cursor for UPDATE of table? If yes tell me how? If no Tell me why?
COBOL PRECOMPILER ERROR: "XXXXXX" (TABLE) PREVIOUSLY DECLARED OR REFERENCED DCLGEN VARIABLES GETS IMPORTED TWICE FOR ONLY ONE EXEC SQL STATEMENT. WHAT COULD BE THE PROBLEM?
How to select the duplicate rows from a table?
My SQL is not performing well. Describe how will you fine tune it?
i want to delete 20th million record how ?
How does one remove entries from the SCT02 table?
I need to view the number of tables existing under one particular Owner. Is it possible? If so, pl give the SQL query for this?
Consider that a package is bound into 2 different collections and the PKLIST option specifies both the collections. If the collection id is not specified in the program while executing the SQL query, then when the DB2 system will search the package list, which collection will it pick up or will it give an error/abend?
what is the total syntax for fetch ? can any one please give me all the details of fetch ? thx
Describe major components of db2?
If a table has a column "dept" (declared to have nulls) and there are 10 rows in the table of which 3 have a null value in the dept column, what will select count(*) and select count(distinct dept) return?