雖然理解自然連接,我碰到了查詢出來從書關係代數表達式如下: 實現帶有QUER相同Y: select distinct a.branch_name from depositor d, account a, customer where d.account_number=a.account_number and customer.customer_city='Harrison';
我獲得虛假元組如
我有兩個子查詢,我想選擇兩個不同的列,但我不知道如何。現在嘗試了很長時間。 換句話說,我需要這樣做: select distinct A, B
from (select * from selectstatement 1, selectstatement 2);
我這是什麼。 我得到了兩個表table1和table2,每個類型爲三個列。 我: selectstatement 1: