please explain Nomalization in dbms?
Answers were Sorted based on User's Feedback
Answer / ankit srivastava
Normalization is the technique that removes redundancy in
table.It ensures that there is no any duplicate data in table.
Is This Answer Correct ? | 16 Yes | 0 No |
Answer / venkatesh kumar.s
Normalization is the process of the analyzing given
relations schema based on functional dependencies and
primary key to acheive the desirable properties of
1)Minimizing the redundany
2)Minimizing the insertion,update and deletion problems
is called a normalization.
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / voota durga prasad
Normalization is the process of designing a data model to
efficiently store data in a database. The end result is that
redundant data is eliminated, and only data related to the
attribute is stored within the table.
Is This Answer Correct ? | 4 Yes | 0 No |
Answer / ilaya
normalization is the process of the analyzing the related
database is functional dependencies and primary key is called
a normalization.
Is This Answer Correct ? | 5 Yes | 3 No |
Answer / ilaya
normalization is the process of the analyzing the related
database is functional dependencies and primary key is called
a normalization.
Is This Answer Correct ? | 2 Yes | 1 No |
Can Full Backup be performed when the database is open ?
Define join and enlist its types.
How to determine who is and change the owner of database?
Enlist some commands of ddl, dml, and dcl.
Explain about the properties of cursors?
What are ACID properties?
11 Answers Amazon, Cap Gemini,
Describe the difference between homogeneous and heterogeneous distributed database.
When does checkpoint occur?
Could you give me an example how, where I code checkpoint and restart. I need and example
What is the purpose of database management system?
Mention the differences between the clustered and non-clustered index
Why normalisation is required?