Given the following DDL for the PARTS table:CREATE TABLE parts (part_no INT(9) NOT NULL, part_name VARCHAR(24), part_remain INT(9));All part numbers entered will be different and all rows should be displayed in order of increasing part numbers whenever th

题目

Given the following DDL for the PARTS table:CREATE TABLE parts (part_no INT(9) NOT NULL, part_name VARCHAR(24), part_remain INT(9));All part numbers entered will be different and all rows should be displayed in order of increasing part numbers whenever the table is queried. Which of the following create index statements will meet this criteria and require the least amount of storage for the index object?()

A.CREATE UNIQUE INDEX idx_partno ON parts(part_no)

B.CREATE UNIQUE INDEX idx_partno ON parts(part_name ASC)

C.CREATE UNIQUE INDEX idx_partno ON parts(part_name, part_no ASC)

D.CREATE UNIQUE INDEX idx_partno ON parts(part_no, part_name ASC)


相似考题
参考答案和解析
参考答案:A
更多“Given the following DDL for the PARTS table:CREATE TABLE parts (part_no INT(9) NOT NULL, p ”相关问题
  • 第1题:

    标记一般包含在记中()。

    A.<head></head>

    B.<p></p>

    C.<body></body>

    D.<table></table>


    正确答案:A

  • 第2题:

    【单选题】对于建立在数据库上的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

  • 第3题:

    在网页的源代码中表示加粗文字显示的标记是()。

    A.<b></b>

    B.<p></p>

    C.<body></body>

    D.<table></table>


    B

  • 第4题:

    为了标识一个HTML文件应该使用的HTML标记是_____。

    A.<p></p>

    B.<body></body>

    C.<html></html>

    D.<table></table>


    C

  • 第5题:

    为了标识一个HTML文件应该使用的HTML标记是

    A.<p></p>

    B.<boby></body>

    C.<html></html>

    D.<table></table>


    C

  • 第6题:

    HTML标记语言中,表格由下列哪个标签定义?

    A.<table></table>

    B.<p></p>

    C.<a></a>

    D.<img/>


    A