Viewing post 1 (of 1 total)
Create table customer (custid int constraint ct_id primary key, cust_name nvarchar(100), cust_addr1 nvarchar(100), cust_addr2 nvarchar(100), city, cust_zip number(5), cust_plus4 number(4))
...
March 10, 2018 at 11:29 am
#1982707