移动端

  • 题王微信公众号

    题王微信公众号

    微信搜“题王网”真题密题、最新资讯、考试攻略、轻松拿下考试

计算机考试 | IBM认证考试

模式切换

0 0 0
我的错题 我的收藏 学习笔记

章节目录

单选题 In which situation is shredding XML data recommended?()

A

When the data is naturally tabular

B

When the number of nodes are volatile

C

When the data by nature has sparse attributes

D

When the data is of low volume and requires a complex star-schema topology

单选题 Given the following two tables: TAB1 R1 A A A B B C C D E TAB2 R2 A A B B C C D Which of the following queries returns the following result set? RETVAL E()

A

SELECT r1 AS retval FROM tab1 INTERSECT SELECT r2 AS retval FROM tab2

B

SELECT r1 AS retval FROM tab1 EXCEPT SELECT r2 AS retval FROM tab2

C

SELECT DISTINCT r1 AS retval FROM tab1, tab2 WHERE r1 <> r2

D

SELECT r1 AS retval FROM tab1 UNION SELECT r2 AS retval FROM tab2

单选题 In which of the following situations should correlation names be used?()

A

A table referenced in the FROM clause has no indexed column.

B

The table referenced in the FROM clause has more than 200 columns.

C

Two or more tables in the FROM clause have identical column names.

D

The FROM clause contains two or more tables in the SELECT statement.

单选题 Which of the following are types of routine objects?()

A

Package and function

B

Function and userexit

C

Procedure and package

D

Function and procedure

单选题 Which of the following can be used to ensure that once a row has been inserted in table TABLEX, the column MAINID in that row cannot be updated?()

A

Define the column MAINID as NOT UPDATABLE

B

Define the column MAINID as a PRIMARY KEY

C

Define the column MAINID as a FOREIGN KEY

D

Define an UPDATE trigger on table TABLEX

单选题 If a unique constraint is defined on column COL1 of table TAB1, what are the characteristics of COL1?()

A

COL1 will accept NULL values and can be referenced in another table's foreign key specification.

B

COL1 will not accept NULL values and cannot be referenced in another tables foreign key specification.

C

COL1 will not accept NULL values and can be referenced in another tables foreign key specification.

D

COL1 will accept NULL values and cannot be referenced in another tables foreign key specification.

单选题 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

单选题 Given the following table definition: STOCK: item VARCHAR(30) status CHAR(1) quantity INT price DEC(7,2) If items are indicated to be out of stock by setting STATUS to NULL and QUANTITY and PRICE to zero, which of the following statements would be used to update the STOCK table to indicate that all the items whose description begins with the letter "S" are out of stock?()

A

UPDATE stock SET (status = NULL; quantity, price = 0) WHERE item LIKE S%

B

UPDATE stock SET (status, quantity, price) = (NULL, 0, 0) WHERE item LIKE S%

C

UPDATE stock SET status = NULL, SET quantity = 0, SET price = 0 WHERE item LIKE 'S%'

D

UPDATE stock SET (status = NULL), (quantity = 0), (price = 0) WHERE item LIKE S%

单选题 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?

首页 上一页 1 2 3 4 5 下一页 尾页 /

到第