Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. hanan98

    sql newb - creating tables

    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...

Part and Inventory Search

Back
Top