How to find schema of a table in db2?
Answer / Arvind Kumar Sinha
To find the schema of a table in DB2, you can use the DESCRIBE TABLE command. Here is an example: `DESCRIBE TABLE your_table_name;`
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between primary key & unique index ?
What is schema in db2?
What is a storage group (stogroup)?
What is the maximum No of rows per page?
how 2 resolve the -311 sqlcode
What are the three DB2 date and time data types and their associated functions?
Suppose pgm A calling Pgm B .Pgm B has some Db2 program. at the time of compilation should plan and package will be created for both A and B or only B? What is the concept?
What is a buffer in memory?
The only place of VSAM KSDS in DB2 is?
What is package in cobol db2?
Is there any advantage to denormalizing DB2 tables?
Which one allows duplicate values Union or Union All ?