Question - What is the benefit of denormalization?
Answer -
Denormalization adds required redundant terms into the tables to avoid using complex joins and lots of other complex operations. Denormalization doesn’t mean that normalization won’t be done, but the denormalization process takes place after the normalization process.