Code has been added to clipboard!

Inserting SQL Index

Example
CREATE INDEX idx_lastname
ON Persons (LastName);