In nested-loop join case if there are M rows in outer table and-08477
In nested-loop join case, if there are 'M' rows in outer table and 'N' rows in inner table, time complexity is __________.
This multiple choice question (MCQ) is related to the book/course vu cs614 Data Warehousing. It can also be found in vu cs614 Final Term - Quiz No.6.
In nested-loop join case, if there are 'M' rows in outer table and 'N' rows in inner table, time complexity is __________.
O (M log N)
O (log MN)
O (MN)
O (M + N)