Computer Science, asked by graceluhan8990, 9 months ago

What should be used to remove the redundancy from the database

Answers

Answered by priyapayal0011
1

Answer:

1st normal form: Avoid storing similar data in multiple table fields.

1 Eliminate repeating groups in individual tables.

2 Create a separate table for each set of related data.

3 Identify each set of related data with a primary key.

Similar questions