To maintain control of updated rows for commit processing
To ensure only committed changes are altered by another application
To allow two applications to update the same row of data simultaneously
To prevent multiple applications from accessing the same data simultaneously
第1题:
A technician needs to troubleshoot connectivity between two devices located on the same network. Which of the following BEST describes the type of protocol being used?()
第2题:
Which of the following best describes the lock protection provided by DB2 for the current row of a cursor?()
第3题:
Which of the following can be used to ensure that once a row has been inserted in table TABLEX, the column MAINID in that row cannot be updated?()
第4题:
Which of the following best describes how locks are used in DB2?()
第5题:
As a result of performance analysis, you created an index on the prod_name column of the prod_det table, which contains about ten thousand rows. Later, you updated a product name in the table. How does this change affect the index?()
第6题:
What is true regarding InnoDB locking?()
第7题:
To maintain control of updated rows for commit processing
To ensure only committed changes are altered by another application
To allow two applications to update the same row of data simultaneously
To prevent multiple applications from accessing the same data simultaneously
第8题:
IGP
EIGRP
EGP
BGP
第9题:
InnoDB uses row and table-level locks, but row locks are not escalates
InnoDB locks only those rows that are updated
InnoDB only uses row locks, not page or table-level locks
InnoDB row locks may be escalated to page or table-level locks
InnoDB uses row-level or table-level locks depending on the number of rows affected
第10题:
Dual processing
Multi-processing
Multi-tasking
Multi-threading
第11题:
A leaf will be marked as invalid.
An update in a leaf row takes place.
The index will be updated automatically at commit.
A leaf row in the index will be deleted and inserted.
The index becomes invalid when you make any updates.
第12题:
It shows the total size of the index row
It shows how many columns in the index are examined
It shows the number of characters indexed in the key
It shows how many bytes will be used from each index row
第13题:
Which of the following is TRUE for the DB2 isolation level Cursor Stability (CS)?()
第14题:
How does DB2 protect the integrity of indexes when data is updated?()
第15题:
Which of the following describes how DB2 9 stores an XML document if the XML Extender is not used?()
第16题:
Which three are true?()
第17题:
Which statement describes the effect on an index, when the indexed column for the rows is updatedin the base table()
第18题:
An update in a leaf row takes place.
The index becomes invalid after the update.
The leaf block containing the row to be updated is marked as invalid.
A row in the leaf block of the index for the key value is logically deleted and a new leaf row is inserted
第19题:
Flashback Versions Query is used to make changes to multiple versions of data that existed between two points in time.
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.
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.
Flashback Versions Query is used to view all version changes on rows that existed between two points in time.
第20题:
Both options back up user and partition profile data. Only the Backup Critical Console Data backs up TCP/IP settings or preferences
Both options back up partition profile information. Only the Backup Critical Console Data backs up service function settings, such as Inventory Scout, Service Agent, and Service Focal Point
The Backup Critical Console Data should be performed just before the HMC software update operation. The Save Upgrade Data should be performed each time configuration changes are made to the system or the HMC
The Save Upgrade Data should be performed just before the HMC software update operation. The Backup Critical Console Data should be performed each time configuration changes are made to the system or the HMC
第21题:
CLOB
BLOB
Hierarchically
Rows and columns
第22题:
A MERGE statement is used to merge the data of one table with data from another.
A MERGE statement replaces the data of one table with that of another.
A MERGE statement can be used to insert new rows into a table.
A MERGE statement can be used to update existing rows in a table.
第23题:
Define the column MAINID as NOT UPDATABLE
Define the column MAINID as a PRIMARY KEY
Define the column MAINID as a FOREIGN KEY
Define an UPDATE trigger on table TABLEX
第24题:
The cursor is only protected from updates and deletes by concurrent applications.
The row is only protected from positioned updates and deletes that reference another cursor of the same application.
The cursor is protected from positioned updates and deletes that reference another cursor of a different application.
The row is protected from updates and deletes by the current application and from positioned updates and deletes that reference another cursor of the same application.