单项选择题
A.image B.text C.nvarchar(n) D.datetime
在电商平台数据库中的商品表设计时,“折扣”字段最好选择()类型。A.intB.char(n)C.bitD.de...
单项选择题在电商平台数据库中的商品表设计时,“折扣”字段最好选择()类型。
A.int B.char(n) C.bit D.decimal(m,n)
在电商平台数据库中的商品表设计时,“是否上架”字段最好选择()类型。A.intB.char(n)C.bitD....
单项选择题在电商平台数据库中的商品表设计时,“是否上架”字段最好选择()类型。
A.int B.char(n) C.bit D.varchar(n)
在电商平台数据库中的商品表设计时,“商品价格”字段最好选择()类型。A.intB.decimal(m,n)C....
单项选择题在电商平台数据库中的商品表设计时,“商品价格”字段最好选择()类型。
A.int B.decimal(m,n) C.real D.money(n)