SQL Foundations  «Prev  Next»

Creating Database Index - Exercise

Objective: Create an index on a column in the database table.
You have just created a table, Tokens, with the following columns:
TokenID (numeric)
Token (char 25)
What statement will be required to create an index on the Token column?
Write your answer in the text area below and press the Submit button.