class A { public A(int x) {} }
class A {} class B extends A { B() {} }
class A { A() {} } class B { public B() {} }
class Z { public Z(int) {} } class A extends Z {}
第1题:

A. It executes successfully but partition pruning cannot happen for this partition key.
B. It produces an error because the TOTAL_VALUE column cannot be used as a partition key.
C. It produces an error because compression cannot be used for the TOTAL_VALUE partition key.
D. It executes successfully but the values in the TOTAL_VALUE column would not be physically stored in the partitions.
第2题:

A. The statement produces an error at line 1.
B. The statement produces an error at line 3.
C. The statement produces an error at line 6.
D. The statement returns the employee name, salary, department ID, and maximum salary earned in the department of the employee for all departments that pay less salary then the maximum salary paid in the company.
E. The statement returns the employee name, salary, department ID, and maximum salary earned in the department of the employee for all employees who earn less than the maximum salary in their department.
第3题:
What's()with your computer?
第4题:
What does ECC stand for?()
第5题:
What produces a compiler error?()
第6题:
In your database server, the parameter PLSQL_OPTIMIZE_LEVEL has been set to 2. What would this setting achieve?()
第7题:
You are planning the migration of an existing application to Windows Azure. The application includes a trace listener that produces log files. The log files must be transferred to the Windows Azure Storage service each day with the minimum amount of effort. You need to recommend an approach for transferring the log files. What should you recommend?()
第8题:
The commands execute successfully.
Command 6 produces an error because of circular role grant.
Command 5 produces an error because a role cannot be granted to another role.
Command 3 produces an error because the MGRROLE role already contains system privileges.
The table created by HR remains and HR still has the CREATE TABLE system privilege.
The table created by HR remains and HR can grant the CREATE TABLE system privilege to other users.
第9题:
If the compile is successful, Utils.class is added to the source directory.
The compiler returns an invalid flag error.
If the compile is successful, Utils.class is added to the classes directory.
If the compile is successful, Utils.class is added to the bigProject directory.
第10题:
The command produces an error because the retention time cannot be reduced.
All historical data is retained but the subsequent flashback data archives are maintained for only three years.
All historical data is purged and the new flashback data archives are maintained for three years.
All historical data older than three years is purged from the flashback archive FLA1.
第11题:
It creates a task and workload, and executes the task.
It creates a task and workload but does not execute the task.
It produces an error because a template has not been created.
It produces an error because the SQL Tuning Set has not been created.
第12题:
Perform on-demand transfers of custom error logs.
Perform on-demand transfers of Windows Azure logs.
Configure scheduled transfers of custom error logs.
Configure scheduled transfers of Windows event logs.
第13题:

A. It produces an error because a fully qualified host name needs to be specified.
B. It produces an error because the range of ports associated with the hosts has not been specified.
C. It creates an access control list (ACL) with the user ACCT_MGR who gets the CONNECT and RESOLVE privileges.
D. It creates an access control list (ACL) with the user ACCT_MGR who gets the CONNECT privilege but not the RESOLVE privilege.
第14题:
What operation on relations R and S produces the relation shown below?
A.Union
B.Difference
C.Intersection
D.Division
第15题:
What is the MD5 algorithm used for?()
第16题:
What is the default message level configured for IBM Tivoli Federated Identity Manager?()
第17题:
Given the following directory structure: bigProject |--source ||--Utils.java| |--classes |-- And the following command line invocation: javac -d classes source/Utils.java Assume the current directory is bigProject,what is the result?()
第18题:
Sales details are being stored on a daily basis in the SALES_2007 table. A large amount of data is added to the table daily. To save disk space, you issued the following command: ALTER TABLE sales_2007 COMPRESS FOR ALL OPERATIONS; What would be the outcome of this command?()
第19题:
It executes successfully, and the transition point is set to '1-apr-2006'.
It executes successfully, and the transition point is set to '15-apr-2006'.
It produces an error because the partitions specified for merging are not adjacent.
It produces an error because the date values specified in the merge do not match the date values stored in the table.
第20题:
The statement produces an error at line 1.
The statement produces an error at line 3.
The statement produces an error at line 6.
The statement returns the employee name, salary, department ID, and maximum salary earned in the department of the employee for all departments that pay less salary then the maximum salary paid in the company.
The statement returns the employee name, salary, department ID, and maximum salary earned in the department of the employee for all employees who earn less than the maximum salary in their department.
第21题:
It produces an error because data already exists in the table.
It produces an error because compression can be enabled at table creation only.
It compresses all data added or modified henceforth but the existing data in the table is not compressed immediately.
It immediately compresses all existing data as well as new data, resulting from either fresh additions or modifications to existing data.
第22题:
It produces an error because a fully qualified host name needs to be specified.
It produces an error because the range of ports associated with the hosts has not been specified.
It creates an access control list (ACL) with the user ACCT_MGR who gets the CONNECT and RESOLVE privileges.
It creates an access control list (ACL) with the user ACCT_MGR who gets the CONNECT privilege but not the RESOLVE privilege.
第23题:
class A { public A(int x) {} }
class A {} class B extends A { B() {} }
class A { A() {} } class B { public B() {} }
class Z { public Z(int) {} } class A extends Z {}
第24题: