What is normalization and types of normalization?

Answer Posted / tariku

a systematic way of ensuring that a database structure is
suitable for general purpose querying & free of certain
undesirable characteristics insertion,update,& deletion
anomalies that could lead to a lose of data integrity

Is This Answer Correct ?    31 Yes 19 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can function return multiple values in sql?

735


How to handle bulk data?

1052


What is nvarchar in sql?

715


What are instead of triggers?

791


What are joins in sql?

719






Why do we need view in sql?

730


What is db journal file?

685


define sql update statement ? : Sql dba

807


i have a column which may contain this kind of value: 123*67_80,12*8889_5,34*8_874 ,12*7_7 (can contain space before a comma, and this string length can be anything) now i want to split this value into two column like: column1: 123*67,12*8889,34*8,12*7 column2: 80,5,874,7 use function for this

1279


Why we use join in sql?

702


Can we use pl sql in mysql?

711


Can we edit a view in sql?

715


What is difference between db2 and sql?

721


How to use sql statements in pl/sql?

798


How many row comparison operators are used while working with a subquery?

754