Table Schema
Inspect
Table
| Column | Type | Description |
|---|---|---|
| review_id | integer | Unique review identifier. |
| user_id | integer | User who submitted the review. |
| submit_date | datetime | Timestamp when the review was submitted. |
| product_id | integer | Reviewed product identifier. |
| stars | integer | Star rating from 1 to 5. |
