exam questions

Exam 1z0-071 All Questions

View all questions & answers for the 1z0-071 exam

Exam 1z0-071 topic 1 question 187 discussion

Actual exam question from Oracle's 1z0-071
Question #: 187
Topic #: 1
[All 1z0-071 Questions]

Which two are true about multitable INSERT statements?

  • A. The conditional INSERT FIRST statement always inserts a row into a single table.
  • B. The unconditional INSERT ALL statement must have the same number of columns in both the source and target tables.
  • C. They can transform a row from a source table into multiple rows in a target table.
  • D. The conditional INSERT ALL statement inserts rows into a singe table by aggregating source rows.
  • E. They always use subqueries.
Show Suggested Answer Hide Answer
Suggested Answer: CE 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
luisem
1 month, 2 weeks ago
Selected Answer: AC
A - is correct, because INSERT FIRST evaluates conditions in order and inserts a row into the first matching target only. So a source row never gets inserted into more than one table with INSERT FIRST. C - is correct because it describes what INSERT ALL does. One row from the source can be inserted into multiple target tables. E - "is not Correct" --> The word “always” makes this statement false. Also, Multitable INSERT statements use a SELECT to generate source rows. And the SELECT can be a subquery, but it can also be a direct table or view.
upvoted 1 times
...
lucemqy
1 year, 2 months ago
Selected Answer: CE
CD is correct
upvoted 1 times
...
musafir
1 year, 7 months ago
Selected Answer: CE
CE are correct B I think is correct as well?
upvoted 3 times
ArslanAltaf
8 months, 3 weeks ago
No ,you can specify the columns from and into so it does not necessarily have to be the same.
upvoted 1 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...