An index seek is a database operation that efficiently retrieves rows from a table by using an index to directly locate the desired data, minimizing the need to scan the entire table. This operation is optimal for queries that filter data based on indexed columns, significantly improving performance compared to a full table scan.