Answer Posted / pragyan
database normalization is a data design and organization process applied to data structures based on rules that help building ralational databases.and usually it involves dividing a database into two or more tables and defining relationships between the tables.
de-normalization is the process of attempting to optimize the performance of a database by adding redundant data..
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is cursors?
How do I save a stored procedure in sql server?
What are the types of table?
What guidelines should be followed to help minimize deadlocks?
Where sql server user names and passwords are stored in sql server? : sql server database administration
What are the components of dbms?
What is temporary stored procedure?
How many cores do I need for sql server 2016?
What are partitioned views and distributed partitioned views?
What is filtered index?
How many categories of data types used by sql server?
What are the steps you must follow to hide sql server instances?
What's the information that can be stored inside a bit column?
When columns are added to existing tables, what do they initially contain?
State the difference between union and union all?