Which of the following DB2 objects are publicly referenced names that require no special authority or privilege to use them?()
第1题:
Which ONE of the following statements about Domino Enterprise server is true?()
第2题:
Which of the following is the lowest cost DB2 product that can be legally installed on an AIX server?()
第3题:
Which of the following DB2 products are required on an iSeries or System i server to enable an application running on that server to retrieve data from a DB2 database on a Linux server?()
第4题:
A stored procedure object is created into which DB2 object?()
第5题:
Which of the following are all valid DB2 data types?()
第6题:
Which of the following DB2 data types has a fixed length?()
第7题:
A user utilizing an alias to update a subset of columns in a table must have UPDATE privileges on which of the following DB2 objects?()
第8题:
DB2 for i5/OS
DB2 Runtime Client
DB2 Connect Enterprise Edition
DB2 for i5/OS SQL Development Kit
第9题:
DB2 Express Edition
DB2 Personal Edition
DB2 Workgroup Server Edition
DB2 Enterprise Server Edition
第10题:
Sequence
Trigger
Schema
View
第11题:
DB2 Express Edition
DB2 Personal Edition
DB2 Workgroup Server Edition
DB2 Enterprise Server Edition
第12题:
DB2 will no longer allow updating the value of IDCOL1 in TABLE1.
When inserting a row in TABLE2, the only values that DB2 will allow for IDCOL2 are the existing values of IDCOL1.
When inserting a row in TABLE2, DB2 will only allow foreign values for IDCOL2, that is values which do not exist in IDCOL1.
When a SELECT statement joins TABLE1 with TABLE2, DB2 will automatically add the condition TABLE1.IDCOL1=TABLE2.IDCOL2 if not specified in the statement.
第13题:
Which of the following tools for DB2 V9 allows a user to create and debug a SQL stored procedure?()
第14题:
When executing the massload command to load catalog data into a WebSphere Commerce database on a remote DB2 server,which of the following can be used as valid values for the -method command line parameter?()
第15题:
Which of the following is the lowest cost DB2 product that can be legally installed on a Linux server that has 6 CPUs?()
第16题:
Which product must be installed on z/OS to allow a COBOL program running on that machine to access data on a remote DB2 for z/OS server?()
第17题:
Which of the following will be a consequence of defining the column IDCOL2 in TABLE2 as a foreign key referencing the primary key (IDCOL1) of TABLE1?()
第18题:
Which of the following describes the objects of a DB2 database and their relationships?()
第19题:
Which of the following best describes how locks are used in DB2?()
第20题:
Design Advisor
Visual Explain
Performance Advisor
Configuration Assistant
第21题:
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
第22题:
The next value will be 0 and the sequence will never use the values 101 to 105.
The next value will be 101 to ensure uniqueness between existing and newly generated sequence values.
Previously cached values are retained by DB2, and after the restart, will be used for values 101 to 105.
The next value will be 0 and DB2 will not ensure uniqueness between existing and newly generated values.
第23题:
create
import
load
sqlimport
update