IBM C2090-320 DB2 11 Fundamentals for z/OS exam Online Training
IBM C2090-320 Online Training
The questions for C2090-320 were last updated at Nov 23,2024.
- Exam Code: C2090-320
- Exam Name: DB2 11 Fundamentals for z/OS exam
- Certification Provider: IBM
- Latest update: Nov 23,2024
Which types of user-defined data types are supported? (Choose two.)
- A . CHAR
- B . ARRAY
- C . NUMERIC
- D . DISTINCT
- E . TIMESTAMP
Which BIND option determines when DB2 will do authorization checking?
- A . DEFER
- B . DEPLOY
- C . VALIDATE
- D . CURRENTDATA
COL1 is defined as CHAR(05) and contains CHAR(‘12345’).
Which of the following expressions returns the digits 12345 for further calculation?
- A . HEX(COL1)
- B . DEC(COL1)
- C . PACK(COL1)
- D . DIGITS(COL1)
What are two major encoding schemes? (Choose two.)
- A . UNIX
- B . Linux
- C . CCSID
- D . Unicode
- E . EBCDIC
We want to increase the salary for each employee (EMP) in the department (WORKDEPT) D11 and we want to see the new salaries (SALARY) for each of them.
Which single SQL statement will do this?
- A .
- B .
- C .
- D .
You want to limit the access of a table to allow users to only see certain columns and/or rows.
Which of the following options CANNOT be used to accomplish this?
- A . A view
- B . Multilevel security
- C . An MQT (Materialized Query Table)
- D . A combination of row permissions and column masks
Which of the following tables can be used to set the default of the special register CURRENT APPLICATION COMPATIBILITY for remote users?
- A . The resource limit facility table authid.DSNRLMTxx
- B . The DB2 catalog table SYSIBM.SYSENVIRONMENT
- C . The profile table SYSIBM.DSN_PROFILE_ATTRIBUTES
- D . The communications database table SYSIBM.USERNAMES