Select from following answers:- increment, seed
- seed, increment

- max value, increment
- max value, seed
- All Above
Here column id_num is defined as the identity column. In the Identity column, the value of the first argument defined the initial value for this column and the value of the second argument defined the value used to add in the last value of this column for getting the next value.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator