Answer:
Form
Step-by-step explanation:
A form, also called a View, is a presentation form created by the programmer to display selected information fields from a database (coming from one or multiple tables) to the user.
The programmer defines in the form which fields can be edited by the user and which cannot.
A report also presents selected data to the user, but it's in read-only mode, could be on screen or in the printed form.
A query is a request for data sent to the database.
A key is a data table feature that allows to retrieve data more easily.