Skip to content

Instantly share code, notes, and snippets.

@akuchotrani
Created July 31, 2019 06:52
Show Gist options
  • Save akuchotrani/e1bb143601189261adad0ef89803043b to your computer and use it in GitHub Desktop.
Save akuchotrani/e1bb143601189261adad0ef89803043b to your computer and use it in GitHub Desktop.
-- General Syntax of creating index in SQL
CREATE INDEX index_name
ON table_name (column1, column2, ...);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment