1 / 5

TableName : Product Id:int (PK) t itle:nvarchar (50) Desc:nvarchar (MAX) Price:money

TableName : Product Id:int (PK) t itle:nvarchar (50) Desc:nvarchar (MAX) Price:money Shipcost:money Publisher:nvarchar (50) Developer:nvarchar (50) Image:nvarchar (256) Categoryname:nvarchar (50) Status:nvarchar (20 ) Tags:nvarchar (256) Createdon:datetime Published:boolean

Télécharger la présentation

TableName : Product Id:int (PK) t itle:nvarchar (50) Desc:nvarchar (MAX) Price:money

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. TableName: Product Id:int (PK) title:nvarchar(50) Desc:nvarchar(MAX) Price:money Shipcost:money Publisher:nvarchar(50) Developer:nvarchar(50) Image:nvarchar(256) Categoryname:nvarchar(50) Status:nvarchar(20) Tags:nvarchar(256) Createdon:datetime Published:boolean Featured:boolean

  2. TableName:userprofile Userid:nvarchar(x)(PK) Sfname:nvarchar(50) Slname:nvarchar(50) Semail:nvarchar(256) Sadd:nvarchar(256) Scity:nvarchar(256) Sstate:nvarchar(256) Scountry:nvarchar(256) Szip:nvarchar(256) Sphno:nvarchar(256) bfname:nvarchar(50) blname:nvarchar(50) bemail:nvarchar(256) badd:nvarchar(256) bcity:nvarchar(256) bstate:nvarchar(256) bcountry:nvarchar(256) Bzip:nvarchar(256) bphno:nvarchar(256) TableName:Asp_user Userid:nvarchar(x) b=billing S=shipping

  3. TableName:order Orderid:int(PK) Userid:nvarchar(x) Sfname:nvarchar(50) Slname:nvarchar(50) Semail:nvarchar(256) Sadd:nvarchar(256) Scity:nvarchar(256) Sstate:nvarchar(256) Scountry:nvarchar(256) Szip:nvarchar(256) Sphno:nvarchar(256) bfname:nvarchar(50) blname:nvarchar(50) bemail:nvarchar(256) badd:nvarchar(256) bcity:nvarchar(256) bstate:nvarchar(256) bcountry:nvarchar(256) Bzip:nvarchar(256) bphno:nvarchar(256) Tax:double(3,2) Total:money TableName:Asp_user Userid:nvarchar(x) TableName:orderproduct Id:int Orderid:int Producttitle:int Price:money Qty:int

  4. TableName: Product Id:int (PK) title:nvarchar(50) Desc:nvarchar(MAX) Price:money Shipcost:money Publisher:nvarchar(50) Developer:nvarchar(50) Image:nvarchar(256) Categoryid:int Status:nvarchar(20) TableName: UserReview Id:int (PK) productid:int comment:nvarchar(MAX) Date:datetime Username:nvarchar(50)

  5. TableName: newssubscriber Email:nvarchar(256)(PK) Date:datetime TableName: Contactus Id:int (PK) Fname:nvarchar(50) Lname:nvarchar(50) Email:nvarchar(256) Date:datetime Enquiry:nvarchar(MAX) TableName: News Id:int (PK) Title:nvarchar(256) Description: nvarchar(MAX) Published:boolean Date:Datetime Type:nvarchar(10)

More Related