Oracle
1Z0-071 · Question #29
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? Assume there exists only one row with CUST_LAST_NAME as Roberts and CREDIT_LIMIT as 600.
Exhibit
Options
- AINSERT INTO orders
- BINSERT INTO orders (order_id,order_date,order_mode, (SELECT customer_id
- CINSERT INTO orders (order_id.order_date.order_mode, (SELECT customer_id
- DINSERT INTO(SELECT o.order_id, o.order_date.o.orde_mode.c.customer_id, o.order_total
How the community answered
(43 responses)- A84% (36)
- B2% (1)
- C5% (2)
- D9% (4)
Community Discussion
No community discussion yet for this question.
