IBM 000-730 Exam

 

Exam Number/Code : 000-730 Exam Name : DB2 9 Fundamentals Questions and Answers : 127 Q&As Update Time: 2010-04-19

1. Which of the following is the main feature of an OLTP application?
A. Summarized queries
B. Granular transactions
C. Voluminous historical data
D. Heterogeneous data sources
Answer: B


2. Which of the following DB2 tools allows a user to execute an SQL statement and view a graphical representation of
the access plan?
A. Task Center
B. Command Editor
C. Design Advisor
D. Command Line Processor
Answer: B


3. Which of the following tools is used to view historical information about tasks, database changes, messages, and
notifications?
A. Journal
B. Task Center
C. Control Center
D. Activity Monitor
Answer: A


4. 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?
A. DB2 for z/OS
B. DB2 Run-Time Client for z/OS
C. DB2 Connect Enterprise Edition for z/OS
D. z/OS Application Connectivity to DB2 for z/OS and OS/390
Answer: A


5. Which of the following tools can make recommendations for indexes and/or MQTs to improve the performance of
DB2 applications?
A. Design Advisor
B. Visual Explain
C. Performance Advisor
D. Configuration Assistant
D. Configuration Assistant
Answer: A


6. Which of the following tools can be used to schedule a backup operation that is to be run every Sunday evening?
A. Journal
B. Task Center
C. Activity Monitor
D. Command Line Processor
Answer: B


7. The following SQL statements were executed in sequence:
CREATE DISTINCT TYPE salary AS decimal(7,2) WITH COMPARISONS;
CREATE TABLE staffsalary(empid INT, empsalary salary);
INSERT INTO staffsalary VALUES (10, 50000);
INSERT INTO staffsalary VALUES (20, 50000.00);
UPDATE staffsalary SET empsalary = 60000
WHERE salary(50000) = empsalary;
What is the current content of the staffsalary table?
A. ID | EMPSALARY
0 | 60000
20 | 50000.00
B. ID | EMPSALARY
10 | 50000.00
20 | 50000.00
C. ID | EMPSALARY
10 | 60000.00
20 | 60000.00
D. ID | EMPSALARY
10 | 60000.00
20 | 50000.00
Answer: C


8. Which of the following is the lowest cost DB2 product that can be legally installed on a Linux server that has 6
CPUs?
A. DB2 Express Edition
B. DB2 Personal Edition
C. DB2 Workgroup Server Edition
D. DB2 Enterprise Server Edition
Answer: D


9. for which of the following is a data warehouse optimized?
A. Backup and recovery
B. Transactions
C. Security
D. Queries
Answer: D


10. Which of the following is true of an index used to support a UNIQUE constraint?
A. It must have the UNIQUE attribute.
B. It cannot be created explicitly by the user.
C. It must have the UNIQUE and CLUSTER attributes.
D. It must have the UNIQUE WHERE NOT NULL attribute.
Answer: A


11. A DRDA host database resides on a z/OS or an i5/OS system and listens on port 446. The TCP/IP address for
this system is 19168.10.1 and the TCP/IP host name is myhost. Which of the following commands is required to
update the local node directory so that a DB2 client can access this DRDA database?
A. CATALOG TCPIP NODE myhost REMOTE db2srv SERVER 446
B. CATALOG TCPIP NODE mydb2srv REMOTE myhost SERVER 446
C. CATALOG TCPIP NODE myhost REMOTE db2srv SERVER 192.168.10.1
D. CATALOG TCPIP NODE mydb2srv REMOTE myhost SERVER 192.168.10.1
Answer: B


12. Which of the following tools allows a user to create and debug a SQL stored procedure?
A. Control Center
B. Development Center
C. Data Studio
D. Stored Procedure Builder
Answer: C


13. Which of the following is NOT true about XML columns?
A. Data can be retrieved by SQL.
B. Data can be retrieved by XQuery or XPath.
C. XML columns must be altered to accommodate additional parent and child relationships.
D. Access to any portion of an XML document can be direct, without reading the whole document.
Answer: C


14. 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?
A. DB2 for i
B. DB2 Runtime Client
C. DB2 Connect Enterprise Edition
D. DB2 for i SQL Development Kit
Answer: A


15. Which of the following is a typical data warehouse query?
A. What is this customers address?
B. Does this customer have any unpaid bills?
C. What is the balance in this customers account?
D. What are the total sales for each of the last 6 months?
Answer: D


16. Which of the following is the lowest cost DB2 product that can be legally installed on an AIX server?
A. DB2 Express Edition
B. DB2 Personal Edition
C. DB2 Workgroup Server Edition
D. DB2 Enterprise Server Edition
Answer: C


17. Given the following two tables:
TAB1
C1 C2
__ __________
1 Antarctica
2 Africa
3 Asia
4 Australia
TAB2
CX CY
__ _____________
5 Europe
6 North America
7 South America
Which of the following SQL statements will insert all rows found in table TAB2 into table TAB1?
A. INSERT INTO tab1 SELECT cx, cy FROM tab2
B. INSERT INTO tab1 VALUES (tab2.cx, tab2.cy)
C. INSERT INTO tab1 VALUES (SELECT cx, cy FROM tab2)
D. INSERT INTO tab1 (c1, c2) VALUES (SELECT cx, cy FROM tab2)
Answer: A


18. Which of the following describes the age of the data in an OLTP system?
A. Current
B. Projected
C. Historical
D. Current and projected
Answer: A


19. Which tool must be used to analyze all of the database operations performed by an application against a DB2 for i
database?
A. Visual Explain
B. Activity Monitor
C. SQL Performance Monitor
D. DB2 Performance Monitor
Answer: C


20. A UDT is a data type which _____.
A. must contain unique values.
B. cannot be CAST to other data types.
C. is created using the CREATE TYPE command.
D. contains a value that was automatically calculated from values in other columns.
Answer: C

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/23867001/viewspace-663081/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/23867001/viewspace-663081/

基于STM32F407,使用DFS算法实现最短迷宫路径检索,分为三种模式:1.DEBUG模式,2. 训练模式,3. 主程序模式 ,DEBUG模式主要分析bug,测量必要数据,训练模式用于DFS算法训练最短路径,并将最短路径以链表形式存储Flash, 主程序模式从Flash中….zip项目工程资源经过严格测试可直接运行成功且功能正常的情况才上传,可轻松复刻,拿到资料包后可轻松复现出一样的项目,本人系统开发经验充足(全领域),有任何使用问题欢迎随时与我联系,我会及时为您解惑,提供帮助。 【资源内容】:包含完整源码+工程文件+说明(如有)等。答辩评审平均分达到96分,放心下载使用!可轻松复现,设计报告也可借鉴此项目,该资源内项目代码都经过测试运行成功,功能ok的情况下才上传的。 【提供帮助】:有任何使用问题欢迎随时与我联系,我会及时解答解惑,提供帮助 【附带帮助】:若还需要相关开发工具、学习资料等,我会提供帮助,提供资料,鼓励学习进步 【项目价值】:可用在相关项目设计中,皆可应用在项目、毕业设计、课程设计、期末/期中/大作业、工程实训、大创等学科竞赛比赛、初期项目立项、学习/练手等方面,可借鉴此优质项目实现复刻,设计报告也可借鉴此项目,也可基于此项目来扩展开发出更多功能 下载后请首先打开README文件(如有),项目工程可直接复现复刻,如果基础还行,也可在此程序基础上进行修改,以实现其它功能。供开源学习/技术交流/学习参考,勿用于商业用途。质量优质,放心下载使用。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值