* ProblemsWrite a solution to report the customer ids from the Customer table that bought all the products in the Product table.Return the result table in any order.Input: Customer table:+-------------+-------------+| customer_id | product_key |+-------------+-------------+| 1 | 5 || 2 | 6 || 3 | 5 || 3 | 6 || 1 ..