阅 读 文 章

有答案的DB2 700,701题库

[来源:网上转载 (http://www.chinaunix.net) | 作者:网友(axjlxy) | 时间:2007-05-27 | 浏览:人次 ]


CREATE TABLE t1
(col1 INTEGER NOT NULL CONSTRAINT chk1 UNIQUE,
col2 DATE NOT NULL CHECK (col2<=CURRENT_DATE),
col3 CHARACTER(128)NOT NULL WITH DEFAULT USER,
col4 VARCHAR(300) NOT NULL WITH DEFAULT)
.The definition of which column caused the statement to fail?
A. COL1   
B.  COL2      
C.  COL3   
D.  COL4

B    34.  Which of the following isolation levels most frequently acquires a table level lock during an index scan?
A.  Read Stability        
B.  Repeatable Read   
C.  Cursor Stability      
D.  Uncommitted Read

?D    35.  A stored procedure has been created with the following statement
CREATE PROCEDURE P1 (IN VAR1 VARCHAR (10), INOUT VAR2 VARCHAR (10), OUT VAR3 
INT)
From the command line processor (CLP). Which is the correct way to call this procedure?
A. Call P1 (?,?,?)
B.  Call P1 (“DB2”,?,?)
C.  Call P1(“DB2”,”DB2”,?)
D.  Call P1(‘DB2’,’DB2’,?)//参数用单引号

C   36.  Which of the following products can be used to perform a dictionary-based search?
A. DB2 XML Extender //提供用XML定义的文本的查找
B. B.DB2 AVI Extender 
C.  DB2 Text Extender //文本扩展器
D.  DB2 Spatial Extender//存储多维的信息

A   37.  Given the table:
COUNTRY 
NAME         CITIES          PERSON
Argentina         10               1
Canada           20               2
Cuba              10              2
Germany           0               1
France             5               7
论坛热门帖子: [lch203] 写得蛮好的linux学习笔记(10-21)
[黑马制造] 学习java的30个目标(10-19)
[笑傲股林] 做测试半年了,有点迷茫,应该再学些什么提高自己的测试水平和测试能力呢?(10-19)
[udp8589] 大家用google的来吱一声? 用百度的~~也来报道下?(10-18)
[沂偌掳兆] 本人总结的一些认为C++比较经典的书籍,希望对大家有用(10-18)
TAG标签: 题库 答案 c1 INT selected. SELECT NULL 1record c2

最新评论 共有0位网友发表了评论

发表评论

评论内容:不能超过250字,需审核,请自觉遵守互联网相关政策法规。
用户名:(注册)
密码:
验证码:
匿名发表

网站地图友情连接交流论坛网站投稿广告服务联系我们留言本站长统计
Some rights reserved: www.chmhome.com, 鄂ICP备07010232号 E-mail:chinakafei@live.com,QQ:552766
中国咖啡技术网(Chmhome):国外编程技术书籍,中文编程手册,经典编程文章,交流技术,技术软件下载,计算机论文,毕业论文.