What is the syntax for seeing the columns and data types of a table in the db2 database?
No Answer is Posted For this Question
Be the First to Post Answer
Explain package in db2 and its advantages?
What does DML stand for and what are some examples of it?
Mention the different locking levels that are available in db2.
How many databases are there?
What is load replace in db2?
what is the difference between where clause and having clause
What is load utility in db2?
Define data page.
I have 1000 rows in a db2 table.I want to update first 100 records,How do I do it?
Can you tell me how can you find out the # of rows updated after an update statement?
How do I start db2 in windows?
I have a subprogram B calling from mainprogram A.I have opened a cursor in A ,Can i fetch the same cursor in subprogram B , If yes , Please explain the reason?