sql高手进来一下,谢谢
sql语句中我想使例名带上单位名称请问,我该怎样写。
例:create table 购买商
(购买商_ID int not null
,购买商_名称 nvarchar(40) not null
,购买商_city city not null
,购买商_county county null
,购买商_address address not null
,商品_id int null
,商品 int null
,购买日期 smalldatetime null)
商品我想带上单位我要怎么做啊??
参考答案:你为什么不选择新建一个表
这个表就用来保存单位
在这个主表中加一列
用数字来表示
然后跟记录单位的表相连??