搜题
网友您好,请在下方输入框内输入要搜索的题目:
搜题
题目内容 (请给出正确答案)
提问人:网友polarbear627 发布时间:2022-01-07
[单选题]

Whiledesigningthedatabaseforoneofyouronlinetransactionprocessing(OLTP)applications,youwanttoachievethefollowing:a)highavailabilityofdatab)fasterprimarykeyaccesstothetabledatac)compactstorageforthetableWhichtypeoftableswouldyouusetoachievetheseobjectives?()

A.heaptables

B.objecttables

C.partitionedtables

D.index-organizedtables(IOTs)

参考答案
简答题官方参考答案 (由简答题聘请的专业题库老师提供的解答)
查看官方参考答案
网友提供的答案
位网友提供了参考答案,
查看全部
  • · 有4位网友选择 D,占比44.44%
  • · 有2位网友选择 A,占比22.22%
  • · 有2位网友选择 C,占比22.22%
  • · 有1位网友选择 B,占比11.11%
匿名网友[12.***.***.163]选择了 D
1天前
匿名网友[85.***.***.5]选择了 A
1天前
匿名网友[47.***.***.4]选择了 A
1天前
匿名网友[86.***.***.211]选择了 D
1天前
匿名网友[248.***.***.224]选择了 B
1天前
匿名网友[91.***.***.175]选择了 D
1天前
匿名网友[220.***.***.253]选择了 C
1天前
匿名网友[151.***.***.80]选择了 C
1天前
匿名网友[47.***.***.72]选择了 D
1天前
提交我的答案
登录提交答案,可赢取奖励机会。
更多“Whiledesigningthedatabaseforoneofyouronlinetransactionprocessing(OLTP)applications,youwant”相关的问题
第1题
Youaredesigninganapplicationforatelecomcompanyandyouhavebeenaskedtodesignadatabasetabletofacilitatemonthlybillgeneration.Thebillwouldincludedetailsofcustomercalls,listedinchronologicalorder.Whichmethodwouldyoufollowtoachievethisobjectivewithoutincreasingtheoverheadofsortingtherows?()

A.createahashclustertostorethedata

B.createanindexclustertostorethedata

C.createapartitionedtabletostorethedata

D.createasortedhashclustertostorethedata

E.createaheaptablewithrowidtostorethedata

点击查看答案
第2题
Click the Exhibit button. What is the result?()

A. go in Goban go in Goban

B. go in Sente go in Goban

C. go in Goban go in Sente

D. go in Sente go in Sente

E. Compilation fails because of an error in line 17.

点击查看答案
第3题
What is true about sequences? ()

A. Once created, a sequence belongs to a specific schema.

B. Once created, a sequence is linked to a specific table.

C. Once created, a sequence is automatically available to all users.

D. Only the DBA can control which sequence is used by a certain table.

E. Once created, a sequence is automatically used in all INSERT and UPDATE statements.

点击查看答案
第4题
Which object privileges can be granted on a view? ()

A. none

B. DELETE, INSERT,SELECT

C. ALTER, DELETE, INSERT, SELECT

D. DELETE, INSERT, SELECT, UPDATE

点击查看答案
第5题
A company has a business application that provides its users with many different reports:receivables reports, payables reports, revenue projects, and so on. The company has just purchased some new, state-of-the-art, wireless printers, and a programmer has been assigned the task of enhancing all of the reports to use not only the company‘s old printers, but the new wireless printers as well. When the programmer starts looking into the application, the programmer discovers that because of the design of the application, it is necessary to make changes to each report to support the new printers.Which two design concepts most likely explain this situation?()

A.Inheritance

B.Low cohesion

C.Tight coupling

D.High cohesion

E.Loose coupling

F.Object immutability

点击查看答案
第6题
Given:Which two code fragments, inserted independently at line 13, will compile?()

A.super(name, baseSalary);

B.this.commission = commission;

C.super();this.commission = commission;

D.this.commission = commission;super();

E.super(name, baseSalary);this.commission = commission;

F.this.commission = commission;super(name, baseSalary);

G.super(name, baseSalary, commission);

点击查看答案
第7题
Given:Which statement is true?()

A.420 is the output.

B.An exception is thrown at runtime.

C.All constructors must be declared public.

D.Constructors CANNOT use the private modifier.

E.Constructors CANNOT use the protected modifier.

点击查看答案
第8题
HowcanyoureversetheeffectsofanALTERDISKGROUP...DROPDISKcommandifithasalreadycompleted?()

A.IssuetheALTERDISKGROUP...ADDDISKcommand.

B.IssuetheALTERDISKGROUP...UNDROPDISKScommand.P....DROPDISKCANCELcommand.

C.IssuetheALTERDISKGROU

D.RetrievethediskfromtheRecycleBinaftertheoperationcompletes.

点击查看答案
第9题
Given:What is the result?()

A.Compilation fails.

B.An exception is thrown at runtime.

C.The code executes normally and prints "sleep".

D.The code executes normally, but nothing is printed.

点击查看答案
第10题
Youwanttocreateaconsumergroup,GROUP1,andyouexecutethefollowingcommandinthecommandlineinterface:SQL>EXECDBMS_RESOURCE_MANAGER.CREATE_CONSUMER_GROUP(CONSUMER_GROUP=>’group1’,COMMENT=>’NewGroup’)Thiscommanderrorsoutdisplayingthefollowingmessage:ERRORatline1:ORA29371:pendingareaisnotactiveORA06512:at"SYS.DBMS_RMIN",line115ORA06512:at"SYS.DBMS_RESOURCE_MANAGER",line108ORA06512:atline1Whatactionwouldyoutaketoovercomethiserror?()

A.createthePendingAreabeforecreatingtheconsumergroup

B.activatethePendingAreabeforecreatingtheconsumergroup

C.increasethesizeofthelargepooltoaccommodatethePendingArea

D.increasethesizeofthesharedpooltoaccommodatethePendingArea

E.increasethesizeofthedatabasebuffercachetoaccommodatethePendingArea

点击查看答案
重要提示: 请勿将账号共享给其他人使用,违者账号将被封禁!
查看《购买须知》>>>
重置密码
账号:
旧密码:
新密码:
确认密码:
确认修改
购买搜题卡查看答案
购买前请仔细阅读《购买须知》
请选择支付方式
微信支付
支付宝支付
点击支付即表示你同意并接受《服务协议》《购买须知》
立即支付
搜题卡使用说明

1. 搜题次数扣减规则:

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

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

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

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

请使用微信扫码支付(元)

订单号:

遇到问题请联系在线客服

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

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

- 微信扫码关注简答题 -
警告:系统检测到您的账号存在安全风险
抱歉,您的账号因涉嫌违反简答题购买须知被冻结。您可在“简答题”微信公众号中的“官网服务”-“账号解封申请”申请解封,或联系客服
- 微信扫码关注简答题 -
请用微信扫码测试
欢迎分享答案

为鼓励登录用户提交答案,简答题每个月将会抽取一批参与作答的用户给予奖励,具体奖励活动请关注官方微信公众号:简答题

简答题官方微信公众号

简答题
下载APP
关注公众号
TOP