exam questions

Exam 1z0-071 All Questions

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

Exam 1z0-071 topic 1 question 138 discussion

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

Which three are true about multitable INSERT statements? (Choose three.)

  • A. They can insert each computed row into more than one table.
  • B. They can be performed on remote tables.
  • C. They can be performed on external tables using SQL*Loader.
  • D. They can be performed on views.
  • E. They can be performed only by using a subquery.
  • F. They can be performed on relational tables.
Show Suggested Answer Hide Answer
Suggested Answer: AEF 🗳️

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
tom100men
2 months, 1 week ago
Selected Answer: AEF
AEF correct
upvoted 1 times
...
archit4321
2 months, 1 week ago
Selected Answer: ACF
A. Multitable INSERT statements can insert each computed row into more than one table. This is achieved by specifying multiple INTO clauses in the INSERT statement, each corresponding to a different table. Here's an example: INSERT ALL INTO table1 (column1, column2) VALUES (value1, value2) INTO table2 (column3, column4) VALUES (value3, value4) SELECT * FROM source_table; In this example, the computed rows from the source_table are inserted into both table1 and table2. C. Multitable INSERT statements can be performed on external tables using SQL*Loader. External tables allow you to access data in external files as if it were in a regular database table. Here's an example: INSERT ALL INTO table1 (column1, column2) VALUES (value1, value2) INTO table2 (column3, column4) VALUES (value3, value4) SELECT * FROM external_table; In this example, the data from the external_table is inserted into both table1 and table2. F. Multitable INSERT statements can be performed on relational tables. Relational tables
upvoted 1 times
...
ArslanAltaf
2 months, 2 weeks ago
ACG is TRUE.
upvoted 1 times
ArslanAltaf
2 months, 2 weeks ago
ACD (Correction)
upvoted 1 times
...
...
kesammy9
1 year, 4 months ago
Selected Answer: AEF
https://www.examtopics.com/discussions/oracle/view/9427-exam-1z0-071-topic-1-question-236-discussion/
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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago