TRUE
FALSE
There is no default. It must be defined at creation time.
PENDING
NULL
第1题:
A.Foreign key references cannot cross schema boundaries.
B.A DB2 user must be created before a schema with the same name can be created.
C.If no schema is specified when an object is created, the default schema PUBLIC is used.
D.A schema enables the creation of multiple objects in a database without encountering namespace collisions.
第2题:
What is the default value for the ENABLED attribute of a job or program when it is created? ()
第3题:
Which of the following is a characteristic of a schema?()
第4题:
When a job exceeds the date specified in its END_DATE attribute, which of the following will happen?()
第5题:
You executed the following code: BEGIN DBMS_SCHEDULER.SET_ATTRIBUTE ( NAME => ’JOB_A’, ATTRIBUTE => ’JOB_PRIORITY’, VALUE => 7); END; / After analyzing the above code, what conclusion will you draw?()
第6题:
You are creating a Windows Communication Foundation (WCF) service that accepts messages from clients when they are started. The message is defined as follows. [MessageContract] public class Agent { public string CodeName { get; set; }public string SecretHandshake { get; set; } } You have the following requirements: "The CodeName property must be sent in clear text. The service must be able to verify that the property value was not changed after being sent by the client. "The SecretHandshake property must not be sent in clear text and must be readable by the service. What should you do?()
第7题:
assert value == null;
assert value != null, value is null;
if (value == null) { throw new AssertionException(value is null); }
if (value == null) { throw new IllegalArgumentException(value is null); }
第8题:
TRUE
FALSE
There is no default. It must be defined at creation time.
PENDING
NULL
第9题:
Add a MessageBodyMember attribute to the CodeName property and set the ProtectionLevel to Sign. Add a MessageBodyMember attribute to the SecretHandshake property and set the protectionLevel to EncryptAndSign.
Add a DataProtectionPermission attribute to the each property and set the ProtectData property to true.
Add an XmlText attribute to the CodeName property and set the DataType property to Signed. add a PasswordPropertyText attribute to the SecretHandshake property and set its value to true.
Add an ImmutableObject attribute to the CodeName property and set its value property to true. Add a Browsable attribute to the SecretHandshake property and set its value to false.
第10题:
The job will be dropped automatically if the value of the AUTO_DROP attribute is TRUE
The job will only be disabled if the value of the AUTO_DROP attribute is FALSE
The STATE attribute of the job will be set to COMPLETED if the value of the AUTO_DROP attribute is FALSE
All objects referenced by the job will be dropped if the value of the AUTO_DROP attribute is TRUE and the value of the CASCADE attribute is TRUE
The STATE column of the job table will be set to COMPLETED for the job
第11题:
TRUE
FALSE
There is no default. It must be defined at creation time.
PENDING
NULL
第12题:
SSL is enabled for the WebUI by default.
You must address the WebUI using HTTPS://.
You must change the WebUI port when enabling SSL.
The demokey and democert are applied to the WebUI by default.
第13题:
A.It must have the UNIQUE attribute.
B.It cannot be created explicitly by the user.
C.It must have the UNIQUE and CLUSTER attributes.
D.It must have the UNIQUE WHERE NOT NULL attribute.
第14题:
On a newly installed AIX V4 machine, which of the following default values applies to the ipforwarding network option?()
第15题:
Which statement is true when you enable SSL for the WebUI?()
第16题:
Case-insensitive sorts are always accent insensitive by default.()
第17题:
Which statements are true regarding the system-defined moving window baseline in Oracle Database 11g?()
第18题:
Which of the following is true of an index used to support a UNIQUE constraint?()
第19题:
True
False
第20题:
Foreign key references cannot cross schema boundaries.
A DB2 user must be created before a schema with the same name can be created.
If no schema is specified when an object is created, the default schema PUBLIC is used.
A schema enables the creation of multiple objects in a database without encountering namespace collisions.
第21题:
Add a MessageBodyMember attribute to the CodeName property and set the ProtectionLevel to Sign. Add a MessageBodyMember attribute to the SecretHandshake property and set the ProtectionLevel to EncryptAndSign.
Add a DataProtectionPermission attribute to the each property and set the ProtectData property to true.
Add an xmlText attribute to the CodeName property and set the DataType property to Signed. Add a PasswordPropertyText attribute to the SecretHandshake property and set its value to true.
Add an ImmutableObject attribute to the CodeName property and set its value property to true. Add a Browsable attribute to the SecretHandshake property and set its value to false.
第22题:
The ipforwarding is off by default.
The ipforwarding is set on by default.
The value is dynamically determined at boot time by DHCP.
The value is equal to the setting of the directed_broadcast runtime attribute.
第23题:
The code will be executed successfully.
The code will not be executed successfully because the value of the VALUE parameter must be 1, 2, or 3.
The code will not be executed successfully because the value of the VALUE parameter must range between 1 and 5.
The code will not be executed successfully because no SET_ATTRIBUTE procedure exists in the DBMS_SCHDULER package.
第24题:
It must have the UNIQUE attribute.
It cannot be created explicitly by the user.
It must have the UNIQUE and CLUSTER attributes.
It must have the UNIQUE WHERE NOT NULL attribute.