how to add indexing in sql tables? code example Example: sql create index CREATE INDEX index_name ON tableName (tableColumn);