Concept:CRUD is a database acronym that names the four basic operations used to manage persistent data.
Explanation:CRUD stands for Create, Read, Update, and Delete.
Each letter represents one core database function.
The letter R specifically refers to the operation of viewing or retrieving stored data.
In database terms, this operation is commonly called Read.
It is used to select and display records from a table without changing them.
Therefore, among the options given, R means Read, not Retrieve, Redirect, or Relate.
Answer:C. Read