I have data
Customer(Cust_id, Cust_fname, Cust_lname, Phone_area_code, Cust_phone, Cust_balance)
and want to create it in sql with Cust_id as the primary key.
I came up with this.
Create collection assignment2
Create table assignment2.customer (cust_id char (10 ) not null with default...