sql how to add an index to a column code example Example: sql create index CREATE INDEX index_name ON tableName (tableColumn);