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

what is the structure and use of sysibm.syslink table ?


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

New User


Joined: 19 May 2006
Posts: 23

PostPosted: Mon May 29, 2006 12:43 pm
Reply with quote

Hi All can anyone tell me the structure and the use of sysibm.syslink table and what exactly is a subselect and how do we use it ?

I would really appreciale a quick reply....Thanks
Back to top
View user's profile Send private message
geek_mohit

New User


Joined: 19 May 2006
Posts: 23

PostPosted: Thu Jun 01, 2006 4:47 pm
Reply with quote

Hi people nobody replied to my query but I did got some information somehow....it might be useful for some one else as well...

You can determine the nature of links by querying the DB2 Catalog table, SYSIBM.SYSLINKS. This single DB2 Catalog table stores the information defining the relationships between other DB2 Catalog tables.

The colums in this table are PARENTNAME, TBNAME, LINKNAME,CHILDSEQ, COLCOUNT and INSERTRULE

1. The PARENTNAME is the name of the superior, or parent table in the hierarchy.
2. TBNAME is the name of the subordinate, or child table in the hierarchy
3. The CHILDSEQ and COLCOUNT columns refer to the clustering and ordering of the data within the relationship.
4. The INSERTRULE determines the order in which data will be inserted into the relationship
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 Load new table with Old unload - DB2 DB2 6
No new posts Pulling a fixed number of records fro... DB2 2
No new posts Multiple table unload using INZUTILB DB2 2
No new posts Check data with Exception Table DB2 0
No new posts Dynamically pass table name to a sele... DB2 2
Search our Forums:

Back to Top