Portal | IBM Manuals | Downloads | Products | Refer | Info | Programs | JCLs | Forum Rules*| Site Map | Mainframe CD 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index
 
Register
 
IBMMAINFRAMES.com - IBM Mainframe Support Forums Index FAQ Search Memberlist Usergroups Profile Log in to check your private messages Log in
 
questions

 
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> DB2
Author Message
karthi_ind

Active User


Joined: 24 Feb 2004
Posts: 64
Location: Chennai

PostPosted: Sat Jul 31, 2004 3:09 pm    Post subject: questions
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
References
PostPosted: Sat Jul 31, 2004 3:09 pm    Post subject: Re: questions Reply with quote

karthi_ind

Active User


Joined: 24 Feb 2004
Posts: 64
Location: Chennai

PostPosted: Wed Aug 04, 2004 5:07 pm    Post subject:
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: 1494

PostPosted: Wed Aug 04, 2004 11:26 pm    Post subject:
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.

http://www.ibmmainframes.com/expertforum/viewtopic.php?t=829
http://www.ibmmainframes.com/expertforum/viewtopic.php?t=874
http://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: 906
Location: India

PostPosted: Sat Sep 25, 2004 9:23 am    Post subject: Re
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
Display posts from previous:   
Post new topic   Reply to topic    IBMMAINFRAMES.com Support Forums -> DB2 All times are GMT + 6 Hours
Page 1 of 1