Data model
Am trying to create a column SALESPRICE in ORDER_ITEM TABLE. Required formula = ORDER_ITEM(QUANTITY) * ITEM(RETAIL_PRICE).
I am getting the following error, can you pls help. The order_ITEM table is connected to ITEM table through ITEM_ID