时间:2021-07-01 10:21:17 帮助过:9人阅读
A.ALTER TABLE Inventory
ADD ProductsInStore - ProductsInWarehouse = TotalProducts
B.ALTER TABLE Inventory
ADD TotalProducts AS ProductsInStore + ProductsInWarehouse
C.ALTER TABLE Inventory
ADD TotalProducts AS SUM(ProductsInStore, ProductslnWarehouse);
D.ALTER TABLE Inventory
ADD TotalProducts = ProductsInStore + ProductsInWarehouse
答:B.
MCSA 70-761 SQL Server 2016 练习题搬运
标签:详细 main 保存 cal beginning 项目 detail ogg war