I
DB2 9 Family Fundamentals
300 Questions
Question No. 1
Given the following requirements:
Create a table named TESTTAB, which has an identity column named ACTIVITYNO. Define the identity column to generate the values for the column by default. Start the values at 10 and increment by 10. Make the identity column unique.
Which of the following CREATE statements will successfully create this table?
Choose the correct option from the given list.
01 / 300