In this post, you’ll learn about the error message -638 table table name cannot be created because column definition is missing in the IBM DB2 database , the reason why it occurs along with the solution to fix it
IBM DB2 Error Message
-638 table table name cannot be created because column definition is missing
Reason for the Error
The CREATE TABLE statement does not contain any column definition.
Solution
Add column definition to the statement.