首页动态正文

天天实时:在sql中用户不能建立局部变量_sql语句不能创建的是


【资料图】

1、create table PropertyInfo--资产信息表(包含教学设备。

2、实验器材等) ( Proper_ID int identity(1,1) not null constraint pkBookID Primary Key,--资产ID Proper_Name nvarchar(200) null,--资产名称 Proper_Model varchar(200) null,--型号 Proper_Type int references PropertyType(ProperType_ID),--资产类型 Proper_Principal varchar(100) null,--使用(保管)人[可为部门可为人员] ImportDate datetime null default getdate(),--购置日期 Price varchar(50) null,--单价 Stock int null,--库存量 Remark nvarchar(2000) null--备注 )。

本文就为大家分享到这里,希望小伙伴们会喜欢。

相关阅读

精彩推荐