Add a product review
add_reviewInsert a new product review into the database. Specify product ID, customer ID, rating, and optional comment to record customer feedback.
Instructions
Insert a new review row for a product. This modifies the database.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rating | Yes | ||
| comment | No | ||
| product_id | Yes | ||
| customer_id | Yes |