SQL Server【四】

identity 主鍵自動增加,用戶不須要爲identity修飾的主鍵賦值web create table student ( std_id int primary key identity(10,5),--(10,5)能夠省略,默認爲(1,1) std_name nvarchar(200) not null ) select * from student insert into studen
相關文章
相關標籤/搜索