A DBA has been asked to create a table which will contain a substantial amount of detailed sales information for each calendar month and maintain it to contain only the last 12 months. Which of the following methods will facilitate the online removal of the oldest month’s data?()
第1题:
Refer to the exhibit. Switch port FastEthernet 0/24 on AlSwitch1 will be used to create an IEEE 802.1Q- complaint trunk to another switch. Based on the output shown, What is the reason the trunk does not form, even thought the proper cabling has been attached?()
A.VLANs have not been created yet
B.An IP address must be configured for the port
C.The port is currently configured for access mode
D.The correct encapsulation type has not been configured
E.The no shutdown command has not been entered for the port
第2题:
第3题:
You have been asked to use a 28 bit subnet mask to segment the following network block: 108.12.5.0. How many usable hosts per sub-net could you create?()
第4题:
A technician has been given a task to create a separate location for disaster recovery. Thecompany has very high uptime requirements and will lose money if there is any downtime. Whichof the following deployments should the technician consider?()
第5题:
A system administrator has been asked to lock a specific login account. Which of the following commands is used to accomplish this?()
第6题:
Examine the following steps performed on a database instance: 1. The DBA grants the CREATE TABLE system privilege to the SKD user with ADMIN OPTION. 2. The SKD user creates a table. 3. The SKD user grants the CREATE TABLE system privilege to the HR user. 4. The HR user creates a table. 5. The DBA revokes the CREATE TABLE system privilege from SKD. Which statement is true after step 5 isperformed()
第7题:
TestKing.com has a SQL Server 2005 computer. You have been assigned the task of retrieving information about a user who is currently logged in. You need to create a function that returns scalar information about the activity time for a particular user. What are two possible ways to achieve this goal?()
第8题:
manage
chair
listen
think
第9题:
The table created by SKD isnot accessibleand SKD cannot create new tables.
The tables created by SKD and HR remain, but both cannot create new tables.
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.
第10题:
Create an MQT that selects the oldest month of data with the REFRESH IMMEDIATE option.
Create 12 separate tables, create a view based on all 12, drop the table with the oldest month's data then drop and re- create the view.
Create a range partitioned table, partitioned by month, and use the ALTER TABLE statement to detach the oldest month and attach storage for new data.
Create a single table, extract the data to be retained using UNLOAD with a SELECT statement, drop and re-create the table then load only the data to be retained.
第11题:
create a hash cluster to store the data
create an index cluster to store the data
create a partitioned table to store the data
create a sorted hash cluster to store the data
create a heap table with rowid to store the data
第12题:
resolve
indirect
next-hop
recursive
第13题:
第14题:
Management has asked the server technician to deploy fourteen new servers with newly-released operating systems in the virtual environment for testing purposes. Which of the following is the FASTEST way to do this?()
第15题:
You are designing an application for a telecom company and you have been asked to design a database table to facilitate monthly bill generation. The bill would include details of customer calls, listed in chronological order. Which method would you follow to achieve this objective without increasing the overhead of sorting the rows?()
第16题:
A system administrator has been asked to install an APAR but wants to be able to easily remove it. Which install option should be used?()
第17题:
A system administrator has been asked to document the hardware configuration of a system. Which command can be used to assist in this task?()
第18题:
You define an alert to be raised when the USERS tablespace usage has reached 80% of the total space. Which area would you refer to, in order to confirm that the alert has been raised due the event?()
第19题:
A
B
C
D
第20题:
policy
preparation
symbol
customs
第21题:
第22题:
The DGROUP1 disk group was unmounted by another DBA.
A datafile has been lost, causing the ASM disk group DGROUP1 to go into the DISMOUNTED state
One of the redundant disks (DGROUP1) has been lost in a disk group.
This query has no meaning in an ASM instance.
A disk associated with a disk group was discovered after the ASM instance initially opened.
第23题:
The table created by SKD is not accessible and SKD cannot create new tables.
The tables created by SKD and HR remain, but both cannot create new tables.
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.