Answer Posted / sakthi
Normalization:
Process of decomposing a longer table into
smaller one, by using normalizaton we can fetch the data
faster. there are different types of normalization below
listed are few important one.
1) 1st normal form
2) 2nd normal form
3) 3rd normal form
4) 4th normal form
5) 5th normal form
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the differences between char and varchar in ms sql server?
Which event (check constraints, foreign key, rule, trigger, primary key check) will be performed last for an integrity check?
What is the chart in report?
What the different components of Replication and what is their use?
Mention the different authentication modes in sql server.
What are the recovery models in sql server 2000?
What is implicit cursors?
What have included columns when we talk about sql server indexing?
Explain how dts is used to extract, transform and consolidate data?
What is normalization of database?
What is your recommendation for a query running very slow? : sql server database administration
How to filter records of table in SQL SERVER?
What is indexed view?
Write a sql query to sort on different column name according to the parameters passed in the function?
How to rebuild indexes with alter index ... Rebuild?