Why is it uncommon for users to perform searches directly in database tables?
Users are discouraged from interacting directly with tables because they might confuse tables with spreadsheets.
Users are discouraged from interacting directly with tables because this may result in unintended changes to source data.
Users do not have the technical skills required to perform searches directly in database tables.
Users do not have the permissions required to perform searches directly in database tables.

Respuesta :

Answer:

D, Users do not have the permissions required to preform searches directly in database tables.

Explanation:

Typically, when interacting with a database and its contents, use of methods are limited to what the admin of the database allows. An end-user, like on brainly itself, uses querys to look through a table without being shown in its entirety. While those on the developer side of brainly, have full access to a database and its table.

Answer:

D. Users do not have the permissions required to perform searches directly in database tables.

Explanation:

:)

ACCESS MORE