Recent content by garebear

  1. G

    Desperate need of help making A database

    ok so you are saying i should build my relationships before I put in all the data and thanks so much for helping
  2. G

    Desperate need of help making A database

    got it thanks I had no idea it was that easy
  3. G

    Desperate need of help making A database

    how do I zip it?
  4. G

    Desperate need of help making A database

    Here are the tables I have I was trying to relate product and seller as a one to many relationship Customer(CustomerID, LastName, FirstName, street, city, state, zip, UsualPayment, SocialNum, CustomerEmail) Product (ProductId, manufacturer, type, condition, SellerName, ProductBid...
  5. G

    Desperate need of help making A database

    It maybe useful to have a separate table if you want to keep history of each bid. Thanks that is what I think I may do. Another problem I am having is that when I try and make a relationship between two tables it wont let me enforce referential integrity
  6. G

    Desperate need of help making A database

    Right now I have tables for the product, seller, customer, concessions, and concession customer. I was trying to figure out what I should do with where it talks about needing a place to place bids and to buy the product outright. I was thinking of making that into a table, does that seem right...
  7. G

    Desperate need of help making A database

    yeah thats what i have been doing. My main problem is that im not sure if I need to add more tables or not
  8. G

    Desperate need of help making A database

    Hi I am an absolute newbie and am trying to make a database for the final project for one of my classes. any help would be soo much appreciated. My first question has to do with what i should make for tables. Right now I have tables for the product, seller, customer, concessions, and concession...
Back
Top Bottom