Evaluate the following statements:What are the two consequences of the above statements?()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. Pa

题目
Evaluate the following statements:What are the two consequences of the above statements?()

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.


相似考题
参考答案和解析
参考答案:B, C
更多“Evaluate the following statements:What are the two consequences of the above statements?() ”相关问题
  • 第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


    正确答案:D
    解析:译文:在一段C程序中,所有变量在使用前必须声明,通常在函数的可执行语句之前声明。

  • 第2题:

    A programmer must know about a function's ______ to call it correctly.

    A.location

    B.algorithm

    C.Interface

    D.statements


    正确答案:D
    解析:译文的含义是:程序员需要知道函数的()才能正确调用该函数。A、B、C、D各选项的意思分别是:位置、算法、接口、声明。要正确地调用一个函数,必须知道它的声明,故本题应该选择D。

  • 第3题:

    Norman Blarney is an artist of deep convictions.

    A: claims
    B:suggestions
    C: beliefs
    D:statements

    答案:C
    解析:
    句意:诺曼.布莱梅是一个有坚定信念的艺术家,句中画线部分conviction意为 “信念”。claim意为“要求,声称”。suggestion意为“建议”。belief意为“相信,信赖”。 statement意为“声明,陈述”。画线部分和C项意义接近。故选C项。

  • 第4题:

    In object-oriented program languages, a class must exposure its(13) to the outside.

    A.variants

    B.algorithm

    C.interface

    D.statements


    正确答案:C
    解析:面向对象程序语言中,类必需向外界暴露它的接口。

  • 第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


    正确答案:D

  • 第6题:

    In a world where it seems we already have too much to do,and too many things to think about,it seems the last thing we need is something new that we have to learn.But use cases do solve a problem with requirements:with( )declarative equirements it's hard to describle steps and sequences of events.Use cases,stated simply,allow description of sequences of events that,taken together,lead to a system doing something useful.As simple as this sounds,this is important.When confronted only with a pile of requiements,it's often( )to make sense of what the authors of the requirements really wanted the system to do.In the preceding example,use cases reduce the ambiguity of the requirements by specifying exactly when and under what conditions certain behavior occurs;as such,the sequence of the behaviors can be regarded as a requirement.Use cases are particularly well suited to capture approaches.Although this may sound simple,the fact is that( )equirement capture approaches,with their emphasis on declarative requirements and"shall"statements,completely fail to capture the( )of the system's behavior.Use cases are a simple yet powerful way to express the behavior of the system in way that all stakeholders can easily understand.But,like anything,use cases come with their own problems,and as useful as they are,they can be(请作答此空).the result is something that is as bad,if not worse,that the original problem.Therein it's important to utilize use cases effectively without creating a greater problem than the one you started with.

    A.misapplied
    B.applied
    C.used
    D.powerful

    答案:A
    解析:
    题意想要表达的意思是任何事情一样,使用的情况下,都有他们自己的问题,他们都有可能被误用,正确答案为A,误用,滥用。附(参考翻译):在一个似乎已经有做不完的事情的世界里,我们有大量事情要思考,似乎我们不太需要学习新的东西。但是用例解决问题是有条件的:严密的说明性需求使得描述事件的步骤和次序变得举步维艰。简单地讲,用例描述一组事件序列,系统性地执行产生相应有用的结果。听上去简单明了,这是很重要的。当面对一大堆的需求时,通常不太可能理解这些需求的发起者到底想要系统做什么。在前面的案例中,用例通过详细准确描述什么时间、什么情况下确定的行为会发生,以减少需求的不确定。像这样的一些动作序列被看作是一个需求。用例特别适合于捕捉方法。虽然这听起来很简单,但事实上不同的需求会根据他们各自在说明性需求和“应有”的声明的侧重面上捕捉方法,导致完全无法捕捉到系统行为的初衷。用例是一个所有的利益相关者都可以很容易地理解的、简单却十分有效的表达系统的行为的方式。但是,和其他任何事情一样,用例也存在自身的问题,可能会被误用而弄巧成拙。造成的后果也很糟糕,或许只是没有比原本想要解决的问题更麻烦罢了。因此有效使用用例而避免制造更大的麻烦是非常重要的。