Consider the following statement on a RANGE partitioned table: ALTER TABLE orders DROP PARTITION p1, p3;What is the outcome of executing the above statement?()A.A syntax error will result as you cannot specify more than one partition in the same statement

题目
Consider the following statement on a RANGE partitioned table: ALTER TABLE orders DROP PARTITION p1, p3;What is the outcome of executing the above statement?()

A.A syntax error will result as you cannot specify more than one partition in the same statement

B.All data in p1 and p3 partitions are removed and the table definition is changed

C.All data in p1 and p3 partitions are removed, but the table definition remains unchanged

D.Only the first partition (p1) will be dropped as only one can be dropped at any time


相似考题
参考答案和解析
参考答案:B
更多“Consider the following statement on a RANGE partitioned table: ALTER TABLE orders DROP PARTITION p1, p3;What is the outcome of executing the above statement?() ”相关问题
  • 第1题:

    查找引⽤函数的搜索查找范围是由()参数指定的。

    A.Table_array

    B.Index_number

    C.Row_number

    D.Range_lookup


    Table_array

  • 第2题:

    15、在EXCEL2016工作表中,弹出的VLOOKUP函数调用表,包含()。

    A.lookup_value

    B.Table_array

    C.Col_index_num

    D.Range_lookup


    C

  • 第3题:

    生成列表{1,3,5,7,…,99}

    A.Range[1,99,2]

    B.Table[k,{k,1,99,2}]

    C.Range[{1,99},2]

    D.Table[k,{k,99,2}]


    Range[1,99,2];Table[k,{k,1,99,2}]

  • 第4题:

    【单选题】对于建立在数据库上的DDL触发器,常用的激活DDL触发器的事件不包括()

    A.Create_Table,Alter_Table,Drop_Table

    B.Create_View,Alter_View,Drop_View

    C.Create_Procedure,Alter_Procedure,Drop_Procedure

    D.Rollback


    Rollback

  • 第5题:

    下列选项中,关于Statement描述错误的是()

    A.Statement是用来执行SQL语句的

    B.Statement是PreparedStatement的子接口

    C.获取Statement实现需要使用Connection的createStatement()方法

    D.PreparedStatement能使用参数占位符,而Statement不行


    Statement是PreparedStatement的子接口

  • 第6题:

    3.下列选项中,关于Statement描述错误的是() A: Statement是用来执行SQL语句的 B: Statement是PreparedStatement的子接口 C: 获取Statement实现需要使用Connection的createStatement()方法 D: PreparedStatement能使用参数占位符,而Statement不行

    A.A B C D

    B.A B C D

    C.A B C D

    D.A B C D


    Statement 是 PreparedStatement 的子接口