Я должен написать запрос для этого оператора: List the names of customers, and album titles, for cases where the customer has bought the entire album (i.e. all tracks in the album) Я знаю, что я долже
Я сталкиваются некоторые вопросы, получение данных с помощью SQL в одном конкретном случае: Предположим, у меня есть следующие таблицы: A (ID, attr_a, attr_b); B (id, attr_d, attr_e); C (id_a, id_b);
Учитывая следующие упрощенные модели: User(id, nickname, created_at) Post(id, user_id, image, text, created_at) ## A post belongs to a user ViewedPost(id, user_id, post_id, like_type, created_at) ##li