Valid 1z0-591 Dumps shared by ExamDiscuss.com for Helping Passing 1z0-591 Exam! ExamDiscuss.com now offer the newest 1z0-591 exam dumps, the ExamDiscuss.com 1z0-591 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com 1z0-591 dumps with Test Engine here:
A customer needs to do a cross database join between two tables where, one of the tables has a small number of values and the other has a large number of values. How can you optimize the way the BI Server processes the query?
Correct Answer: B
Explanation/Reference: You can specify a Driving table parameter in a complex join. Driving tables are for use in optimizing the manner in which the Oracle BI Server processes cross- database joins when one table is very small and the other table is very large. The BI Server will query the driving table (the small one) and will get a list of values. The BI Server will then generate a second SQL using a parameterized IN list with the values from the first query. Specifying driving tables leads to query optimization only when the number of rows being selected from the driving table is much smaller than the number of rows in the table to which it is being joined.