Pass4Test는 고객님의 IT자격증취득의 작은 소원을 이루어지게 도워드리는 IT인증시험덤프를 제공해드리는 전문적인 사이트입니다. Pass4Test 표 IBM 000-614 (DB2 10.1 Advanced DBA for Linux UNIX and Windows) 시험덤프가 있으면 인증시험걱정을 버리셔도 됩니다. Pass4Test 표 IBM 000-614 ( DB2 10.1 Advanced DBA for Linux UNIX and Windows) 덤프는 시험출제 예상문제를 정리해둔 실제시험문제에 가장 가까운 시험준비공부자료로서 공을 들이지않고도 시험패스가 가능합니다.
NO.1 Which statement about SMS table spaces is correct?
A. The system catalog cannot be stored in an SMS table space.
B. Tables, large objects (LOBs), and indexes can each reside in separate SMS table spaces.
C. SMS table spaces are recommended when you have small tables that are not likely to grow
quickly.
D. Extents are more likely to be contiguous with SMS table spaces than they are with DMS table
spaces.
Answer: C
NO.2 The following query is executed frequently against the SALES table: SELECT sales_id,
sales_date, sales_person FROM sales; If data in the SALES_ID column is unique, which
statement will create an index for optimal query performance and ensure uniqueness of the
SALES_ID column?
A. CREATE INDEX sales_idx ON sales (sales_id, sales_date, sales_person)
B. CREATE UNIQUE INDEX sales_idx ON sales (sales_id, sales_date, sales_person)
C. CREATE INDEX sales_idx ON sales (sales_id) INCLUDE (sales_date, sales_person)
D. CREATE UNIQUE INDEX sales_idx ON sales (sales_id) INCLUDE (sales_date, sales_person)
Answer: D
NO.3 A DB2 9 database named MYDB that does not use automatic storage was migrated to DB2
10.1.
When will a default storage group be defined for this database?
A. The first time the database is accessed after the migration.
B. The first time the CREATE STOGROUP statement is executed.
C. When the ALTER DATABASE mydb CONVERT statement is used to convert the database to
an automatic storage database.
D. When the ALTER TABLESPACE statement is used to convert the table space that holds the
system catalog for the database to automatic storage.
Answer: B
NO.4 On which two operating systems can DB2 pureScale run? (Choose two.)
A. AIX
B. Linux
C. HP-UX
D. Solaris
E. Windows
Answer: A,B
NO.5 If the following commands complete successfully for a single partition database: CREATE
DATABASE mydb; CREATE BUFFERPOOL mybp; Which statement is true?
A. Self tuning is enabled for the MYBP buffer pool.
B. The initial size for the MYBP buffer pool is zero pages.
C. The database has to be restarted before the MYBP buffer pool will become active.
D. The page size for the MYBP buffer pool can be changed using the ALTER BUFFERPOOL
statement.
Answer: A
NO.6 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?
A. Issue an ALTER TABLESPACE statement with the 'USING sg_med' option.
B. Issue an ALTER STOGROUP statement with the 'MOVE tbsp1 TO sg_med' option.
C. Perform a table space RESTORE operation with the 'USING STOGROUP sg_hot' option.
D. Use the ADMIN_MOVE_TABLESPACE procedure to move table space TBSP1 to SG_HOT.
Answer: A