97.5k views
1 vote
What justification can you give for normalizing a database if the database is designed only for SELECT query statements?

a. lack of redundancy eases understanding.

b. normalized tables may correspond more naturally to the types of queries to be posted.

c. both a. and b.

d. neither a. nor b.

1 Answer

3 votes

Answer: C) Both (a) and (b)

Step-by-step explanation:

Normalizing the database is the technique by which the tables of contents are organize for the transaction. Minimizing the redundancy make easy to understand the data and information.

The arrangement of the data into the logical groups basically describe the integrity of the data. By normalizing the database we can easily access and also manipulate the information more faster.

User WYS
by
5.0k points