DB2 Interview Questions
Questions Answers Views Company eMail

Normalization in DB2 – first normal form, second normal form

Virtusa,

4 20444

How to design maps

Virtusa,

1 2998

what is Static and dynamic linking

Virtusa,

1 5114

What are common abends

SPIC, Virtusa,

1 4830

When DB2 connection fails, will online program work or give errors.

Virtusa,

1 5274

Bind concepts in DB2 cobol

IBM, TCS, TRD, Virtusa,

10 27530

what is the difference between normal select query and currosor

Cap Gemini, TCS,

2 16302

when we are tying to update a table having 100 rows. if the program abends when updating 51 row . how to start updating again from the 51 row .what was the logic

TCS,

2 8828

I have some 3 particular fields ..i want to know which all tables have those 3 fields. Is there any way to identify.. can we know by quering system tables..

CTS,

5 9683

Can i insert bulk records into a db2 table using qmf of spufi only............!!!

2 7845

SET is the ANSI standard for variable assignment, SELECT is not. SET can only assign one variable at a time, SELECT can make multiple assignments at once. If assigning from a query, SET can only assign a scalar value. If the query returns multiple values/rows then SET will raise an error. SELECT will assign one of the values to the variable and hide the fact that multiple values were returned (so you'd likely never know why something was going wrong elsewhere - have fun troubleshooting that one) When assigning from a query if there is no value returned then SET will assign NULL, where SELECT will not make the assignment at all (so the variable will not be changed from it's previous value) As far as speed differences - there are no direct differences between SET and SELECT. However SELECT's ability to make multiple assignments in one shot does give it a slight speed advantage over SET.

2139

Can you search give an array in the WHERE clause of a db2 query?

1 5892

could you give me an example how, where i code CHECKPOINT and restart...I need and example....thanks..

5 18762

If I have 5 Queries in a DB2 Cobol program , while precompiling how many DBRMs will get created and How many Plans and Packages will get created while Bind Process?

Accenture,

8 15314

Cursors can be declared in both working-storage & procedure division, Agreed. But is there any difference? If could you please suggest what is the difference. TIA

CGI, Wipro,

8 29782


Post New DB2 Questions

Un-Answered Questions { DB2 }

What is the physical storage length of date data type?

716


What is a db2 cursor?

614


What is table space in db2?

570


ther r 2 tables OTTABLE & SALTABLE, add the otamt from OTTABLE to empsal of SALTABLE if eid is matched else add the unmatched from OTTABLE to SALTABLE

1582


Which component is responsible for db2 startup and shutdown?

617






How many databases are there?

584


What are the full forms of spufi and dclgen and why are they used?

646


Is ibm db2 free?

565


What is null indicator in cobol db2?

571


How will you return the number of records in table?

508


What does reorg do in db2?

567


How can you do the explain of a dynamic sql statement?

627


What is a buffer in memory?

587


What is scrollable cursor in db2?

573


Explain correlated sub-queries.

578