How to know the primary key of a table without defining the
primary key in the table?
Answer Posted / kums
you could use SYSIBM.SYSINDEXES table to know more about
the table index.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
DB2 can implement a join in three ways using a merge join, a nested join or a hybrid join. Explain the differences?
ther r 2 tables OTTABLE & SALTABLE, add the otamt from OTTABLE to empsal of SALTABLE if eid is matched else add the unmatched from OTTABLE to SALTABLE
What is release/acquire in bind?
How to execute stored procedure in db2 command editor?
What is db2 purescale?
What is schema in db2?
How to check table size in db2 sap?
What language is db2 written in?
How to check last update on table in db2?
What is precompiler in db2?
What are types of indexes?
How to view db2 table structure?
What is the reason behind not using select * in embedded sql programs?
What is difference between alias and synonym in db2?
What are sqlcodes –803,-805, -811, -818,-904,-911,-913,-101, +100?