A. It is effective only in partition pruning.
B. It is effective only in partitionwise joins provided that the query predicates are different from the partitioning key.
C. It is effective in both partition pruning as well as partitionwise joins provided that the query predicates are identical to the partitioning key.
D. It is effective in both partition pruning as well as partitionwise joins irrespective of whether the query predicates are different from or identical to the partitioning key.
第1题:
A.RunningAIX5.3ImplementingHACMPImplementingStaticLPAR
B.ImplementingAdvancedPOWERVirtualizationRunningLinuxAttachingRIOdrawers
C.ImplementingVIOServerImplementingDynamicLPARRunningwithSMTturned"On"
D.RunningAIXandLinuxonthesamesystemImplementingCoDImplementingMicro-Partitioning
第2题:
A.错误
B.正确
第3题:
Reference
Reference means what a linguistic form refers to in the real physical world; it deals with the relationship between the linguistic element and the non-linguistic world of experience.
略
第4题:
A.Softwaresupport
B.Hardwareisolation
C.Staticchangesinpartitions
D.Micro-Partitioning
第5题:
第6题:
如何在已经创建好的表上添加一个外键()。
A.Alter table 表名add foreign key(键名)reference 关联表(关联键名)
B.Alter table 表名add Primary key(键名)reference 关联表(关联键名)
C.Alter 表名add foreign key(键名)reference 关联键名
D.Alter 表名add Primary key(键名)reference 关联表(关联键名)