欢迎来到建筑考试题库网 建筑考试题库官网
全部科目 > IBM认证考试 > IBM(000-734)

单项选择题

Table TAB1 was created using the following statement: CREATE TABLE tab1 (c1 INT, c2 INT, c3 INT, c4 INT, c5 INT); If column C1 is unique and queries typically access columns C1, C2 and C3 together, which statement(s) will createindex(es) that will provide optimal query performance?()

    A.CREATE UNIQUE INDEX xtab1 ON tab1 (c1); CREATE INDEX xtab2 ON tab1 (c2) INCLUDE (c3)  
    B.CREATE UNIQUE INDEX xtab1 ON tab1 (c1) INCLUDE (c2, c3) 
    C.CREATE UNIQUE INDEX xtab1 ON tab1 (c3, c2, c1)  
    D.CREATE UNIQUE INDEX xtab1 ON tab1 (c2) INCLUDE (c1, c3)

点击查看答案

相关考题

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

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