Only the Flashback Table
Both the Flashback Transaction Query and the Flashback Version Query
Only the Flashback Drop
Only the Flashback Version
第1题:
At 5:30 PM, a database administrator, William, is informed that an important record of employee no E0025 is missing from the SCOTT.EMPLOYEE table. At 4:30 P.M, the table contained the record of employee no E0025. William issues the following command to find the SQL statements that are used to undo the deletion: SELECT operation, undo_sql, logon_user FROM FLASHBACK_TRANSACTION_QUERY WHERE xid= HEXTORAW(’0100043E23456’); where ’0100043E23456’ is the transaction ID of the transaction that deleted the row. Before issuing the above statement, which task did William perform to identify the transaction ID of the transaction that deleted the row?()
第2题:
You created the DEPT table by using the following command: CREATE TABLE scott.dept (deptno NUMBER(3), dname VARCHAR2(15), loc VARCHAR2(15) ) STORAGE (INITIAL 100K NEXT 50K MAXEXTENTS 10 PCTINCREASE 5 FREELIST GROUPS 6 FREELISTS 4);You are required to shrink the DEPT table. While performing the shrink operation, you want to ensure that the recovered space is returned to the tablespace in which the DEPT table is stored. You do not want to shrink the indexes created on the DEPT table. What will you do to shrink the SCOTT.EMP table?()
第3题:
You are maintaining your database in Oracle10g. You want to store the information about the backup of the database in the control file. You issue the following statement: SQL>ALTER SYSTEM SET CONTROL_FILE_RECORD_KEEP_TIME=400; What is the outcome of this statement? ()
第4题:
Your company uses a SQL Server 2005 database. Customer data from your trading partners is imported into the Customers table every night. You need to ensure that the customer record is updated if it already exists in the Customers table. If the record does not exist, the data needs to be inserted into the Customers table. What should you do?()
第5题:
You need to record package and task outcome in the ETLAudit table. Which components of SSIS should you use?()
第6题:
Custom event handlers
Data flow error output
SSIS log provider for SQL Server
Execute SQL tasks with failure precedence constraints
第7题:
The statement will not execute successfully.
The statement will execute successfully, and the backups metadata will be maintained in the control file for 400 days
The statement will execute successfully, and the backups metadata will be maintained in the recovery catalog for 400 days.
Backups will be deleted from the media after 400 days.
第8题:
Create a FOR trigger.
Create an INSTEAD OF trigger.
Create an AFTER trigger.
Create a DDL trigger.
第9题:
When the user navigates to the HOTEL item.
When the form module successfully compiles.
After Form Builder validates the SELECT statement and dismisses the New Record Group dialog box.
When the user enters data in the HOTEL item, and the Validate from List property for the HOTEL item is set to YES.
第10题:
Host(A)
Text(TXT)
Pointer(PTR)
Mail exchange(MX)
第11题:
You must enable the row movement on the SCOTT.EMP table.
You must define the tablespace of the SCOTT.EMP table for automatic segment space management.
You must use the CASCADE clause in the ALTER TABLE SHRINK SPACE statement.
You must use the COMPACT clause in the ALTER TABLE SHRINK SPACE statement.
第12题:
William used the Flashback Version Query feature.
William issued the CROSSCHECK command at the RMAN prompt.
William viewed the alert log file.
William used the Flashback Table feature.
第13题:
In which scenario will you use the Flashback Transaction Query feature?()
第14题:
At design time, you create a query record group for the LOV associated with the HOTEL text item in a form module for the Travel Planner Application. When is the record group populated?()
第15题:
You work as the enterprise exchange administrator at Xxx .Xxx is using Microsoft Exchange Server 2010 as their messaging solution.You have received instructions from the CIO to enable Autodiscover for Internet users by creating a resource record in DNS.What actions must you take?()
第16题:
You have an Exchange Server 2010 organization.You need to create a resource record in DNS to support Autodiscover from the Internet.What type of resource record should you create?()
第17题:
You work as the enterprise exchange administrator at Company.com.The Company.com network consists of a single Active Directory domain named Company.com.Company.com has an Exchange Server 2010 organization.You have received instructions from the CIO to support Autodiscover from the Internet by creating a resource record in DNS.What should you do?()
第18题:
when you want to restore an important table that is dropped from the Recycle Bin
when you want to obtain the SQL statements to undo the deletion of some important records from a table by a transaction
when you want to restore a dropped user’s schema
when a row of a table is updated many times within a specific time period and you want all the versions of the row in the specified time period
第19题:
Implement managed folders.
Implement a legal hold for each mailbox.
Implement a Retention Policy for each mailbox.
Implement an Outlook Protection Rule for each mailbox.
第20题:
an A record for autodiscover.contoso.com
an A record for FederatedSharing.contoso.com
an SRV record for _autodiscover._TCP._msdcs.contoso.com
an SRV record for _FederatedSharing._UDP._msdcs.contoso.com
第21题:
When the user navigates to the HOTEL item.
When the form module successfully compiles.
After Form Builder validates the SELECT statement and dismisses the New Record Group dialog box.
When the user enters data in the HOTEL item, and the Validate from List property for the HOTEL item is set to YES.
第22题:
Issue the ALTER TABLE SCOTT.DEPT SHRINK SPACE COMPACT; statement.
Issue the ALTER TABLE SCOTT.DEPT SHRINK SPACE; statement.
Issue the ALTER TABLE SCOTT.DEPT SHRINK SPACE CASCADE; statement.
You cannot shrink the SCOTT.EMP table.
第23题:
the datafiles associated with the SYSTEM tablespace
the datafiles associated to the DATA1 tablespace
the datafiles associated to the SYSTEM and DATA1 tablespaces
all the datafiles in the database