标签:content 主键 tab int 学生 table 个学生 article constrain
CREATE TABLE [dbo].[Student] ( [ID] [int] NOT NULL, [Name] [nchar](10) NOT NULL, [Age] [int] NOT NULL, CONSTRAINT [PK_Student] PRIMARY KEY CLUSTERED ( [ID] ASC ) );
标签:content 主键 tab int 学生 table 个学生 article constrain
原文地址:http://www.cnblogs.com/mthoutai/p/6865758.html