Hey for a project I'm supposed to design a database for an online car auction site. The site's database contains users, who may be both buyers and sellers, and auctions for the cars. Each auction has an associated seller and a set of bids. A completed auction will have feedback left by the buyer about the seller. The feedback will be labeled Positive, Neutral, or Negative, and will include a comment and a date. The first table is the Users table, which should have the following fields only: UserID, Email, Name, Street Address, City, State, and Zip Code. Each table I design must have a unique field for the primary key.

Thanks a lot for the help!