Question: hello, I need help with these 2 questions. When I run my code ( included in pictures) I get the error that table doest exist)
hello, I need help with these 2 questions. When I run my code ( included in pictures) I get the error that table doest exist)
I need to show proof of the table. how do I fix this?
List all the foods on the menu and the total number of orders for each food item. (Note that broccoli does not show up in the result because no one has ordered it.)


O APEX SQL Commands Language SQL Find Tables C 1 SELECT a.description, 234 2 3 4 5 6 7 8 App Builder Results SQL Workshop Rows 10 A:: INNER JOIN L_Orders c ON a. supplier_id = c.supplier_id WHERE a.description NOT IN ('broccoli') GROUP BY a.description; --Lacie Hendershot SUM(c.total_orders) AS "Total Number of Orders" FROM L_Foods a Explain Describe Saved SQL History Team Development Error at line 4/16: ORA-00942: table or view does not exist X Gallery Q Search Schema WKSP_LACHEN6055 Clear Command Save Run
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
