what is Normalization?
Answers were Sorted based on User's Feedback
Answer / cr
Normalization is a design technique to develop table
structures. Purpose of normalization is to eliminate
redundant data.
Is This Answer Correct ? | 13 Yes | 1 No |
Answer / murthybabu
The process of decomposing tables to eliminate data
redundancy is called Normalization.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / subhash
Normalizatiin is the scientific method of breaking down
complex table sturcture into simple table structure by
using certain rules.using this method you can reduce
redundency in a table and eliminate the problem of
inconsisteny and disk space usage.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / sudipta
Normalization is a technique by which successive redundancy
of a given relation is make into a more easier form.it
improves the tuple quality and make the data in a
consistence state,also helps to improves redundant data.
(Higher the normal form better the tuple type)
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / anjali
normalization is to crystalizing the table into small
tables to avoid the redundancy. splitting table into small
ones.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / gladys
Is the process of efficiently organizing data in a database.
Is This Answer Correct ? | 0 Yes | 2 No |
What are cursors? Explain different types of cursors?
Can you have a nested transaction?
Explain about the relational database?
I have a few records all are same structures data, I want to store data in multiple targets how
0 Answers CTR, Infosys, Polaris,
What are defaults? Is there a column to which a default can't be bound?
what is difference between primary key and unique key ?
What is a self join? Explain it with an example?
Pgm A calls Pgm B and pgm B uses cursor, when pgm B is called second time, the program is abending saying the cursor is opened? Why?
What is dbms explain in brief?
What are triggers? How many triggers you can have on a table?
What are the constraints on severity level in raiseerror?
How to generate OIDS