IBM Exam Questions

What is the recommended way to convert the database MYDB to an automatic storage database?

A database named MYDB was created as follows: CREATE DATABASE mydb

AUTOMATIC STORAGE NO What is the recommended way to convert the database MYDB
to an automatic storage database?

A.
Use the DROP DATABASE command to drop the database; then, recreate the database
by executing a CREATE DATABASE commandstatement that does not contain the
AUTOMATIC STORAGE NO option.

B.
Use the ALTER DATABASE statement to add storage paths to the database.

C.
Use the CREATE STOGROUP statement to define a new storage group in the database
and to assign storage paths to the new storage group.

D.
Use the UPDATE DATABASE CONFIGURATION command to change the AUTOMATIC
STORAGE configuration parameter for the database toYES.