You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INVOICE_ITEM table contains:invoice_id, product_id,quantity, price,line_total_price as column names. id from PRODUCT and product_id from INVOICE_ITEM tables are similar.
Create an Oracle SQL query to list the products that are not sold, by displaying its sku, product_name. Also order the results in ascending sku