重要提示: 请勿将账号共享给其他人使用,违者账号将被封禁!
查看《购买须知》>>>
找答案首页 > 全部分类 > 计算机类考试
搜题
网友您好, 请在下方输入框内输入要搜索的题目:
搜题
题目内容 (请给出正确答案)
[主观题]

T-SQL 即 Transact-SQL,是 SQL 在 Microsoft SQL Server 上的增强版。()

此题为判断题(对,错)。

查看答案
更多“T-SQL 即 Transact-SQL,是 SQL 在 Microsoft SQL Server 上的增强版。()”相关的问题

第1题

SQLSERVER2005的SQL语言TransactSQL(T-SQL)基于的SQL语言标准是()。
A.ANSI-99

B.ANSI-92

C.ANSI-86

D.ANSI-2008

点击查看答案

第2题

关于SQL(Structured Query Language )和T-SQL语言,下列说法正确的是()。A.SQL和T-SQL具有相同
关于SQL(Structured Query Language )和T-SQL语言,下列说法正确的是()。

A.SQL和T-SQL具有相同的功能,只是提出的公司不同。

B.Transact-SQL (T-SQL)是微软遵循 ANSI SQL 标准在Microsoft SQL Server 系统中使用的语言,增加了数据库编程功能。

C.SQL也是一种国际标准,适用于所有的数据库管理系统。

D.结构化查询语言 SQL是关系数据库管理系统的标准语言, 是一种国际标准, 用于数据库的创建、数据查询、数据更新等操作。 E.T-SQL 也是一种标准,适用于所有的数据库管理系统。

点击查看答案

第3题

YouworkinacompanywhichusesSQLServer2008.Youaretheadministratorofthecompanydatabase.NowyouareinchargeofaSQLServer2008EnterpriseEditioninstance.ThereisadatabasenamedDB1intheinstance.AbackupofDB1isperformedeveryday.YouhavetominimizethesizeofthefulldatabasebackupfilesofDB1.Intheoptionsbelow,whichTransact-SQLstatementshouldyouuse?()

A.BACKUPDATABASEDB1TODISK='t:\backups\db1.bak';

B.BACKUPDATABASEDB1TODISK='t:\backups\db1.bak'WITHCOMPRESSION;

C.BACKUPDATABASEDB1TODISK='t:\backups\db1.bak'WITHDIFFERENTIAL;

D.BACKUPDATABASEDB1TODISK='t:\backups\db1.bak'WITHCOMPRESSION,DIFFERENTIAL;

点击查看答案

第4题

YouarecreatingaSQLServer2005databaseforamortgagecompany.ThedatabasewillsupportanewWeb-basedapplicationthatwillhandleupto1,000simultaneoususers.Thisapplicationmustquicklydisplaytheresultsofcalculation-intensiveoperations,suchascalculatingmortgagepaymentsandamortizationschedules.Youneedtoensurethatthedatabaseprocessescalculationsasquicklyandefficientlyaspossible.Whatshouldyoudo?()

A.ImplementparameterizedTransact-SQLqueriesintheapplication.

B.ImplementTransact-SQLstoredproceduresinthedatabase.

C.ImplementCLRstoredproceduresinthedatabase.

D.ImplementdistributedWebservices.

点击查看答案

第5题

YouarecreatingaSQLServer2005databaseforamortgagecompany.ThedatabasewillsupportanewWeb-basedapplicationthatwillhandleupto1,000simultaneoususers.Thisapplicationmustquicklydisplaytheresultsofcalculation-intensiveoperations,suchascalculatingmortgagepaymentsandamortizationschedules.Youneedtoensurethatthedatabaseprocessescalculationsasquicklyandefficientlyaspossible.Whatshouldyoudo?()

A.ImplementparameterizedTransact-SQLqueriesintheapplication.

B.ImplementTransact-SQLstoredproceduresinthedatabase.

C.ImplementCLRstoredproceduresinthedatabase.

D.ImplementdistributedWebservices.

点击查看答案

第6题

You are the administrator of a SQL Server 2000 computer. The server contains a database named sales. Your company uses the database to store the sales department’s responses to requests for price quotations. The database is configured as shown in the exhibit.

Developers in your company create an application used for saving quotations. The application executes the following transact-SQL statement:

UPDATE QuotationSummary

SET CustomerName = ‘Jean-Paul Deloria’

WHERE QuotationID = 12

When the application executes the statement, the developers receive the following error:

Server: Mrh4403, Level 16, Stats 1, Line 1

View or function ‘QuotationSummary’ is not updateable because it contains aggregates:

You want developers to be able to use this UPDATE statement without generating errors. What should you do?

A.Create an INSTEAD OF trigger on the view to update the composite tables.

B.Grant the developers UPDATE permissions on each base table.

C.Add a cascading update trigger on each base table.

D.Create a QuotationSummary table and populate the table with data from the base tables.

点击查看答案

第7题

You are the administrator of a SQL Server 2000 computer. The server contains a database named Inventory. Users report that several storage locations in the UnitsStored field contain negative numbers. You examine the database's table structure. The table properties are configured as shown in the exhibit.

You correct all the negative numbers in the table. You must prevent the database from storing negative numbers. You also want to minimize use of server resources and physical I/O.

Which transact-SQL statement should you execute?

A.ALTER TABLE dbo.storagelocations ADD CONSTRAINTS CK_storagelocations_UnitsStored CHECK (UnitsStored>= 0)

B.CREATE TRIGGER CK_UnitsStored On StorageLocations FOR INSERT, UPDATE AS IF INSERTED, UnitsStored < 0 ROLLBACK TRAN

C.CREATE TABLE ck_unitsstored As @Units >= 0 GO Sp_bindrule ‘OK_UnitsStored’, ‘StorageLocations, UnitsStored’ GO

D.CREATE PROC UpdateUnitsStored (StorageLocationID int, @UnitsStored bigint)AS IF @UnitsStored < 0 DATSERROR (50099, 17) ELSE UPDATE storaheLocations SET UnitsStored = @UnitsStored WHERE StorageLocationID = @storageLocationID

点击查看答案
下载上学吧APP
客服
TOP
重置密码
账号:
旧密码:
新密码:
确认密码:
确认修改
购买搜题卡查看答案
购买前请仔细阅读《购买须知》
请选择支付方式
微信支付
支付宝支付
选择优惠券
优惠券
请选择
点击支付即表示你同意并接受《服务协议》《购买须知》
立即支付
搜题卡使用说明

1. 搜题次数扣减规则:

功能 扣减规则
基础费
(查看答案)
加收费
(AI功能)
文字搜题、查看答案 1/每题 0/每次
语音搜题、查看答案 1/每题 2/每次
单题拍照识别、查看答案 1/每题 2/每次
整页拍照识别、查看答案 1/每题 5/每次

备注:网站、APP、小程序均支持文字搜题、查看答案;语音搜题、单题拍照识别、整页拍照识别仅APP、小程序支持。

2. 使用语音搜索、拍照搜索等AI功能需安装APP(或打开微信小程序)。

3. 搜题卡过期将作废,不支持退款,请在有效期内使用完毕。

请使用微信扫码支付(元)
订单号:
遇到问题请联系在线客服
请不要关闭本页面,支付完成后请点击【支付完成】按钮
遇到问题请联系在线客服
恭喜您,购买搜题卡成功 系统为您生成的账号密码如下:
重要提示: 请勿将账号共享给其他人使用,违者账号将被封禁。
发送账号到微信 保存账号查看答案
怕账号密码记不住?建议关注微信公众号绑定微信,开通微信扫码登录功能
警告:系统检测到您的账号存在安全风险

为了保护您的账号安全,请在“上学吧”公众号进行验证,点击“官网服务”-“账号验证”后输入验证码“”完成验证,验证成功后方可继续查看答案!

- 微信扫码关注上学吧 -
警告:系统检测到您的账号存在安全风险
抱歉,您的账号因涉嫌违反上学吧购买须知被冻结。您可在“上学吧”微信公众号中的“官网服务”-“账号解封申请”申请解封,或联系客服
- 微信扫码关注上学吧 -
请用微信扫码测试
选择优惠券
确认选择
谢谢您的反馈

您认为本题答案有误,我们将认真、仔细核查,如果您知道正确答案,欢迎您来纠错

上学吧找答案