select * from order_info
 where product_name in("C++","Java","Python")
 and status = "completed"
 and date > "2025-10-15"
 order by id;