After a ROLLBACK is issued
After the sequence is altered
After the sequence is dropped
After the current session ends
第1题:
A.A sequence will never generate duplicate values
B.The MAXVALUE of a sequence can be equal to the MINVALUE
C.It is not possible to create a sequence that generates a constant since the INCREMENT value must be greater than zero
D.When a sequence cycles back to either the MAXVALUE or MINVALUE, it will always be equal to the specified value of either of these two boundaries
第2题:
Which of the following constraint types can be used to ensure the value of an INTEGER column references only positive values?()
第3题:
lisa is writing a formula to determine the number of elements in a list. she wants to ensure that a value is returned, even if the value her function is evaluating turns out to be a null string . which one of the following can she so to accomplish this ?()
第4题:
After running the vmstat command, which of the following would most likely cause the value in the blocked column to be unusually high?()
第5题:
Which of the following is a feature of a unit of work?()
第6题:
For which three events can web application event listeners be registered?()
第7题:
A table was just created on your Oracle database with six extents allocated to it. Which of the following factors most likely caused the table to have so many extents allocated?()
第8题:
Kernel thread
Too many users
Memory shortage
Network contention
第9题:
After a ROLLBACK is issued
After the sequence is altered
After the sequence is dropped
After the current session ends
第10题:
The next value will be 0 and the sequence will never use the values 101 to 105.
The next value will be 101 to ensure uniqueness between existing and newly generated sequence values.
Previously cached values are retained by DB2, and after the restart, will be used for values 101 to 105.
The next value will be 0 and DB2 will not ensure uniqueness between existing and newly generated values.
第11题:
It applies to a single data server.
It is a recoverable sequence of operations.
Its value can be queried from the system catalog tables.
It begins when the application connects to the data server.
第12题:
use a defaule formula of 1
use @elements and add 1 to the total
use the @count function instead of @elements
use @texttotime to ensure that all strings arte converted to date-time values
第13题:
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?()
第14题:
which one of the following is an @fuction that Lonnie can use to return the value from a specific field?()
第15题:
Which of the following is a characteristic of a sequence?()
第16题:
Within the application MY_APP the following PREVIOUS VALUE expression references the sequence MY_SEQ: PREVIOUS VALUE FOR my_seq After which of the following events will the most recently generated value of MY_SEQ persist so that it can be returned to the active MY_APP application?()
第17题:
A sequence was created with the DDL statement shown below:CREATE SEQUENCE my_seq START WITH 5 INCREMENT BY 5 CACHE 5 User1 successfully executes the following statements in Connection1: VALUES NEXT VALUE FOR my_seq INTO :con1hvar VALUES NEXT VALUE FOR my_seq INTO :con1hvar User2 successfully executes the following statement in Connection2: VALUES NEXT VALUE FOR my_seq INTO :con2hvar After User1 & User2 are finished, User3 executes the following statement in Connection3: SELECT NEXT VALUE FOR my_seq FROM sysibm.sysdummy1Which value will be returned by the query?()
第18题:
Which two statements about sequences are true? ()
第19题:
Unique
Check
Referential
Informational
第20题:
@value
@getfield
@GetItemVale
@getfieldvalue
第21题:
The value for MINEXTENTS setting
The value for PCTINCREASE setting
The value for MAXEXTENTS setting
By default, Oracle allocates six extents to all database objects
第22题:
20
25
50
55
第23题:
A sequence will never generate duplicate values
The MAXVALUE of a sequence can be equal to the MINVALUE
It is not possible to create a sequence that generates a constant since the INCREMENT value must be greater than zero
When a sequence cycles back to either the MAXVALUE or MINVALUE, it will always be equal to the specified value of either of these two boundaries
第24题:
The value is 8
The value is 9
The value is 10
The value is 11