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 is the security principal at the server level that represents your session?
How to find which stored procedure is currently running in sql server?
What is the ‘fillfactor’?
What is trace flag in sql server?
How you can get the list of largest tables in a database?
What are the various editions of sql server 2017 that are available in the market?
Why use triggers?
How to rename an existing column with sql server management studio?
What is the difference between ddl and dml?
What is the difference between a local and a global temporary table?
Define the one-to-one relationship while designing tables.
Does the unique constraint create an index?
What does the update command do?
What is temporary table in sql server? Why we use temp table?
Which are the olap features?