A. DB2Connect Personal Edition
B. DB2 Personal Developers Edition
C. DB2 UDB Workgroup Server Edition
D. DB2 Universal Developer’s Edition
A 15. For which of the following database objects can locks be obtained?
A. A row
B. A column
C. A sequence
D. A function
D 16. Where are referential constraint definitions stored?
A. The user tables
B. The explain tables
C. SYSIBM SYSTRIGGERS
D. The system catalog tables
DE 17. 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 18. A client application on OS/390 or OS/400 must access a DB2 server on Windows at a minimum, which of the following products is required to be on the DB2 server?
A. DB2 Connect Enterprise Edition
B. DB2 UDB Workgroup Server Edition
C. DB2 Personal Edition
D. DB2 Connect Enterprise Edition andDB2 UDB Enterprise Server Edition
C 19. Given the following SQL statement:
GRANT INDEX, REFERENCES (col1) ON TABLE tab1 TO USER usera
Which of the following identifies what USERA is allowed to do?
A. Add a check constraint to TAB1.
B. Define a primary key and unique constraint on TAB1.
C. Define an index on TAB1 and a foreign key that points to COL1.
D. Issue a SELECT statement that uses an index to access data from TAB1.
D 20. Given the following statements:
CREATE TABLE t1
(C1 INTEGER,
C2 INTEGER,
C3 DECIMAL (15, 0))
INSERT INTO t1 VALUES (0, 1, 3.0)
Which of the following will cause C1 to be incremented each time a row is added to the T2 table?
A. ALTER TABLE t1
ADD CHECK (t2)
会员注册
会员登录
个人空间