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

questions


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
karthi_ind

Active User


Joined: 24 Feb 2004
Posts: 131
Location: Chennai

PostPosted: Sat Jul 31, 2004 3:09 pm
Reply with quote

hi

can anyone answer my questions

1) What is index? Diff. types of index (explain)
Whatz the use of index?

2) how can we create stored procedures, trigger in db2
(with examples)

3) what is dynamic sql?

4) diff. types of locking. explain ?

5) how can i enable or disable primary or foreign key?
(When i use alter it shows error)

6) diff. between QMF and SPUFI?
Back to top
View user's profile Send private message
karthi_ind

Active User


Joined: 24 Feb 2004
Posts: 131
Location: Chennai

PostPosted: Wed Aug 04, 2004 5:07 pm
Reply with quote

can anyone answer these questions?
Why no answers?
Back to top
View user's profile Send private message
mmwife

Super Moderator


Joined: 30 May 2003
Posts: 1592

PostPosted: Wed Aug 04, 2004 11:26 pm
Reply with quote

Quote:
can anyone answer these questions?
Why no answers?


Check out the following links. They may give you a clue, but I doubt it.

Regards, Jack.

www.ibmmainframes.com/expertforum/viewtopic.php?t=829
www.ibmmainframes.com/expertforum/viewtopic.php?t=874
www.ibmmainframes.com/expertforum/viewtopic.php?t=849
Back to top
View user's profile Send private message
mcmillan

Site Admin


Joined: 18 May 2003
Posts: 1210
Location: India

PostPosted: Sat Sep 25, 2004 9:23 am
Reply with quote

Hi Karthi,

Quote:
What is index? Diff. types of index (explain)


Index is another table which contains the column in ascending/descending order.

Unique Index/ Primary index / Non-nique index etc...

Quote:
What's the use of index?


To search the table more efficiantly

Quote:
what is dynamic sql?


If you know the SQL statements at compile time it's static SQL, at Runtime it's Dynamic SQL.

Quote:
diff. types of locking. explain ?


Locking row level, page level, table level & table spce level available.

Quote:
how can i enable or disable primary or foreign key?


ALTER TABLE EMP
DROP PRIMARY KEY.

ALTER TABLE EMP
ADD PRIMARY KEY(empno)


Quote:
diff. between QMF and SPUFI?


QMF - Query Management Facility

SPUFI - SQL processor Using File Input

In SPUFI you should create two data sets to provide & view I/O

In QMF data sets not necessary. In QMF you can generate & print reports.

in SPUFI not like that.
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 -> DB2

 


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