Code has been added to clipboard!

Code for Creating SQL Index

Example
CREATE UNIQUE INDEX indexname
ON tablename (column);