1 - IBM

The following table needs to be created in the DB2 database. 1. Open an SQL Editor and connect to the DB2 database. 2. Run the script below to create the CUSTOMER table in the database. This table is needed to run the scenario. Script for creating the CUSTOMER table: CREATE TABLE CUSTOMER ("PKEY" INTEGER NOT NULL PRIMARY KEY, "FNAME" VARCHAR(20) , ................
................