A. Partitions of PURCHASE_ORDER_ITEMS have system-generated names.
B. Both PURCHASE_ORDERS and PURCHASE_ORDER_ITEMS tables are created with four partitions each.
C. Partitions of the PURCHASE_ORDER_ITEMS table exist in the same tablespaces as the partitions of the PURCHASE_ORDERS table.
D. The PURCHASE_ORDER_ITEMS table inherits the partitioning key from the parent table by automatically duplicating the key columns.
E. Partition maintenance operations performed on the PURCHASE_ORDER_ITEMS table are automatically reflected in the PURCHASE_ORDERS table.
第1题:
In C program, all variables must be(70)before use, usually at the beginning of the function before any(71)statements.
A.stated
B.writed
C.illustrated
D.declared
第2题:
A programmer must know about a function's ______ to call it correctly.
A.location
B.algorithm
C.Interface
D.statements
第3题:
第4题:
In object-oriented program languages, a class must exposure its(13) to the outside.
A.variants
B.algorithm
C.interface
D.statements
第5题:
In C program, all variables must be (1) before use, usually at the beginning of the function before any (2) statements.
A.stated
B.instructed
C.illustrated
D.declared
第6题: