Oracle Database 12c SQL 1z0-071 Question # 2 Topic 1 Discussion

Oracle Database 12c SQL 1z0-071 Question # 2 Topic 1 Discussion

1z0-071 Exam Topic 1 Question 2 Discussion:
Question #: 2
Topic #: 1

View the Exhibit and examine the structure of the ORDERS table.

The columns ORDER_MODE and ORDER TOTAL have the default values'direct “and respectively.

Which two INSERT statements are valid? (Choose two.)


A.

INSERT INTO (SELECT order_id, order date, customer_id FROM orders) VALUES (1, ‘09-mar-2007“,101);


B.

INSERT INTO orders (order_id, order_date, order mode,customer_id, order_total) VALUES (1, TO_DATE (NULL),‘online‘,101, NULL) ;


C.

INSERT INTO orders VALUES (1, ‘09-mar-2007’, ‘online’,’ ’,1000);


D.

INSERT INTO orders (order id, order_date, order mode, order_total)VALUES (1,‘10-mar-2007’,’online’, 1000)


E.

INSERT INTO orders VALUES(‘09-mar-2007’,DEFAULT,101, DEFALLT);


Get Premium 1z0-071 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.