网友您好, 请在下方输入框内输入要搜索的题目:
题目内容
(请给出正确答案)
单选题
What is the data type returned by the CREATE_TIMER built-in?()
A
long
B
timer
C
number
D
varchar2
参考答案
参考解析
解析:
暂无解析
更多 “单选题What is the data type returned by the CREATE_TIMER built-in?()A longB timerC numberD varchar2” 相关考题
考题
When a client using the SERVER_ENCRYPT authentication type connects to a server using the SERVER authentication type, what happens?()A、An error will occur.B、Data passed between the client and the server is encrypted.C、User IDs and passwords are passed to the server unencrypted.D、User IDs and passwords are encrypted before they are passed to the server.
考题
What is the same meaning of reverse distribution? ()A、SalesB、Sales and logisticsC、Returned logisticsD、Back and forth
考题
What does the value returned by the method getID() found in class java.awt.AWTEvent uniquely identify?() A、The particular event instance.B、The source of the event.C、The set of events that were triggered by the same action.D、The type of event.E、The type of component from which the event originated.
考题
As a frame leaves a Layer 3 device, the Layer 2 encapsulation information is changed from what it was when it entered the devicE.For what two reasons can this happen? ()A、The data is moving from 10BASE-TX to 100BASE-TX.B、The WAN encapsulation type has changed.C、The data format has changed from analog to digital.D、The source and destination hosts are in the same subnet.E、The source and destination MAC addresses have changed.
考题
Which layer 2 protocol encapsulation type supports synchronous and asynchronous circuis and has built-in security mechanisms?()A、Frame RelayB、HDLCC、x.25D、PPP
考题
Data deduplication ratios depend on many factors. However, deduplication ratios are generallygreater for what type of data?()A、encrypted dataB、compressed dataC、archive dataD、multiplexed data streams
考题
A system administrator has determined that the /development filesystem needs to be changed from JFS to JFS2 to take advantage of the new capabilites available in JFS2. What is the method to convert the /development filesystem from type JFS to JFS2?()A、Umount the /development filesystem and remount it using the following command: mount -t jfs2 /developmentB、Edit the /etc/filesystems file to change the type paramter to "jfs2" and change the log parameter to "jfs2log"C、Backup the /development filesystem data, delete the JFS /development filesystem, create the new JFS2 /development filsystem, and restore the data to the /development filesystemD、Backup the /development filesystem data, change the /development filesystem using the following command,chfs -t type=jfs2 /development.then, restore the data to the /development filesystem
考题
What type of protection is implemented when the DBA issues the ALTER DATABASE SET STANDBY DATABASE PROTECTED; command?()A、The standby database is protected against write operations. B、The primary database is protected against write operations. C、The primary database is protected against data loss and data divergence. D、The standby database is protected against data loss and data divergence.
考题
You configured the default backup device type as disk for RMAN backups. In your database,because of business requirements,you have to take a simultaneous duplicate backup of the data files when the RMAN BACKUP command is used. What must you set using the RMAN CONFIGURE command to achieve this?() A、 MAXSETSIZE TO 2B、 DEVICE TYPE DISK PARALLELISM 2C、 RETENTION POLICY TO REDUNDANCY 2D、 DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 2
考题
Which three statements are true regarding the data types in Oracle Database 10g/11g?()A、Only one LONG column can be used per table B、A TIMESTAMP data type column stores only time values with fractional seconds C、The BLOB data type column is used to store binary data in an operating system file D、The minimum column width that can be specified for a VARCHAR2 data type column is one E、The value for a CHAR data type column is blank-padded to the maximum defined column width
考题
You are maintaining a database of credit card transactions. You want the data to be returned automatically in the chronological order of the credit card numbers without using the ORDER BY clause in the query. Which type of cluster will you use to obtain the desired result?() A、 Hash clusterB、 Index clusterC、 Sorted hash clusterD、 Real Application cluster
考题
Which value is valid for the iterate parameter in the CREATE_TIMER built-in function?()A、CYCLE B、ITERATEC、NO_REPEAT D、REUSE
考题
Windows Communication Foundation (WCF) application uses a data contract that has several data members. You need the application to throw a Serialization Exception if any of the data members are not present when a serialized instance of the data contract is deserialized. What should you do?()A、 Add the Known Type attribute to the data contract.Set a default value in each of the data member declarations.B、 Add the Known Type attribute to the data contract.Set the Order property of each data member to unique integer value.C、 Set the Emit Default Value property of each data member to false.D、 Set the Is Required property of each data member to true.
考题
单选题What does the value returned by the method getID() found in class java.awt.AWTEvent uniquely identify?()A
The particular event instance.B
The source of the event.C
The set of events that were triggered by the same action.D
The type of event.E
The type of component from which the event originated.
考题
单选题What type of protection is implemented when the DBA issues the ALTER DATABASE SET STANDBY DATABASE PROTECTED; command?()A
The standby database is protected against write operations. B
The primary database is protected against write operations. C
The primary database is protected against data loss and data divergence. D
The standby database is protected against data loss and data divergence.
考题
单选题You are responsible for managing a SQL Server 2005 database that stores sales information. Many values in nchar columns in the database tables contain preceding or trailing spaces. You need to implement a mechanism that selects the data from the tables without leading and trailing spaces. Your solution must be available for reuse in Transact-SQL statements and views. What should you do?()A
Create DML triggers that query the inserted and deleted tables.B
Create a stored procedure that calls the LTRIM and RTRIM built-in functions.C
Create a Transact-SQL function that calls the LTRIM and RTRIM built-in functions.D
Call the TRIM built-in function.
考题
单选题The accounting manager wants you to create a form that when queried will display a calculated total of year-to-date actual expenditures for the fund code entered. The value needed to generate this summary data are stored in multiple tables. How would you define the data source for this data block without having the DBA create a database object? ()A
Choose Tools - Data Block Wizard, select View as the data source type, and base the block on the columns from the bales. B
Choose Tools - Data Block Wizard, select Table as the data source type, and base the block on the columns from the tables. C
Select the Data Blocks node in the Object Navigator and click the Create button. Choose to build the data block manually and alter the Query Data Source Columns and Query Data Source Arguments properties to enter the SELECT statement. D
Select the Data Blocks node in the Object Navigator and click the Create button. Choose to build the data block manually, alter the Query Data Source Type property to 'Table', and enter the SELECT statement in the Query Data Source Name property. E
Choose Tools - Data Block Wizard, select Stored Procedure as the data source type, and base the block on the columns the tables. F
Select the Data Blocks node in the Object Navigator and click the Create button. Choose to build the data block manually. Alter the Query Data Source Type to 'FROM' clause query', and enter the SELECT statement in the Query Data Source Name property.
考题
多选题Which three statements are true regarding the data types in Oracle Database 10g/11g?()AOnly one LONG column can be used per tableBA TIMESTAMP data type column stores only time values with fractional secondsCThe BLOB data type column is used to store binary data in an operating system fileDThe minimum column width that can be specified for a VARCHAR2 data type column is oneEThe value for a CHAR data type column is blank-padded to the maximum defined column width
考题
单选题You configured the default backup device type as disk for RMAN backups. In your database,because of business requirements,you have to take a simultaneous duplicate backup of the data files when the RMAN BACKUP command is used. What must you set using the RMAN CONFIGURE command to achieve this?()A
MAXSETSIZE TO 2B
DEVICE TYPE DISK PARALLELISM 2C
RETENTION POLICY TO REDUNDANCY 2D
DATAFILE BACKUP COPIES FOR DEVICE TYPE DISK TO 2
考题
单选题A system administrator has determined that the /development filesystem needs to be changed from JFS to JFS2 to take advantage of the new capabilites available in JFS2. What is the method to convert the /development filesystem from type JFS to JFS2?()A
Umount the /development filesystem and remount it using the following command: mount -t jfs2 /developmentB
Edit the /etc/filesystems file to change the type paramter to jfs2 and change the log parameter to jfs2logC
Backup the /development filesystem data, delete the JFS /development filesystem, create the new JFS2 /development filsystem, and restore the data to the /development filesystemD
Backup the /development filesystem data, change the /development filesystem using the following command,chfs -t type=jfs2 /development.then, restore the data to the /development filesystem
考题
单选题Which datatype is returned by the FIND_MENU_ITEM built-in function?()A
number B
Boolean C
menuitem D
VARCHAR2
考题
单选题Which control allows you to bind to data items that are returned from a data source and display them?()A
ListView Web Server ControlB
DetailsView Web Server ControlC
DataList Web Server ControlD
Data Web Server Control
考题
单选题After implementing full Oracle Data Redaction, you change the default value for the NUMBER data type as follows: After changing the value, you notice that FULL redaction continues to redact numeric data with zero. What must you do to activate the new default value for numeric full redaction?()A
Re-enable redaction policies that use FULL data redaction.B
Re-create redaction policies that use FULL data redaction.C
Re-connect the sessions that access objects with redaction policies defined on them.D
Flush the shared pool.E
Restart the database instance
考题
单选题Which value is valid for the iterate parameter in the CREATE_TIMER built-in function?()A
CYCLE B
ITERATEC
NO_REPEAT D
REUSE
考题
多选题As a frame leaves a Layer 3 device, the Layer 2 encapsulation information is changed from what it was when it entered the device. For what two reasons can this happen?()AThe data is moving from 10BASE-TX to 100BASE-TX.BThe WAN encapsulation type has changed.CThe data format has changed from analog to digital.DThe source and destination hosts are in the same subnet.EThe source and destination MAC addresses have changed.
考题
单选题You are maintaining a database of credit card transactions. You want the data to be returned automatically in the chronological order of the credit card numbers without using the ORDER BY clause in the query. Which type of cluster will you use to obtain the desired result?()A
Hash clusterB
Index clusterC
Sorted hash clusterD
Real Application cluster
考题
单选题Windows Communication Foundation (WCF) application uses a data contract that has several data members. You need the application to throw a Serialization Exception if any of the data members are not present when a serialized instance of the data contract is deserialized. What should you do?()A
Add the Known Type attribute to the data contract.Set a default value in each of the data member declarations.B
Add the Known Type attribute to the data contract.Set the Order property of each data member to unique integer value.C
Set the Emit Default Value property of each data member to false.D
Set the Is Required property of each data member to true.
热门标签
最新试卷