What is DB2 (IBM Database 2)?
Answers were Sorted based on User's Feedback
Answer / andank
DB2 (Database 2) is an Relational Database Management
System (RDBMS). It's simillar to other RDBMs like Oracle,
MS SQL Server. DB2 has many flavors which runs on
Mainframes, Windows, Unix etc., DB2 is famous on
Mainframes!
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / sunil raina
DB2 (Database 2) is an Relational Database Management
System (RDBMS). It's simillar to other RDBMs like Oracle,
MS SQL Server. DB2 has many flavors which runs on
Mainframes, Windows, Unix etc., DB2 is famous on
Mainframes! form Sunil Raina
| Is This Answer Correct ? | 0 Yes | 0 No |
I have a main program (A) where we delete some rows in table in a cursor, and we commit it in sub program(B). What will happen - will we get an error or not?
What are the contents of dclgen?
Differentiate between cs and rr isolation levels? Where do you specify them?
What is the default page size of buffer pools?
what is a collection?
can we view the access paths created by dbrm ? how ? thx
if suppose i am having an ACCOUNT table with 3 coloumns ACC. NO,ACC. NAME,ACC. AMOUNT . If a unique index is also defined on ACC.NO and ACC.NAME then write a query to retrieve account holders records who have more than 1 ACC.
What do you mean by rollback?
I have two tables A and B. Both tables are connected with SSN number as foreign key. I want to retrieve a column data from B table. How will you write a query?
Who uses db2?
What are the prerogatives?
For update of a row in cursors, when do we move value into host variable in cobol progrm? is it before open or before fetch ?