willjean57571 willjean57571 25-11-2022 Computers and Technology contestada consider the following schemas and sql query: schemas: customer(customerid, name, group) rating(customerid, productid, rating, timestamp) query: select r.productid from customer c, rating r where c.customerid