SQL Server Functions Question:
Download Job Interview Questions and Answers PDF
Explain database Normalization?
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.
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 Interview Questions And Answers
PDF
Previous Question | Next Question |
What are scalar functions? | Explain Steps of normalization? |