Welcome
Guest
, you are in:
<root>
•
Login
devio dbscript ScrewTurn Wiki
Navigation
¶
Main Page
Random Page
Create a new Page
All Pages
Categories
Navigation Paths
Administration
File Management
Create Account
Search the wiki
»
Back
Production ProductReview (table)
Modified on 2011/08/27 11:18
by
wikibot
Categorized as
Uncategorized
== wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- valign="top" | '''Table''' | Production.ProductReview |- valign="top" | '''Description''' | Customer reviews of products they have purchased. |} === Columns === {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- style="background:silver" | '''Column''' | '''Data Type''' | '''Nullable''' | '''Default''' | '''Description''' |- valign="top" | ProductReviewID | int | not null | | Primary key for ProductReview records. |- valign="top" | ProductID | int | not null | | Product identification number. Foreign key to Product.ProductID. |- valign="top" | ReviewerName | dbo.Name | not null | | Name of the reviewer. |- valign="top" | ReviewDate | datetime | not null | (getdate()) | Date review was submitted. |- valign="top" | EmailAddress | nvarchar(50) | not null | | Reviewer's e-mail address. |- valign="top" | Rating | int | not null | | Product rating given by the reviewer. Scale is 1 to 5 with 5 as the highest rating. |- valign="top" | Comments | nvarchar(3850) | null | | Reviewer's comments |- valign="top" | ModifiedDate | datetime | not null | (getdate()) | Date and time the record was last updated. |} === Primary Key === {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- style="background:silver" | '''Primary Key''' | '''Columns''' |- valign="top" | PK_ProductReview_ProductReviewID | ProductReviewID |} === Indexes === {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- style="background:silver" | '''Index''' | '''Type''' | '''Columns''' |- valign="top" | IX_ProductReview_ProductID_Name | | ProductID, ReviewerName, Comments |} === Check Constraints === {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- style="background:silver" | '''Check Constraint''' | '''Expression''' | '''Description''' |- valign="top" | CK_ProductReview_Rating | ([Rating]>=(1) AND [Rating]<=(5)) | Check constraint [Rating] BETWEEN (1) AND (5) |} === Foreign Keys === {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- style="background:silver" | '''Relation''' | '''Column''' | '''Referenced Column''' |- valign="top" | [[Production Product (table)|Production.Product]] | ProductID | ProductID |} === References === {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- style="background:silver" | '''Dependency Type''' | '''Object Type''' | '''Referenced Object''' |- valign="top" | Data Type | Type | [[dbo Name (type)|dbo.Name]] |- valign="top" | Schema | Schema | [[Production (schema)|Production]] |}
ScrewTurn Wiki
version 3.0.1.400. Some of the icons created by
FamFamFam
.