使用子查询提取“喜来乐”的订单信息:

select * from orders

where customerid = (select customerid from customers where customername = ‘喜来乐’)