Oracle
1Z0-047 · Question #33
View the Exhibit and examine the structure of ORDERS and CUSTOMERS tables. Which INSERT statement should be used to add a row into the ORDERS table for the customer whose CUST LAST NAME is Roberts…
The correct answer is A. INSERT INTO orders. See the full explanation below for the reasoning.
Question
View the Exhibit and examine the structure of ORDERS and CUSTOMERS tables. Which INSERT statement should be used to add a row into the ORDERS table for the customer whose CUST LAST NAME is Roberts and CREDIT LIMIT is 600?
Exhibit
Options
- AINSERT INTO orders
- BINSERT INTO orders (order_id,order_date,order_mode,
- CINSERT INTO orders (order_id.order_date.order_mode,
- DINSERT INTO(SELECT o.order_id, o.order_date.o.orde_mode.c.customer_id,
- Eorder_totalFROM orders o, customers c
How the community answered
(28 responses)- A82% (23)
- B4% (1)
- D7% (2)
- E7% (2)
Community Discussion
No community discussion yet for this question.
