SQL:Create Table

Create Table Employee
(ID int identity(1,1) primary key,
FullName nvarchar(20) not null,
DeptID int ,
AddressID int 
)

 

posted @ 2022-08-25 15:25  katesharing  阅读(34)  评论(0编辑  收藏  举报