题目内容

You are the administrator of a SQL Server 2000 computer. The server contains a database named Inventory. The database is configured as shown in the exhibit.
Users frequently need details about parts. Users search for data by using the following query.
SELECT Parts.SKU, Locations.Description, Manufacturer.Name,
PartsLocations.Qty, PartsLocations.LastInventoried
FROM Parts
INNER JOIN Manufacturer ON Parts.ManufacturerID=
Manufacturer.ManufacturerID
INNER JOIN PartsLocation ON Parts.PartID = Parts.Location.PartsID
INNER JOIN Locations ON Parts.LocationID= Locations.LocationID
WHERE SKU?
You need to accelerate query response time. What should you do?

A. Create a parameterised stored procedure to retrieve the data.
B. Create a denormalized table that is maintained by triggers.
C. Use ad hoc queries to retrieve the data.
D. Create a nonclustered index on the primary key of each table.

查看答案
更多问题

A.aboveB.likeC.besideD.including

A. above
B. like
C. beside
D. including

某企业欲从国外引进甲、乙先进技术,假如两种技术的生产效率相同,引进甲技术的一次性投资为300万元,年生产成本为20万元;引进乙技术的一次性投资为400万元,年生产成本为10万元。设基准收益率为6%,则______。

A. 应该引进甲技术
B. 甲、乙技术产生的效益相近
C. 应该引进乙技术
D. 不能判断应该引进哪种技术

在我国的进出口业务中,选择硬币计价收款总比用软币计价收款有利。()

A. 正确
B. 错误

在国际货物买卖中,付款人破产倒闭也是拒付货款的一种情形。()

A. 正确
B. 错误

答案查题题库