Share these flash cards

With group: None
HTML link to set: Tiny link:
Share on Facebook Share on MySpace

All 3 terms

TermDefinition
indexcan be created in a table to find data more quickly and efficiently
CREATE INDEX index_name ON table_name (column_name)Creates an index on a table. Duplicate values are allowed:
CREATE UNIQUE INDEX index_name ON table_name (column_name)Creates a unique index on a table. Duplicate values are not allowed:

Set Information

Terms 3
Creator jtwilliams00
Created March 30, 2009
Groups None
Subject SQL
Access Anyone
Edit Creator Only
Get Quizlet ad-free
Pop out

Discuss

No Messages
Last Message: never

You must be logged in to discuss this set.