Examine the following query out

题目

Examine the following query output: You issue the following command to import tables into the hr schema: $ > impdp hr/hr directory = dumpdir dumpfile = hr_new.dmp schemas=hr TRANSFORM=DISABLE_ARCHIVE_LOGGING: Y Which statement is true?()

  • A、All database operations performed by the impdp command are logged.
  • B、Only CREATE INDEX and CREATE TABLE statements generated by the import are logged.
  • C、Only CREATE TABLE and ALTER TABLE statements generated by the import are logged.
  • D、None of the operations against the master table used by Oracle Data Pump to coordinate its activities are logged.
参考答案和解析
正确答案:A
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

Examine the output of the query that you executed to list the objects in the recycle bin:You verified that no table named SALES_TAB exists in the schema. Then you executed the following command to purge the objects in the recycle bin:SQL> PURGE TABLE sales_tab;What would be the outcome of this command?()

A. All three tables in the recycle bin are purged

B. Only the table with the oldest DROPSCN is purged

C. The command returns an error because multiple entries with the same name exist in the recycle bin

D. Only the table with the latest DROPSCN is purged


参考答案:B

第2题:

Examine the data from the ORDERS and CUSTOMERS tables.Evaluate the SQL statement:What is the result when the query is executed?()

A.

B.

C.

D. The query fails because the subquery returns more than one row.

E. The query fails because the outer query and the inner query are using different tables.


参考答案:D

第3题:

You have an SQL query that takes one minute to execute. You use the following code segment to execute theSQL query asynchronously.Dim ar As IAsyncResult = cmd.BeginExecuteReader()You need to execute a method named DoWork() that takes one second to run while the SQL query is executing.DoWork() must run as many times as possible while the SQL query is executing.Which code segment should you use?()

A.

B.

C.

D.


参考答案:B

第4题:

Which of the following is not considered a common approach to narrow the field of potentialproblem causes? (Choose the best answer.)()

  • A、Following the traffic path
  • B、Top-down
  • C、Comparing configurations
  • D、Bottom-up
  • E、Divide and conquer
  • F、Examine SLAs

正确答案:F

第5题:

Examine the following options, Multicasting supports applications that communicate.()

A. many - to - one

B. one - to - one

C. one - to - many

D. many - to - many


参考答案:C

第6题:

A general purpose MySQL instance is configured with the following options:—log-slow-queries—long-query-time=,0001—log-slow-admin-queries—general-log—log-bin—binlog-format=STATEMENT—innodb-flush-log-at-trx-commit=1Which three statements are true()。

A.The General Query Log records more data than the Binary Log

B.The binary Log records more data than the General Query Log

C.The Slow Query Log records more data than the General Query Log

D.The General Query Log records more data than the Slow Query Log

E.The Slow Query Log records more data than the Binary Log

F.The Binary Log records more data than the Slow Query Log


参考答案:A, D, E

第7题:

Examine the following commands and their output:View the exhibit and examine the Flashback Version Query that was executed after the preceding commands.What could be the possible cause for the query not displaying any row?()

A. Flashback logging is not enabled for the database.

B. The changes made to the table are not committed.

C. Supplemental logging is not enabled for the database.

D. The database is not configured in ARCHIVELOG mode.


参考答案:B

第8题:

Examine the following commands and their output:SQL> SELECT ename, sal FROM emp WHERE ename=‘JAMES‘; ENAME SAL JAMES 1050QL> UPDATE emp SET sal=sal+sal*1.2 WHERE ename=‘JAMES‘;1 row updated.SQL> SELECT ename, sal FROM emp WHERE ename=‘JAMES‘; ENAME SAL JAMES 2310View the exhibit and examine the Flashback Version Query that was executed after the preceding commands.What could be the possible cause for the query not displaying any row?()

A. Flashback logging is not enabled for the database.

B. The changes made to the table are not committed.

C. Supplemental logging is not enabled for the database.

D. The database is not configured in ARCHIVELOG mode.


参考答案:B

第9题:

This programme will examine the writer′s booksin detail, ______ an introduction to her life.

A.following
B.having followed
C.being followed
D.to be followed

答案:A
解析:
考查非谓语动词。分析句子成分可知,后半句作伴随状语,follow的逻辑主语是句子的主语programme,其宾语是an introduction,所以用现在分词(短语)形式表示主动,C、D项应排除;这里表示的是伴随,不表示时间的先后,不用完成式,故选A。

第10题:

Which of the following statements best describes Flashback Versions Query?()  

  • A、 Flashback Versions Query is used to make changes to multiple versions of data that existed between two points in time.
  • B、 Flashback Versions Query is used to view all version changes on rows that existed between the time  the query was executed and a point in time in the past.
  • C、 Flashback Versions Query is used to view version changes and the SQL to undo those changes on rows that existed between two points in time.
  • D、 Flashback Versions Query is used to view all version changes on rows that existed between two  points in time.

正确答案:D

更多相关问题