Table Schema
Inspect
Table
| Column | Type | Description |
|---|---|---|
| product_id | integer | Unique product identifier. |
| product_name | string | Name of the product. |
| category_name | string | Product category. |
| Column | Type | Description |
|---|---|---|
| product_id | integer | Product identifier. |
| sales_quantity | integer | Total units sold. |
| rating | decimal | Product rating. |
