网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
Which of the following is the main feature of an OLTP application?()

A.Summarized queries

B.Granular transactions

C.Voluminous historical data

D.Heterogeneous data sources


参考答案

更多 “ Which of the following is the main feature of an OLTP application?() A.Summarized queriesB.Granular transactionsC.Voluminous historical dataD.Heterogeneous data sources ” 相关考题
考题 FeAtures不是()。 A.用来构建安装程序的次要模块,可以对已有的feAture进行修改,或者创建新的feAture来对安装程序的特性进行设定B.用来构建安装程序的主要模块,可以对已有的feAture进行修改C.用来构建安装程序的次要模块,可以创建新的feAture来对安装程序的特性进行设定。D.用来构建安装程序的主要模块,可以对已有的feAture进行修改,或者创建新的feAture来对安装程序的特性进行设定

考题 You’re going to have a quiz ( )by another two in the ( )month. A. followed,followedB. followed,followingC. following,followedD. following,following

考题 Your database supports an online transaction processing (OLTP) application.The application is undergoing some major schema changes, such as addition of new indexes and materialized views.You want to check the impact of these changes on workload performance.What should you use to achieve this?()A. Database replayB. SQL Tuning AdvisorC. SQL Access AdvisorD. SQL Performance AnalyzerE. Automatic Workload Repository compare reports

考题 Java中线程是由线程类的( )方法定义的。A.init()B.run()C.application()D.main()

考题 下列说法中,错误的一项是______。A.Applet和Application一样,入口方法都是main()B.Applet和Application不一样,入口方法不是main(),其运行要复杂得多C.Appier必须嵌入Web浏览器或者AppleWiewer中运行D.Applet可以为Web页面提供动画,声音等效果

考题 关于Applet和Application,下列说法错误的是( )。A.Applet自身不能运行B.Appht可嵌在Application中运行C.Application以main()方法为入口D.Applet可嵌在浏览器中运行

考题 下列关于main的说法,错误的是______。A.main方法必须放在一个类中定义B.main方法表示一个Java应用程序执行的入口点C.在application环境下有一个类(只能有一个类)必须定义一个main方法D.Java Applet和Java Application中都有main方法

考题 Java中线程是由线程类的()方法定义的。A.init()B.run()C.application()D.main()

考题 已知在某Windows应用程序中,主窗体类为Form1,程序入口为静态方法From1.Main。如下所示: public class Form1 : System.Windows.Forms.Form { //其他代码 static void Main() { //在此添加合适代码 } } 则在Main方法中打开主窗体的正确代码是()。A.Application.Open(new Form1());B.Application.Run(new Form1());C.(new Form1()).Open();D.(new Form1()).Run();

考题 Java中线程是由线程类的()方法定义的。A.init()B.application()C.main()D.run()