次のクエリの関係代数式をどのように記述しますか?
select Customer_ID
from tbl_Reservation
where Customer_ID not in (select Customer_ID from tbl_Bill)
次のクエリの関係代数式をどのように記述しますか?
select Customer_ID
from tbl_Reservation
where Customer_ID not in (select Customer_ID from tbl_Bill)