RelationalDBDesign
SiteMap
Advanced SQL
Essential SQL
Interview Questions
SQL Foundations
«Prev
Next»
SQL Introduction
Course Prerequisites
Select Statement
What is SQL
Sample SQL Statement
Client/Server Request
SQL 92 (History)
SQL Dialect Variations
Database Selection
Database Setup
MS-SQL Server
SQL Module Review
Relational Databases
Relational vs Flatfile
Different Storage Formats
Relational DB Analogy
Database Normalization
Data Table Example
Normalization Example Table
Table Normalization - Exercise
Three Normalization Levels
Relational Flatfile DB
SQL Columns Rows
SQL Foundations
Database Elements
Database Spreadsheets
Database Parts - Quiz
Table Structure SQL
Create Table
Databases Column Types
Table Index
Create Index Column
Database Index Engine
Database Foundations - Quiz
SQL Insert
SQL Select Statement
Selecting Information
Tables Rows Dsatabase
Querying XML
Table Querying
SQL Conclusion
INTO Statement
Order By Clause
SQL Into Statement
Filtering Select
Where Clause
Like Statement
into Statement
Sorting Data
Order by Clause
Sort Select
Ascending Descending Order
Select Statement
More SQL
Filtering Select Statement
Joining Tables
Join Where Clause
SQL Joins Explained
Where Clause Join
inner-outer-joins
left-right-full-joins
left-right-joins
SQL Union Operator
SQL Join Conclusion
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.