期末複習之查詢優化

優化中的算法描述:根據排序——合併算法描述下列查詢操作的實現。 Select a.cust_id,b.tot_amt,b.order_date,a.tel_no From customer a ,sales b Where a.cust_id=b.cust_id 1.對a表和b表按照連接屬性cust_id進行排序 2.取customer表的第一個cust_id,依次掃描sales中具有相同cust
相關文章
相關標籤/搜索