Define Normalization with example?
Answer / babu vincent
Normalization:
normalization is used to reduce the repetition..
for example if a table contains a column repeating same datatype and for same purpose..
look at simple example a item purchased of a customer may contain many which also include separate prices so instead of creating repeated column for each item and price.. one table is created with one column for item name and one for column name.. then relationship(one to many) can be created and records in item table can be connected with cstomer table which includes order no as primary key..
Is This Answer Correct ? | 6 Yes | 4 No |
structural difference between bitmap and btree index ?
what are the differen between key flexifild and discriptive fiexifild.
How to do paging with oracle?
What are the different editions of oracle?
How to load excel data sheet to oracle database
How to recover a dropped table in oracle?
How to insert a record into a table?
Can I create users through internet explorer in oracle 10g?
Is truncate autocommit in oracle?
what is the output of select * from emp where null=null & select * from emp where 1=1
What is recovery manager(rman) backup in Oracle?
What is the relation of a user account and a schema in oracle?