Isabella
---- I fell upon the thorn of life, I bleed.
A 1 .  To set up a client that can access DB2 UDB through DB2 Connect Enterprise Edition, which of the following is the minimum software client that must be installed?  
A. DB2 Runtime Client         B. DB2 Personal Edition
C. DB2 Administration Client   D. DB2 Application Development Client

B  2.  A client application on OS/390 or OS/400 must access a DB2 server on AIX.  At a minimum, which of the following products is required to provide DRDA Application Server functionality on the DB2 server? 
A. DB2 Connect Enterprise Edition  
B.  DB2 UDB Workgroup Server Edition
C. DB2 Connect Enterprise Edition and DB2 UDB Workgroup Server Edition
D. DB2 Connect Enterprise Edition and DB2 UDB Enterprise Server Edition

C  3.  A developer is building a Windows embedded SQL application that will access DB2 UDB for OS/390 or OS/400 servers.  Which of the following products is required to be installed on the Windows system in order to build the application? 
A. DB2 UDB Personal Edition         B. DB2 Connect Personal Edition
C. DB2 Personal Developer's Edition   D. DB2 UDB Workgroup Server Edition

D  4. Which of the following tools maintains a history of all executed statements/commands for the current session within the tool?
A. Journal   B. SQL Assist  C.Health Center  D. Command Center

A  5. Which of the following products is designed for analyzing data with more than two dimensions?
A. DB2 OLAP Server   B.  DB2 Warehouse Manager
C. DB2 Relational Connect    D. DB2 Data Links Manager

C  6. Which of the following tools is used to create and build stored procedures?
A. SQL Assist   B. Task Center   C. Development Center
D. Replication Center

C  7. Which of the following tools is used to create subscription sets and add subscription-set members to subscription sets?
A. Journal   
B.   License Center  
C. Replication Center 
D. Development Center

CE  8. Which two of the following types of storage management methods are supported by DB2 OLAP Server?
A. Object  
B.  Network  
C.  Relational  
D. Hierachical  
E. Multi-dimensional

D  9. Which of the following is used to build and manage a heterogeneous Data Warehouse environment? 
A. DataJoiner   
B.  Control Center  
C. Workload Manager
D. DB2 Warehouse Manager

C  10. Which of the following products can be used to perform a dictionary-based search?
A. DB2 XML Extender   
B. DB2 AVI Extender
C. DB2 Text Extender   
D. DB2 Spatial Extender

D  11. Which of the following extenders allows data to be presented in a three-dimensional format?
A. DB2 AVI Extender   
B. DB2 XML Extender
C. DB2 Text Extender   
D. DB2 Spatial Extender

DE  12. When establishing client-server communication, which two of the following can be used to verify passwords?
A. Catalog Tables
B. Access Control List
C. Application Programs
D. DRDA Application Server
E. Client Operating System

B   13. When granted to USER1, which of the following will allow USER1 to ONLY access table data?
A. Administrative authority  
B. SELECT privilege on the table
C. REFERENCES privilege on the table  
D. SELECT privilege WITH GRANT OPTION on the table

B  14.Given the following users and groups with no privileges on table t1: 
  GroupA          GroupB 
  ------          ------ 
  user1           user4 
  user2           user5 
  user3 
Which of the following commands gives all users in the above groups the ability to create a view on table t1?
A. GRANT SELECT ON TABLE t1 TO ALL  
B. GRANT SELECT ON TABLE t1 TO PUBLIC   
C.   GRANT REFERENCES ON TABLE t1 TO ALL
D. GRANT SELECT ON TABLE t1 TO USER GroupA, GroupB

D   15.Given a user defined function, U.UDF1, that takes an input parameter of type INTEGER, and USER6 running the following SQL statement: 
SELECT w.udf1(col6) FROM t.tab1 WHERE col4 = 'ABC' 
Which of the following statement(s) would allow USER6 to execute the statement?
A. GRANT ALL PRIVILEGES ON TABLE t.tab1 TO user6
B. GRANT SELECT ON TABLE t.tab1 TO user6 
GRANT USE ON FUNCTION u.udf1(INT) TO user6
C. GRANT SELECT ON TABLE t.tab1 TO user6 
GRANT REFERENCES ON FUNCTION u.udf1(INT) TO user6
D. GRANT ALL PRIVILEGES ON TABLE t.tab1 TO user6 
GRANT EXECUTE ON FUNCTION u.udf1(INT) TO user6

C  16.Which of the following will grant just DML operations on table T.T4 to all users?
A. GRANT ALL PRIVILEGES ON t.t4 TO PUBLIC
B. GRANT ALL PRIVILEGES ON t.t4 TO ALL USERS
C. GRANT SELECT, INSERT, UPDATE, DELETE ON TABLE t.t4 to PUBLIC
D. GRANT SELECT, INSERT, UPDATE, DELETE ON TABLE t.t4 TO ALL USERS

A  17. Communications is being manually established from a Windows 2000 client through a DB2 Connect gateway to a DB2 host system. 
Which of the following does NOT have to be cataloged on the gateway?
A. The client   
B. The node where the data source resides
C. The data source on the DB2 database server
D. The Database Connection Service (DCS) database

C  18.  USER1 indicates that when running the following command from their client: 
DB2 CONNECT TO sample USER user1  
They receive the following error message: 
SQL1013N  The database alias name or database name "SAMPLE" could not be found.  SQLSTATE=42705 
Assuming a valid password was entered when prompted, which of the following is the cause of the error?
A. SAMPLE is not listening for incoming connections from clients.
B. The DB2 client version is not compatible with the server version.
C. The client's database directory does not contain an entry SAMPLE.
D. The client's node directory has an entry in it that points at a non-existent server.

C  18. A database administrator has supplied the following information: 
  Protocol: TCP/IP 
  Port Number: 446 
  Host Name: ZEUS 
  Database Name: SAMPLE 
  Database Server Platform: OS/400 
Which are the appropriate commands to set up the ability to connect to the database?
A. CATALOG TCPIP NODE zeus REMOTE zeus SERVER 446 OSTYPE os400 DATABASE sample;
B. CATALOG TCPIP DATABASE sample REMOTE zeus SERVER 446 OSTYPE os400; 
CATALOG DATABASE dcssam AS sample AT NODE zeus AUTHENTICATION dcs;
C. CATALOG TCPIP NODE zeus REMOTE zeus SERVER 446 OSTYPE os400; 
CATALOG DCS DB dcssam AS sample; 
CATALOG DATABASE dcssam AS sample AT NODE zeus AUTHENTICATION dcs;
D. CATALOG TCPIP NODE sample REMOTE sample SERVER 446 OSTYPE os400; 
CATALOG DCS DB sample AS dcssam; 
CATALOG DATABASE dcssam AS sample AT NODE zeus AUTHENTICATION dcs;

posted on 2008-09-12 11:47  李昀璟  阅读(362)  评论(0)    收藏  举报