I have worked with creating tables and keys, basic stuff. No experience with indexes. So the question is: Do I need to manually create any index or does MySQL auto create it for me for all tables i create?
If I need to create them does it mean any column with a PK and FK needs to be indexed or is this business logic related on which columns need indexes and which dont.