欢迎来到PP题库网 PP题库官网
logo
全部科目 > IBM认证考试 > IBM(000-730)

单项选择题

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)

点击查看答案

相关考题

微信小程序免费搜题
微信扫一扫,加关注免费搜题

微信扫一扫,加关注免费搜题