Code has been added to clipboard!

Creating SQL Index

Example
CREATE INDEX indexname
ON tablename (column1, column2, ...);