Two database users, Jack and Bill, are accessing the SupportCenter STAFF table of the SupportCenter DB database. When Jack modifies a value in the table, the new value is invisible to Bill. Which is the modified value invisible to Bill?()A、The modified da

题目

Two database users, Jack and Bill, are accessing the SupportCenter STAFF table of the SupportCenter DB database. When Jack modifies a value in the table, the new value is invisible to Bill. Which is the modified value invisible to Bill?()

  • A、The modified data are not available on disk.
  • B、The modified data have been flushed out from memory.
  • C、The modified rows of the SupportCenter STAFF table have been locked.
  • D、Jack has not committed the changes after modifying the value.
  • E、Both users are accessing the database from two different machines.
参考答案和解析
正确答案:D
如果没有搜索结果或未解决您的问题,请直接 联系老师 获取答案。
相似问题和答案

第1题:

You have altered a non-unique index to be invisible to determine if queries execute within an acceptable response time without using this index.Which two are possible if table updates are performed which affect the invisible index columns?()

A. The index remains invisible.

B. The index is not updated by the DML statements on the indexed table.

C. The index automatically becomes visible in order to have it updated by DML on the table.

D. The index becomes unusable but the table is updated by the DML.

E. The index is updated by the DML on the table.


参考答案:A, E

第2题:

In which two ways can you influence how downstream LSRs treat MPLS traffic?()

  • A、Use an EXP rewrite table.
  • B、Use a DSCP rewrite table.
  • C、Statically assign a CoS value to an LDP-signaled LSP
  • D、Statically assign a CoS value to an RSVP-signlated LSP

正确答案:A,D

第3题:

When() a documentary bill, our bank buys the bill and the documents for the face value less discount.

A、we negotiating

B、negotiated

C、negotiating

D、we are negotiating


参考答案:C

第4题:

In which two ways can you influence how downstream LSRs treat MPLS traffic?()

  • A、Use an EXP rewrite table.
  • B、Use a DSCP rewrite table.
  • C、Statically assign a CoS value to an LDP-signaled LSP.
  • D、Statically assign a CoS value to an RSVP-signaled LSP.

正确答案:A,D

第5题:

You want to create a temporary table named OLD_INVENTORY in the OLD_INVENTORY database on the master server. This table is not to be replicated to the slave server. Which two changes would ensure that the temporary table does not propagate to the slave?()

  • A、Use the – replicate-do-db, — replicate-do-table, or – replicate-wild-do-table option with the value equal to OLD_INVENTORY
  • B、Change the binlog_format option to ROW and restart mysqld before you create the OLD_INVENTORY table
  • C、Stop SQL_THREAD on the slave until you have finished using the OLD_INVENTORY temporary table
  • D、Set binlog_format=MIXED with the – replicate-ignore-temp-table option
  • E、Use the – replicate-ignore-table option with the value equal to OLD_INENTORY.OLD_INVENTORY and restart mysqld before creating the temporary table

正确答案:B,E

第6题:

Higher compensation may be claimed only when,with the consent of the carrier,the value of the goods declared by the shipper which ______ the limits laid down in this clause has been stated in this bill of lading.

A.increases

B.exceeds

C.decreases

D.reduces


正确答案:B

第7题:

Two database users, Jack and Bill, are accessing the Certkiller STAFF table of the Certkiller DB database. When Jack modifies a value in the table, the new value is invisible to Bill.  Which is the modified value invisible to Bill?()

  • A、The modified data are not available on disk.
  • B、The modified data have been flushed out from memory.
  • C、The modified rows of the Certkiller STAFF table have been locked.
  • D、Jack has not committed the changes after modifying the value.
  • E、Both users are accessing the database from two different machines.

正确答案:D

第8题:

You are investigating the performance of the server and see the following information: Events_waits_summary_global_by_event_name in the performance schema shows that the wait/synch/mutex/sql/LOCK_table_cache event is dominating other wait events. The table_open_cache_overflows status variable is 0.Which action should be taken to remove the performance bottleneck described here?()

A.Increase the value of table_definition_cache

B.Increase the value of table_open_cache_instances

C.Decrease the value of table_open_cache_instances

D.Increase the value of table_open_cache

E.Decrease the value of table_definition_cache

F.Decrease the value of table_open_cache


参考答案:B

第9题:

You are planning to import customer data from the Customer table and the Country table in your SQL Server 2000 database into a SQL Server 2005 database. You want to ensure that during the import process,each value in the CountryCode column of the Customer table has a corresponding record in the CountryCode column in the Country table of the SQL Server 2005 database. You define a foreign key between these two tables. Thus,referential integrity will guarantee that the import routine fails if there are any records where a CountryCode value does not exist in the Country table but does exist in the Customer table. You need to ensure that the import process does not fail if records are encountered that do not exist in the Country table. What should you do?()

  • A、Drop the foreign key. Import the data by using the script. Re-create the foreign key.
  • B、Create a CHECK constraint.
  • C、Create a DML INSTEAD OF trigger that writes the failed records to a file or table.
  • D、Create a DML AFTER trigger that writes the failed records to a file or table.

正确答案:C

第10题:

You have a range-partitioned table in your database. Each partition in the table contains the sales data for a quarter.  The partition related to the current quarter is modified frequently and other partitions undergo fewer data manipulations. The preferences for the table are set to their default values. You collect statistics for the table using the following command in regular intervals: SQL> EXECUTE  DBMS_STATS.GATHER_TABLE_STATS(’SH’,’SALES’,GRANULARITY=>’GLOBAL’);   You need statistics to be collected more quickly.  What can you do to achieve this?()

  • A、 Set DYNAMIC_SAMPLING to level 4
  • B、 Set the STATISTICS_LEVEL parameter to BASIC
  • C、 Set the INCREMENTAL value to TRUE for the partition table
  • D、 Increase the value of STALE_PERCENT for the partition table

正确答案:C

更多相关问题