Junior — Senior
Men over 18 years old
livecode
Task condition
It is necessary to select all men who are over 18 years old and who have placed an order for a product manufactured by 'X'.
User(id, name, sex, birthday)
Product(id, maker, model, type)
Order(user_id, product_id, date, count, code, price, total_sum)