Suppose in a table, Six records are there.
The column is an identity column.
Now the client wants to insert a record after the identity value 6 with its identity value starting from 11.
11
Is it possible? If so, how?