What information can you find in SYSIBM.SYSLINKS table?
Answer / nahid gorji
SYSIBM.SYSLINKS contains information about the table-to-
table links that make up the physical structure and storage
of the DB2 Catalog. Links are internal structures similar
to RI relationships. Not all catalog tables use links.
Tablespace DSNDB06.SYSDBASE
Indexes None
Links DSNDR#DL REFERENCES SYSIBM.SYSRELS
| Is This Answer Correct ? | 3 Yes | 1 No |
what is differnece between DROP TABLE & DELETE TABLE .
Q4. How will you get the count of record without using COUNT verb in query?
Can All Users Have The Privilege To Use The SQL Statement Select (DML)?
how to fetch multiple records without using cursor
How connect db2 database to datastage?
How do I add a column to an existing table in db2?
When DB2 connection fails, will online program work or give errors.
What is index cardinality?
What happens in bind step in a db2 program?
run jcl for cobol+db2 pgm?.. //jobcard //step001 exec pgm=ikjeft01 //systin dd * DSNSYSTEM(--------) RUN PROGRAM(MYPGMNAME) PLAN(-----), LIB(-------), PARMS(------) /* WHAT WILL U GIVE INSIDE THE BRACKETS... WHAT IS PLAN,PACKAGE,BIND?..PLAN N PACAKGES ARE GENERATED BY ?...
What is load utility in db2?
Explain in detail about buffer manager and its functionalities?