You're analyzing a dataset from Amazon platform. The table product_reviews contains information about various products, including their prices and the number of times each product has been reviewed. It has the following columns: product_id, product_name, total_price, review_count.
Your task is to calculate the total price per review.
Hint: The total price per review equal is a division of the sum of the total price by the total number of reviews.
| price_per_review |
|---|
| 0.002151129... |
You're analyzing a dataset from Amazon platform. The table product_reviews contains information about various products, including their prices and the number of times each product has been reviewed. It has the following columns: product_id, product_name, total_price, review_count.
Your task is to calculate the total price per review.
Hint: The total price per review equal is a division of the sum of the total price by the total number of reviews.
| price_per_review |
|---|
| 0.002151129... |