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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.