You have 2 tables PRODUCT (P_CODE, P_DESCRIPT, P_PRICE, V_CODE) and VENDOR (V_CODE, V_NAME, V_CONTACT, V_AREACODE, V_PHONE), how would you generate using SQL a list of all products with their vendor information? Make sure the output is in order of increasing price.