please help

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • malik280283
    New Member
    • Oct 2008
    • 3

    please help

    hi
    can any one tell how db2 picks up an particular column for a table
    is there any identifier associated with table corresponding to column
  • kazam
    New Member
    • May 2008
    • 9

    #2
    The information about every database object is stored in system catalog tables. System catalog tables reside in SYSCATSPACE tablespace. whenever an object is referenced in queries or any other operation, DB2 checks for that object in system catalog tables first, if exists, it checks all other details like if permissions are there, etc and executes that operation/query.

    Comment

    • malik280283
      New Member
      • Oct 2008
      • 3

      #3
      thanks for reply,
      i want to know what id or identifier that makes a table to get its columns from large syscatspace , is it page reference to the column block or anything else .


      thanks
      & regards
      malik280283

      Comment

      Working...