Indices are data structures used to provide faster access to data in database tables. Adding an index to one or more columns in a database table is a method used to query and filter data in this column more quickly. Indices can enhance query performance and assist in the more effective operation of database queries.