adspace
Answer Posted / Md Akram
No, MySQL does not automatically create an index on foreign key columns. If you want to improve performance when querying data that involves foreign key relationships, you should manually create an index on the foreign key column using the `CREATE INDEX` command.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers