SQL:Create Table
Create Table Employee (ID int identity(1,1) primary key, FullName nvarchar(20) not null, DeptID int , AddressID int )
本文来自博客园,转载请注明原文链接:https://www.cnblogs.com/keeplearningandsharing/p/16624414.html
Create Table Employee (ID int identity(1,1) primary key, FullName nvarchar(20) not null, DeptID int , AddressID int )
本文来自博客园,转载请注明原文链接:https://www.cnblogs.com/keeplearningandsharing/p/16624414.html