InterviewSolution
Saved Bookmarks
| 1. |
What is the syntax for creating a table in the DB2 database? |
|
Answer» EXAMPLE DB2 CREATE table <schema_name>.<table_name> (column_name column_type....) in <tablespace_name> |
|