Listing 2. Excerpt from SQLConstants with the definition for an insert Customer statement. public final static String CUSTOMER_TABLE = “CUSTOMER”; public final static String CUSTOMER_NO = “CUSTOMERNO” ...