MCQs>IT & Programming>DB2 Programming>How would you display the table definitions (columns, data types of columns, constraints or default values set etc) of a table in QMF?
DB2 Programming MCQs
How would you display the table definitions (columns, data types of columns, constraints or default values set etc) of a table in QMF?
Answer
Correct Answer: SELECT * FROM SYSIBM.SYSCOLUMNS WHERE TBNAME=table-name AND TBCREATOR=' creator-name';
Explanation:
Note: This Question is unanswered, help us to find answer for this one