Editing Production.ProductReview (table)

Jump to: navigation, search

Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then save the changes below to finish undoing the edit.
Latest revision Your text
Line 164: Line 164:
 
| not null
 
| not null
 
|  
 
|  
| Primary key for ProductReview records.<br />PK_ProductReview_ProductReviewID
+
| Primary key for ProductReview records.PK_ProductReview_ProductReviewID
 
|- valign="top"
 
|- valign="top"
 
| ProductID
 
| ProductID
Line 170: Line 170:
 
| not null
 
| not null
 
|  
 
|  
| Product identification number. Foreign key to Product.ProductID.<br />IX_ProductReview_ProductID_Name
+
| Product identification number. Foreign key to Product.ProductID.IX_ProductReview_ProductID_Name
 
|- valign="top"
 
|- valign="top"
 
| ReviewerName
 
| ReviewerName
Line 176: Line 176:
 
| not null
 
| not null
 
|  
 
|  
| Name of the reviewer.<br />IX_ProductReview_ProductID_Name
+
| Name of the reviewer.IX_ProductReview_ProductID_Name
 
|- valign="top"
 
|- valign="top"
 
| ReviewDate
 
| ReviewDate
Line 182: Line 182:
 
| not null
 
| not null
 
| (GETDATE())
 
| (GETDATE())
| Date review was submitted.<br />
+
| Date review was submitted.
 
|- valign="top"
 
|- valign="top"
 
| EmailAddress
 
| EmailAddress
Line 188: Line 188:
 
| not null
 
| not null
 
|  
 
|  
| Reviewer's e-mail address.<br />
+
| Reviewer's e-mail address.
 
|- valign="top"
 
|- valign="top"
 
| Rating
 
| Rating
Line 194: Line 194:
 
| not null
 
| not null
 
|  
 
|  
| Product rating given by the reviewer. Scale is 1 to 5 with 5 as the highest rating.<br />
+
| Product rating given by the reviewer. Scale is 1 to 5 with 5 as the highest rating.
 
|- valign="top"
 
|- valign="top"
 
| Comments
 
| Comments
Line 200: Line 200:
 
| not null
 
| not null
 
|  
 
|  
| Reviewer's comments<br />IX_ProductReview_ProductID_Name
+
| Reviewer's commentsIX_ProductReview_ProductID_Name
 
|- valign="top"
 
|- valign="top"
 
| ModifiedDate
 
| ModifiedDate
Line 206: Line 206:
 
| not null
 
| not null
 
| (GETDATE())
 
| (GETDATE())
| Date and time the record was last updated.<br />
+
| Date and time the record was last updated.
 
|}
 
|}
  

Please note that all contributions to dbscript Online Help may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see Project:Copyrights for details). Do not submit copyrighted work without permission!

Cancel | Editing help (opens in new window)