Concept:A query is the database feature used to retrieve, select, and filter data from one or multiple tables based on given conditions.Explanation:Queries allow users to request specific information from a database.They can combine data from multiple tables using relationships.Queries also help filter records by applying criteria.Forms are for data entry, tables store data, and reports present formatted output.Only a query can select and filter data across multiple tables.Answer:C. Query