CertyRush
Đang tải...
C CertyRush
Câu hỏi free preview

Câu 34: C2090-614: DB2 10.1 Advanced DBA for Linux UNIX and Windows

If the following statements are executed:CREATE STOGROUP sg_hot ON '/path1', '/path2', '/path3';CREATE STOGROUP sg_med ON '/path4', '/path5', '/path6';CREATE TABLESPACE tbsp1 USING STOGROUP sg_hot;What is the recommended way to move table space TBSP1 from storage group SG_HOT to storage group SG_MED?

Nội dung câu hỏi

If the following statements are executed:CREATE STOGROUP sg_hot ON '/path1', '/path2', '/path3';CREATE STOGROUP sg_med ON '/path4', '/path5', '/path6';CREATE TABLESPACE tbsp1 USING STOGROUP sg_hot;What is the recommended way to move table space TBSP1 from storage group SG_HOT to storage group SG_MED?

Các lựa chọn

Đáp án được giữ gọn theo nhãn A, B, C, D trong phần bình chọn tương tác.

  1. A. Issue an ALTER TABLESPACE statement with the 'USING sg_med' option. — đáp án hiện tại
  2. B. Issue an ALTER STOGROUP statement with the 'MOVE tbsp1 TO sg_med' option.
  3. C. Perform a table space RESTORE operation with the 'USING STOGROUP sg_hot' option.
  4. D. Use the ADMIN_MOVE_TABLESPACE procedure to move table space TBSP1 to SG_HOT.

Cộng đồng

0 bình luận công khai. Tên thành viên được ẩn một phần.

Chưa có bình luận. Mở giao diện tương tác để bắt đầu thảo luận.

Câu hỏi liền kề