An unbuffered logging database has been created in a dbspace called dbs1. The system also has two temporary dbspaces created, which are tp1 and tp2. What will happen when the following SQL statement is run? create temp table t(a int) fragment by expression a = 1 in tp1, a = 2 in tp2;
The table called customer contains 0.5 million rows and an index is being created on an integer column. While the index is being created, the statistical information is automatically collected. Which default resolution percentage will be used?