これはテキストで説明されている仕事をするはずです(しかし、date_booked<>'$us_date'
が何であるかはわかりません することになっている):
select name, price
from room
where capacity >= $partySize
and room_id not in
(select room_id
from room_booking
where date_booked = '$date'
)
これはテキストで説明されている仕事をするはずです(しかし、date_booked<>'$us_date'
が何であるかはわかりません することになっている):
select name, price
from room
where capacity >= $partySize
and room_id not in
(select room_id
from room_booking
where date_booked = '$date'
)