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

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