1,
alert table tablename
(
  id int,
  --other field
)
2,
差不多
alert table tablename
(
  id int indentity(1,1),
  --other field
)
3,
i don't know too