1.

What is the syntax for creating a table in the DB2 database?

Answer» EXAMPLE

DB2 CREATE table &LT;schema_name&GT;.<table_name> (column_name column_type....) in <tablespace_name>



Discussion

No Comment Found