A. It cannot generate recommendations that support multiple workload queries.
B. It can recommend partitioning on tables provided that the workloads have some predicates and joins on the columns of the NUMBER or DATE type.
C. It can recommend partitioning only on tables that have at least 10,000 rows.
D. It can recommend only B-tree indexes and not bitmap or function-based indexes
第1题:
在SQL查询中,若要取得“学生”数据表中的所有记录和字段,其SQL语法为( )。
A.SELECT*FROM学生
B.SELECT姓名FROM学生
C.SELECT姓名FROM学生WHILE学号=02650
D.SELECT*FROM学生WHILE学号=02650
第2题:
以下程序段的输出结果为( )。 int j=2 switch (j){ Case 2: system.out.print("two."): Case 2+1: System.out.println("three."); break: default: System.out.println (“value is”+j): Break }A.B.two
A.two.three.
B.two
C.three
D.value is 2
第3题:
A.ping
B.Telnet
C.FTP
D.TCP
E.IP
第4题:
下列复选框构造方法,错误的是()。
A.setLayout(newGridLayout(3,1));
B.add(newCheckbox("one",null,true));
C.add(newCheckbox("tWO");
D.add(newCheckbox("one",true);
第5题:
A.SQL*Plus
B.OracleNet
C.Two-TaskCommon(TTC)
D.OracleProtocolSupport(OPS)
第6题:
在SQL查询中,若要取得“学生”数据表中的所有记录和字段,其SQL语法为( )。
A)SELECT姓名FROM学生
B)SELECT*FROM学生
C)SELECT姓名FROM学生WHERE学号=02650
D)SELECT*FROM学生WHERE学号=02650