Code has been added to clipboard!

Adding an SQL Index in a Table

Example
CREATE INDEX idx_lastname
ON Persons (LastName, FirstName);