IBM DB2 9 Family Fundamentals - 000-730무료 덤프문제 풀어보기
Which of the following DB2 data types CANNOT be used to create an identity column?
정답: C
60 Which of the following best describes how locks are used in DB2?
정답: B
Given the following information:
Protocol: TCP/IP Port Number: 5000 Host Name: DB_SERVER Database Name: TEST_DB Database Server Platform: Linux
Which of the following will allow a client to access the database stored on the server?
Protocol: TCP/IP Port Number: 5000 Host Name: DB_SERVER Database Name: TEST_DB Database Server Platform: Linux
Which of the following will allow a client to access the database stored on the server?
정답: D
Given that tables T1 and T2 contain the following rows:
Table T1: C1 C2
5 4 5 2 5 5 Table T2: C1 C2
5 1 5 2 5 3 Which of the following queries will return only those rows that exist in T1 and not in T2 ?
Table T1: C1 C2
5 4 5 2 5 5 Table T2: C1 C2
5 1 5 2 5 3 Which of the following queries will return only those rows that exist in T1 and not in T2 ?
정답: A
An index named EMPID_X exists for a table named EMPLOYEE. Which of the following will allow user USER1 to drop the EMPID_X index?
정답: A
A trigger can be created on which of the following objects?
정답: C
Which of the following is used to indicate a column will not accept NULL values and can be referenced in another table's foreign key specification?
정답: C
Consider the following table called EMPLOYEES:
ID FIRSTNAME LASTNAME JOB LEVEL
1 Paul Jones DBA 2 2 George Baker MGR 1 3 Roger Melvin CLERK 3 4 Jim Smith MGR 1 5 Kevin Street CLERK 3 6 Chris Eaton MGR 1
If the following SQL statement is executed, how many rows will be deleted? DELETE FROM employees WHERE 1 = 1
ID FIRSTNAME LASTNAME JOB LEVEL
1 Paul Jones DBA 2 2 George Baker MGR 1 3 Roger Melvin CLERK 3 4 Jim Smith MGR 1 5 Kevin Street CLERK 3 6 Chris Eaton MGR 1
If the following SQL statement is executed, how many rows will be deleted? DELETE FROM employees WHERE 1 = 1
정답: B
Application A currently holds an exclusive lock on a single row and application B tries to access that row. If lock timeout is set to -1 and both applications are using isolation level RS, which of the following will occur?
정답: A
Which of the following scenarios will ensure that the value of the NEXT_STEPNO column in a given row of table TABLEX exists as a value of column STEPNO (usually in another row) in the same table?
정답: A