Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam C2090-600 All Questions

View all questions & answers for the C2090-600 exam

Exam C2090-600 topic 1 question 56 discussion

Actual exam question from IBM's C2090-600
Question #: 56
Topic #: 1
[All C2090-600 Questions]

Which statement about the db2move command is TRUE?

  • A. The LOAD actions can be run from a client machine.
  • B. Object ownership cannot be changed after a successful schema copy operation.
  • C. Tables containing GENERATED ALWAYS identity columns can be imported or loaded.
  • D. Loading data into tables containing XML columns is only supported for the LOAD actions.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️
Reference:
http://www-01.ibm.com/support/docview.wss?uid=swg21665891

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
db2tester
5 years ago
The answer B is wrong, because you can use "OWNER" clause to allow the user to change the owner of each new object created in the target schema after a successful COPY. The default owner of the target objects will be the connect user; if this option is specified, ownership will be transferred to the new owner. This is an optional option available to the COPY action. The answer C is not correct, because Tables that contain GENERATED ALWAYS identity columns cannot be imported or loaded using db2move. You can, however, manually import or load these tables. The answer D is correct, Loading data into tables containing XML columns is only supported for the LOAD and not for the COPY action. The workaround is to manually issue the IMPORT or EXPORT commands, or use the db2move Export and db2move Import behaviour. If these tables also contain GENERATED ALWAYS identity columns, data cannot be imported into the tables. REFERENCE : https://www.ibm.com/support/knowledgecenter/en/SSEPGG_11.1.0/com.ibm.db2.luw.admin.cmd.doc/doc/r0002079.html SEE "Usage Notes" paragraph
upvoted 2 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 ...