Aleksa Lydiak
0
Q:

bitmap join index

CREATE BITMAP INDEX cust_sales_bji
ON    sales(customers.state)
FROM  sales, customers
WHERE sales.cust_id = customers.cust_id;
0

New to Communities?

Join the community