ALTER TABLE commercials MODIFY (description CHAR2(2000));
ALTER TABLE commercials CHANGE (description CHAR2(2000));
ALTER TABLE commercials CHANGE (description VARCHAR2 (2000));
ALTER TABLE commercials MODIFY (description VARCHAR2 (2000));
You cannot increase the size of a column if the table has rows.
第1题:
第2题:
You need to change the definition of an existing table. The COMMERCIALS table needs its DESCRIPTION column changed to hold varying length characters up to 1000 bytes. The column can currently hold 500 bytes per value. The table contains 20000 rows. Which statement is valid?()
第3题:
You are running Linux 2.0.36 and you need to add a USB mouse to your system. Which of the following statements is true?()
第4题:
You are managing a database for which incremental backups can be very time consuming. In order to perform optimized incremental backups you enable the block change tracking feature.How would you instruct RMAN to use the block change tracking feature when performing incremental backups?()
第5题:
You are designing a plan to migrate an existing application to Windows Azure. The application currently resides on a server that has 20 GB of hard disk space. You need to recommend the smallest compute instance size that provides local storage equivalent to that of the existing server. Which size should you recommend?()
第6题:
You are designing a plan for migrating an existing Microsoft SQL Server 2008 database to SQL Azure.The database includes a SQL Server Agent job that cleans the application log table. You need to recommend an approach for ensuring that the SQL Server Agent job continues to run without modification. What should you recommend?()
第7题:
You have a computer that runs Windows 7. You need to configure the monitor on the computer to turn off after 30 minutes of inactivity. What should you do? ()
第8题:
You need to rebuild the kernel.
You need to upgrade the kernel
You need to load the USB modules for your existing modular kernel.
USB support is not available in Linux.
第9题:
MERGE
INSERT
UPDATE
ADD
ENTER
You cannot enter the phone numbers for the existing employee records.
第10题:
ALTER TABLE commercials MODIFY (description CHAR2(2000));
ALTER TABLE commercials CHANGE (description CHAR2(2000));
ALTER TABLE commercials CHANGE (description VARCHAR2 (2000));
ALTER TABLE commercials MODIFY (description VARCHAR2 (2000));
You cannot increase the size of a column if the table has rows.
第11题:
Add a net.tcp base address to the host.
Add an endpoint configured with a netTcpBinding.
Add an endpoint behavior named netTcpBehavior to the existing endpoint.
Add a binding configuration to the existing endpoint named netTcpBinding.
第12题:
Install a TV tuner card that supports high-definition TV (HDTV).
Install an additional TV tuner card.
Contact your TV cable or satellite provider to add support for concurrent recording.
Remove the existing TV tuner card. Install a new TV tuner card that supports MPEG-2 video hardware or software video decoding.
第13题:
You added a PHONE_NUMBER column of NUMBER data type to an existing EMPLOYEES table. The EMPLOYEES table already contains records of 100 employees. Now, you want to enter the phone numbers of each of the 100 employees into the table. Some of the employees may not have a phone number available. Which data manipulation operation do you perform?()
第14题:
You are designing a plan to migrate an existing application to Windows Azure. The application currently resides on a server that has 768 MB of memory and multiple cores. You need to recommend the smallest compute instance size that is equivalent to the existing server. Which size should you recommend?()
第15题:
You added a PHONE_NUMBER column of NUMBER data type to an existing EMPLOYEES table. The EMPLOYEES table already contains records of 100 employees. Now, you want to enter the phone numbers of each of the 100 employees into the table. Some of the employees may not have a phone number available. Which data manipulation operation do you perform?()
第16题:
You are using Oracle Database 10g. Which statement regarding an incomplete recovery is true?()
第17题:
You need to design a domain model that meets the company business and security requirements for controlling access to the new Web-based ordering application. What should you do?()
第18题:
You work in a company which is named Wiikigo Corp. The company uses SQL Server 2008. You are the administrator of the company database. Now you are in charge of a SQL Server 2008 instance. There is a database named Dworks in the instance. The Dworks database has a table named Orderthings. The Orderthings table is partitioned on the OrderId column. The first partition contains integer values greater than 100,000, while the second partition contains integer values between 1 and 100,000. You have to add a new partition. The new partition should contain integer values greater than 200,000. What should you do? ()
第19题:
A
B
C
D
第20题:
You need to mention it with every BACKUP command.
The block change tracking feature is used automatically by RMAN.
You need to configure it using the CONFIGURE command.
You need to set the necessary initialization parameters to direct RMAN to use the feature.
第21题:
when you need to disable the index usage
when you need to change storage options
when you need to enable index monitoring
when you need to move the index to another tablespace
第22题:
You do not need to restore all the data files.
You do not need to open the database with the RESETLOGS operation
You do not need to perform a full backup after the RESETLOGS operation.
You do not need to recover all the data files to the same system change number (SCN).
第23题:
MERGE
INSERT
UPDATE
ADD
ENTER
You cannot enter the phone numbers for the existing employee records.
第24题:
A
B
C
D