SQL Server Functions Question: Download MS SQL Server Functions PDF

Explain database Normalization?

Tweet Share WhatsApp

Answer:

It is the process of organizing data into related table.
To normalize database, we divide database into tables and establish relationships between the tables.
It reduces redundancy. It is done to improve performance of query.

Download MS SQL Server Functions PDF Read All 12 MS SQL Server Functions Questions
Previous QuestionNext Question
What are scalar functions?Explain Steps of normalization?