Created a function named tax_calc_sf that accepts a basket ID, calculates the tax amount by using the basket subtotal, and returns the correct tax amount for the order. The tax is determined by the shipping state, which is stored in the bb_basket table. The bb_tax table contains the tax rate for states that require taxes on Internet purchases. If the state isn't listed in the tax table or no shipping state is assigned to the basket, a tax amount of zero should be applied to the order. Need assistance in writing the SELECT statement that displays the shipping costs for a basket that has tax applied a dn a basket iwth no shipping state.