Evaluatethefollowingcommand:SQL>CREATETABLEdesign_data(idNUMBER,docCLOB)LOB(doc)STOREASSECUREFILE(DEDUPLICATE);Whichstatementistrueregardingtheabovecommand?()A.TheLOBvaluesareautomaticallycompressed.B.TheLOBvaluesarecachedbydefaultinthebuffercache.C.TheLO

题目
Evaluatethefollowingcommand:SQL>CREATETABLEdesign_data(idNUMBER,docCLOB)LOB(doc)STOREASSECUREFILE(DEDUPLICATE);Whichstatementistrueregardingtheabovecommand?()

A.TheLOBvaluesareautomaticallycompressed.

B.TheLOBvaluesarecachedbydefaultinthebuffercache.

C.TheLOBvaluesareautomaticallystoredinencryptedmode.

D.AllLOBdatathatisidenticalintwoormorerowsinaLOBcolumnsharethesamedatablocks.


相似考题
更多“Evaluatethefollowingcommand:SQL>CREATETABLEdesign_data(idNUMBER,docCLOB)LOB(doc)STOREASSECUREFILE(DEDUPLICATE);Whichstatementistrueregardingtheabovecommand?() ”相关问题
  • 第1题:

    Evaluatethefollowingcommand:SQL>ALTERSYSTEMSETdb_securefile=’IGNORE’;WhatistheimpactofthissettingontheusageofSecureFiles?()

    A.ItforcesBasicFilestobecreatedeveniftheSECUREFILEoptionisspecifiedtocreatetheLOB

    B.ItforcesSecureFilestobecreatedeveniftheBASICFILEoptionisspecifiedtocreatetheLOB

    C.ItdoesnotallowthecreationofSecureFilesandgeneratesanerroriftheSECUREFILEoptionisspecifiedtocreatetheLOB

    D.ItignorestheSECUREFILEoptiononlyifaManualSegmentSpaceManagementtablespaceis usedandcreatesaBasicFile


    参考答案:A

  • 第2题:

    在Oracle中,DBMS_LOB程序包的()过程用于删除指定的BLOB或CLOB。

    A.delete

    B.erase

    C.remove

    D.empty_lob


    参考答案:B

  • 第3题:

    5、空白限、检出限和定量限三者在数量上的关系为

    A.LoB < LoD ≤ LoQ

    B.LoB < LoD < LoQ

    C.LoB < LoQ ≤ LoD

    D.LoB < LoQ < LoD


    LoB < LoD ≤ LoQ

  • 第4题:

    Examine the following command:CREATE TABLE (prod_id number(4),Prod_name varchar2 (20),Category_id number(30),Quantity_on_hand number (3) INVISIBLE);Which three statements are true about using an invisible column in the PRODUCTS table?()

    A. The %ROWTYPE attribute declarations in PL/SQL to access a row will not display the invisible column in the output.

    B. The DESCRIBE commands in SQL *Plus will not display the invisible column in the output.

    C. Referential integrity constraint cannot be set on the invisible column.

    D. The invisible column cannot be made visible and can only be marked as unused.

    E. A primary key constraint can be added on the invisible column.


    参考答案:A, B, C

  • 第5题:

    空白限、检出限和定量限三者在数量上的关系为

    A.LoB < LoD ≤ LoQ

    B.LoB < LoD < LoQ

    C.LoB < LoQ ≤ LoD

    D.LoB < LoQ < LoD


    A