The basic operation used to select a few records from a database is filtering. This operation allows the user to specify certain criteria or conditions, and only the records that meet those criteria will be selected and displayed. The other options, such as index, delete, and update, are not specifically used for selecting records, but rather for organizing, deleting, or updating existing records in the database.