You need to load information about new customers from the NEW_CUST table into the tables CUST and CUST_SPECIAL. If a new customer has acredit limit greater than 10,000, then the details have to be inserted into CUST_SPECIAL.All new customer details have
to be inserted into the CUST table. Which technique should be used to load the data most efficiently?