Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

DB2 Interview Questions
Questions Answers Views Company eMail

Normalization in DB2 – first normal form, second normal form

Virtusa,

4 22350

How to design maps

Virtusa,

1 3933

what is Static and dynamic linking

Virtusa,

1 6155

What are common abends

SPIC, Virtusa,

1 5677

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

Virtusa,

1 6385

Bind concepts in DB2 cobol

IBM, TCS, TRD, Virtusa,

10 30993

what is the difference between normal select query and currosor

Cap Gemini, TCS,

2 17589

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 10178

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 12040

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

2 9008

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.

2722

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

1 6707

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

5 20751

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 18465

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 33346


Post New DB2 Questions

Un-Answered Questions { DB2 }

How can you find out the # of rows updated after an update statement?

1154


Which is faster delete or truncate?

1175


What is scrollable cursor in db2?

1119


Why do we use cursor?

1160


What is a storage group (stogroup)?

1284


What is a db2 table?

1061


How to find the number of rows in a db2 table?

1154


How to check table size in db2 sap?

1093


What is null indicator in cobol db2?

1106


What is the difference between using bind () and rebind () methods of naming class?

1451


What is db2 command?

1088


How do you simulate the explain of an embedded sql statement in spufi/qmf?

1138


How to get the ddl of a table in db2?

1168


What is the physical storage length of date data type?

1304


Explain how can you do the explain of a dynamic sql statement?

1173