Question: Problem 16 Create the CUSTOMER table structure illustrated in Figure P8.16. The customer number should store integer values. The CUST_FNAME and CUST_LNAME attributes should support
Problem 16
Create the CUSTOMER table structure illustrated in Figure P8.16. The customer number should store integer values. The CUST_FNAME and CUST_LNAME attributes should support variable length character data up to 30 characters each. CUST_BALANCE should support up to eight digits on the left of the decimal place and two digits to the right of the decimal place. Use CUST_NUM as the primary key.Problem 16
Create theCUSTOMERtable structure illustrated inFigure P8.16. The customer number should store integer values. TheCUST_FNAMEandCUST_LNAMEattributes should support variable length character data up to 30 characters each.CUST_BALANCEshould support up to eight digits on the left of the decimal place and two digits to the right of the decimal place. UseCUST_NUMas the primary key.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
