Logo 
Search:

Oracle Articles

Submit Article
Home » Articles » Oracle » Common StatementsRSS Feeds

CREATE INDEX

Posted By: Noah Evans     Category: Oracle     Views: 1571

CREATE INDEX with example

CREATE INDEX

CREATE INDEX index_name
ON table_name(column_name1, [column_name2], ...);

the contents of the indexed field(s). 

  
Share: 

 
 
 

Didn't find what you were looking for? Find more on CREATE INDEX Or get search suggestion and latest updates.

Noah Evans
Noah Evans author of CREATE INDEX is from London, United Kingdom.
 
View All Articles

 
Please enter your Comment

  • Comment should be atleast 30 Characters.
  • Please put code inside [Code] your code [/Code].

 
No Comment Found, Be the First to post comment!