數據庫在線測試——第九章 查詢處理和查詢優化

1、優化中的算法描述:根據嵌套循環算法描述下列查詢操作的實現。 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 答案:對外層循環(customer表)的每一個元組,檢索內層循環(sales表)中的每一個元組,並檢查這兩個元組在連接屬性(id)上是否
相關文章
相關標籤/搜索