index
guid_field
CREATE INDEX guid_field ON students123 (guid_field);
ALTER TABLE `students123` DROP INDEX `guid_field`;
Pro tip: use ```triple backticks around text``` to write in code fences