Page 1 of 1

If the following SQL statements are executed:CREATE DATABASE testdb AUTOMATIC STORAGE NO;CONNECT TO testdb;CREATE STOGRO

Posted: Fri Aug 26, 2022 9:58 am
by answerhappygod
If the following SQL statements are executed:CREATE DATABASE testdb AUTOMATIC STORAGE NO;CONNECT TO testdb;CREATE STOGROUP sg1 ON /data1;CREATE STOGROUP ibmstogroup ON /data2;CREATE STOGROUP sg2 ON /data3;Which storage group is the default storage group for the TESTDB database?

A. SG1
B. SG2
C. IBMSTOGROUP
D. IBMDEFAULTTSG