The inventory operations team needs a clean catalog overview of all product items and their standard retail prices.
Retrieve the product name, category ID, and retail selling price for all available inventory items.
Write a SQL query selecting the `name`, `category_id`, and `price` columns from the `products` table.Do not apply any filtering or sorting.