Create table [User]
(
   Uid int identity[1,1] primary key,
   Usename char[10],
   Pwd  char[10])
请问一下表明User为什么要加中括号,为什么谢谢