Example 1
CREATE TABLE MyDatabase.ATable, AUTODBA (a1 INTEGER, b1 INTEGER);
The table is created with the AUTODBA option which in turn makes it eligible for automated tuning by the system.
CREATE TABLE MyDatabase.ATable, AUTODBA (a1 INTEGER, b1 INTEGER);
The table is created with the AUTODBA option which in turn makes it eligible for automated tuning by the system.