1Z0-052

单选题You have two tables with referential integrity enforced between them. You need to insert data to the child tablefirst because it is going to be a long transaction and data for the parent table will be available in a later stage,which can be inserted as

题目
单选题
You have two tables with referential integrity enforced between them. You need to insert data to the child tablefirst because it is going to be a long transaction and data for the parent table will be available in a later stage,which can be inserted as part of the same transaction. View the Exhibit to examine the commands used tocreate tables.  Which action would you take to delay the referential integrity checking until the end of thetransaction()
A

Set the constraint to deferred before starting the transaction.

B

Alter the constraint to NOVALIDATE state before starting the transaction.

C

Enable the resumable mode for the session before starting the transaction.

D

Set the COMMIT_WAIT parameter to FORCE_WAIT for the session before starting the transaction

如果没有搜索结果,请直接 联系老师 获取答案。
如果没有搜索结果,请直接 联系老师 获取答案。
相似问题和答案

第1题:

You are performing flashback of the EMPLOYEE table in SCOTT’s schema because some incorrect data was inserted into the table and committed by mistake. Which two clauses will you use in the FLASHBACK TABLE statement for using the Flashback Table feature? ()

  • A、 RESETLOGS
  • B、 TO TIMESTAMP
  • C、 TO BEFORE DROP
  • D、 RENAME TO
  • E、 TO SCN

正确答案:B,E

第2题:

Which  statements are correct about temporary tables()

  • A、Indexes and views can be created on temporary tables.
  • B、Both the data and the structure of temporary tables can be exported.
  • C、Temporary tables are always created in a user’s temporary tablespace.
  • D、The data inserted into a temporary table in a session is available to other sessions.
  • E、Data manipulation language (DML) locks are never acquired on the data of temporary tables

正确答案:A,C,E

第3题:

In which situations does the Oracle Data Pump use external tables and not the direct path load whileexporting a table()

  • A、if a table is not in a cluster
  • B、if a table has an active trigger
  • C、if a table has an encrypted
  • D、if a table has a column of data type LONG defined on it
  • E、if a table has a referential integrity constraint defined on it

正确答案:B,C,E

第4题:

Which three statements are correct about temporary tables?()

  • A、Indexes and views can be created on temporary tables.
  • B、Both the data and the structure of temporary tables can be exported.
  • C、Temporary tables are always created in a user’s temporary tablespace.
  • D、The data inserted into a temporary table in a session is available to other sessions.
  • E、Data manipulation language (DML) locks are never acquired on the data of temporary tables.

正确答案:A,C,E

第5题:

Which two statements are true regarding the usage of the SQL*Loader utility()

  • A、You can load data into multiple tables during the same load session.
  • B、You can load data from multiple files to a table during the same load session.
  • C、You cannot perform selective data loading based on the values available in the records.
  • D、You can use an export file generated by the EXPDP utility as an input data file to load the data.
  • E、You can load data only if the input file is available on the disk and tape but not in a named pipes.

正确答案:A,B

第6题:

In which case would you use a FULL OUTER JOIN?()

  • A、Both tables have NULL values.
  • B、You want all unmatched data from one table.
  • C、You want all matched data from both tables.
  • D、You want all unmatched data from both tables.
  • E、One of the tables has more data than the other.
  • F、You want all matched and unmatched data from only one table.

正确答案:D

第7题:

You created an encrypted tablespace: You then closed the encryption wallet because you were advised that this is secure. Later in the day, you attempt to create the EMPLOYEES table in the SECURESPACE tablespace with the SALT option on the EMPLOYEE column. Which is true about the result?()

  • A、It creates the table successfully but does not encrypt any inserted data in the EMPNAME column because the wallet must be opened to encrypt columns with SALT.
  • B、It generates an error when creating the table because the wallet is closed.
  • C、It creates the table successfully, and encrypts any inserted data in the EMPNAME column because the wallet needs to be open only for tablespace creation.
  • D、It generates error when creating the table, because the salt option cannot be used with encrypted tablespaces.

正确答案:C

第8题:

While designing the database for one of your online transaction processing (OLTP) applications, you want to achieve the following:  a) high availability of data  b) faster primary key access to the table data  c) compact storage for the table  Which type of tables would you use to achieve these objectives?()

  • A、heap tables
  • B、object tables
  • C、partitioned tables
  • D、index­organized tables (IOTs)

正确答案:D

第9题:

You have a large amount of historical data in an operating system file. Some analysts in your organization need to query this data. The file is too large to load into your current database. Which is the most effective method to accomplish the task?()

  • A、Upgrade the hardware/memory to accommodate the data.
  • B、Load the data into your database by using the PARALLEL clause.
  • C、Give analysts DBA privilege, so that they can query DBA_EXTERNAL_TABLES.
  • D、Use an external table so you can have the metadata available in your database, but leave the data in the operating system files.

正确答案:D

第10题:

Which two statements are true regarding the Oracle Data Pump export and import operations()

  • A、You cannot export data from a remote database.
  • B、You can rename tables during an import operation.
  • C、You can overwrite existing dump files during an export operation.
  • D、You can compress the data during export but not the metadata because it is not supported.

正确答案:B,C

更多相关问题