Choose one of the ways to restrict user update and read requests
to specific fields of a physical database file.
- Create a logical view of the physical file that includes only the
fields to which you want your users to have access.
- Use the SQL GRANT statement to grant update authority to specific columns
of a Structured Query Language (SQL) table.