Solved

To Create an Index Named RepBal with the Keys RepNum

Question 9

Multiple Choice

To create an index named RepBal with the keys RepNum and Balance and with the balances listed in descending order,the command is ____.​


A) ​CREATE INDEX RepBal ON Customer (RepNum, Balance) ;
B) ​CREATE INDEX RepBal Customer (RepNum DESC) ;
C) ​CREATE INDEX ON Customer (RepNum, Balance ASC) ;
D) ​CREATE INDEX RepBal ON Customer (RepNum, Balance DESC) ;

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions