When working with SQL based relational databases the words database and schema mean the same thing.
Indexes are created automatically for the columns that have primary and foreign keys as a constraint as well as the unique constraint.
Indexes don't change any details about the tables, they just make retrieving data from the faster.