Answer Posted / Arun Singh Rawat
Normalized data is a database design strategy that eliminates redundant data by separating data into multiple tables. Each table focuses on one entity and only contains the primary key and foreign keys to other tables. This improves data integrity but can make queries slower due to the need for joins between tables.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers