可学答题网 > 问答 > IBM(000-730)题库
目录: 标题| 题干| 答案| 搜索| 相关
问题

Given the following ALTER SEQUENCE sta


Given the following ALTER SEQUENCE statement: ALTER SEQUENCE myseq RESTART WITH 0 INCREMENT BY 1 NO MAXVALUE CACHE 5 ORDER Assuming that the sequence had reached a value of 100 prior to the RESTART, which of the following is true?()

  • AThe next value will be 0 and the sequence will never use the values 101 to 105.
  • BThe next value will be 101 to ensure uniqueness between existing and newly generated sequence values.
  • CPreviously cached values are retained by DB2, and after the restart, will be used for values 101 to 105.
  • DThe next value will be 0 and DB2 will not ensure uniqueness between existing and newly generated values.
参考答案
参考解析:
分类:IBM(000-730)题库
相关推荐

1、Examine the following command:ALTER SY

Examine the following command:ALTER SYSTEM SET enable_ddl_logging=FALSE;Which statement is true?()A None of the data definition language (DDL) sta...

2、Given the following 

Given the following output what course of action should be undertaken for a long ...

3、Which of the following actions are sta

Which of the following actions are stated in the correct order prior to loading or discharging cargo on a Ro-Ro vessel? ()ALower the stern ...

4、Given the following 

Given the following six method names:(1)addListener(2)addMouseListener (3)setMouseListener(4)deleteMouseListener(5)rem...

5、Which of the following ALTER DISKGROUP

Which of the following ALTER DISKGROUP commands does not use V$ASM_OPERATION to record thestatus of the operation?()A ADD DIRECTORYB DROP DISKC RESIZE DISKD REBALANCEE ADD FAILGROUP

6、Examine the following command: ALTER

Examine the following command:ALTER DISKGROUP data MOUNT FORCE;In which scenario can you use the above command to mount the disk group? ()A w...