What is database normalization?
Answer Posted / shruti
Normalization is the process of breaking tables of a
database into smaller tables and defining relations between
them to make them more flexible, efficient and to remove the
modification anamolies from the database.
| Is This Answer Correct ? | 15 Yes | 1 No |
Post New Answer View All Answers
Is it important for a database administrator to understand the operating system and file access?
Can we use trigger new in before insert?
What are the difference between primary keys and foreign keys?
What are differences in between sql server 2012 and sql server 2016?
Define msdb database?
How to create function without parameter in sql server?
how you can list all the tables in a database?
Explain “@@rowcount” and “@@error” in sql server?
How to provide column names in insert statements in ms sql server?
what are different types of backups available in sql server? Given a particular scenario, how would you go about choosing a backup plan? : Sql server database administration
How to see existing views in ms sql server?
Can a rule be bound to any column of any data type?
Explain how you can configure a running aggregate in SSRS?
Where is my database stored on the hard disk in ms sql server?
What are information schema views?