Oracle
1Z0-061 · Question #169
View the Exhibit and examine the structure of ORDERS and CUSTOMERS tables. There is only one customer with the CUST_LAST_NAME column having value Roberts. Which INSERT statement should be used to…
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. There is only one customer with the CUST_LAST_NAME column having value Roberts. 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(SELECT o.order_id, o.order_date, o.order_mode, c.customer_id, o.order_total
- DINSERT INTO orders (order_id, order_date, order_mode,
How the community answered
(39 responses)- A77% (30)
- B15% (6)
- C3% (1)
- D5% (2)
Community Discussion
No community discussion yet for this question.
