What is normalization?
Answers were Sorted based on User's Feedback
Answer / anjana
Normalization is the process of efficiently organizing data
in a database. There are two goals of the normalization
process: eliminating redundant data (for example, storing
the same data in more than one table) and ensuring data
dependencies make sense (only storing related data in a
table). Both of these are worthy goals as they reduce the
amount of space a database consumes and ensure that data is
logically stored.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / ghous
well normalization is a broader concept and couldbe called
the back bone of RDBMS..
it involves multiple steps and levels ranginf grom 1-5
that removes dependencies repetition etc...
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / raj
It is the process of deciding which attributed has to
grouped to avoid data redundancy.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / jerry joseph
Normalization is the process of removing redundant data and
preventing anomalies during database updates.
we have 1st degree, 2nd degree 3rd degree etc..
3rd degree normalization is commonly used.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / jai
It is the process of desiging narrow tables from the
collection of data to avoid repition of data
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / guest
Well a relational database is basically composed of tables
that contain related data. So the Process of organizing this
data into tables is actually referred to as normalization.
| Is This Answer Correct ? | 1 Yes | 1 No |
normalization is a design process for representing data in
tabular format.the five normal forms are progressive rules
to represent the data with minial redundancy
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / ricky
relational database is composed of related data. so method
to combine these table together is known as normalisation.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / maheswar reddy s
Normalization is database scheema design technique.by which an existing database modified to minimize the redundency and dependency of data
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you find the number of rows in a table?
how many layers of tcp/ip protocol combined of? : Sql server database administration
What you can do to delete a table without the delete trigger firing?
what is new philosophy for database devises for sql server 7.0? : Sql server database administration
Explain external key management in sql server 2008
what are the main differences between ms access and sqlserver
Benefits of Stored Procedures?
Wht is the difference between stored procedure and trigger
Describe the left outer join & right outer join. : sql server database administration
What are .mdf files?
What are the database roles? : sql server security
Write the Syntax for Cursors.
2 Answers CarrizalSoft Technologies, HP,
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)