IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

Need answers of db2 questions


IBM Mainframe Forums -> Mainframe Interview Questions
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Candy

New User


Joined: 09 Dec 2005
Posts: 16

PostPosted: Tue Dec 27, 2005 5:07 pm
Reply with quote

Anyone help me on this..

1. A unit of work is using an isolation level of uncommitted read, and
allows scanning through the table more than once
within the unit of work. Which of the following can occur during processing of this unit of work?

1. It can access uncommitted changes made by other transactions.
2. It can update uncommitted changes made by other transactions.
3. It can update rows and have those updated rows be changed by other transactions from one scan to next.
4. It can update rows and have those updated rows be committed by other transactions from one scan to next.

2. CREATE TABLE T4
(c1 INTEGER NOT NULL,
c2 INTEGER,
c3 DECIMAL(3,2) NOT NULL));
CREATE UNIQUE INDEX i4 ON t4(c1,c3);
ALTER TABLE t4 ADD PRIMARY KEY(c1,c3);

WHich of the fol.statements is true?
1.Alter table statement will fail.
2.Primary key will use t4 unique index.
3.primary key will need to create on the composite key(c1,c3)
4.An additional unique index will automatically be created on the composite key(c1,c3).


3. WHich of the fol. toola can be used to catalog a database?

1. Journal
2..Task center
3. License center.
4. Configuration Assistant
Back to top
View user's profile Send private message
priyesh.agrawal

Senior Member


Joined: 28 Mar 2005
Posts: 1448
Location: Chicago, IL

PostPosted: Tue Dec 27, 2005 7:44 pm
Reply with quote

Quote:
3. WHich of the fol. toola can be used to catalog a database?

Configuration Assistant

Regards,

Priyesh.
Back to top
View user's profile Send private message
bonniem

New User


Joined: 09 Aug 2005
Posts: 67

PostPosted: Tue Dec 27, 2005 8:05 pm
Reply with quote

1.
Quote:
It can access uncommitted changes made by other transactions.
Back to top
View user's profile Send private message
Candy

New User


Joined: 09 Dec 2005
Posts: 16

PostPosted: Wed Dec 28, 2005 9:57 am
Reply with quote

Thanks for yr replies.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> Mainframe Interview Questions

 


Similar Topics
Topic Forum Replies
No new posts Comp interview questions Mainframe Interview Questions 5
No new posts Interview Questions on Cobol DB2 program Mainframe Interview Questions 5
No new posts Mainframe Interview Questions CICS,CO... Mainframe Interview Questions 6
No new posts Viewing executing process in NDM .. q... IBM Tools 0
No new posts INCLUDE condition questions DFSORT/ICETOOL 1
Search our Forums:

Back to Top