移动端

  • 题王微信公众号

    题王微信公众号

    微信搜“题王网”真题密题、最新资讯、考试攻略、轻松拿下考试

单选题

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?()

发布日期:2022-07-15

Given the following DDL for the PARTS table:CREATE...
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)

标签: "暂无标签"

题王网让考试变得更简单

扫码关注题王,更多免费功能准备上线!