SQL code: select Hotel.[id] as Hotel_id,Hotel.H_name,Hotel.Stars,Hotel_rooms.[id],Hotel_rooms.Room_name, Rooms_price.Room_id,Rooms_price.Room_price,Rooms_price.Room_Time, Rooms_price.Room_remain,Rooms_price.Room_food from Hotel,Hotel_rooms,Rooms_price where Hotel.H_lineId =1 and Rooms_price.Room_Time='2010-5-8' and Hotel_rooms.[id] =Rooms_price.Room_id
select Hotel.[id] as Hotel_id,Hotel.H_name,Hotel.Stars,Hotel_rooms.[id],Hotel_rooms.Room_name, Rooms_price.Room_id,Rooms_price.Room_price,Rooms_price.Room_Time, Rooms_price.Room_remain,Rooms_price.Room_food from Hotel,Hotel_rooms,Rooms_price where Hotel.H_lineId =