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
What are the advantages of user-defined functions over stored procedures in sql server?
What is report server project?
What is dirty page?
Explain can SSRS reports Cache results?
Does table partitioning improve performance?
What you can do to delete a table without the delete trigger firing?
What is scheduled job and how to create it?
What are the different index configurations a table can have?
how can you select rexcord(rows) from table A which is not present in Table B . Id being the FK in Table B referencing to ID Table A
How is a full-text index updated?
How to set database to be read_only in ms sql server?
Explain go command in sql server?
What is the difference between update lock and exclusive lock?
Can we create clustered index on composite key?
What is parameterized reports in ssrs ?