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)

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)


相关考题:

And the cars are tested for defects before leaving the factory.A.functionsB.faultsC.motionsD.parts

〈html〉〈/html〉的二级子标签是() A.〈p〉〈/p〉B.〈heAD〉〈/heAD〉C.〈BoDy〉〈/BoDy〉D.〈tABle〉〈/tABle〉

Would you find out how many parts you need to design a well-structured answer to why should I hire you?A.2 parts.B.3 parts.C.5 parts.D.4 parts.

为了标识一个HTML文件应该使用的HTML标记是()。A、p/pB、boby/bodyC、html/htmlD、table(/table

标记一般包含在记中()。A.head/headB.p/pC.body/bodyD.table/table

为了标识一个HTML文件应该使用的HTML标记是_____。A.<p></p>B.<body></body>C.<html></html>D.<table></table>

【单选题】对于建立在数据库上的DDL触发器,常用的激活DDL触发器的事件不包括()A.Create_Table,Alter_Table,Drop_TableB.Create_View,Alter_View,Drop_ViewC.Create_Procedure,Alter_Procedure,Drop_ProcedureD.Rollback

为了标识一个HTML文件应该使用的HTML标记是A.<p></p>B.<boby></body>C.<html></html>D.<table></table>

在网页的源代码中表示加粗文字显示的标记是()。A.<b></b>B.<p></p>C.<body></body>D.<table></table>

HTML标记语言中,表格由下列哪个标签定义?A.<table></table>B.<p></p>C.<a></a>D.<img/>