Answer Posted / 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 |
Post New Answer View All Answers
How do I start tns listener?
What are a cluster and non-cluster index?
How translate command is different from replace?
Can objects of the same schema reside in different tablespace?
How to define an oracle cursor variable?
What are set operators?
Use of an integrity constraint is better to validate data. Explain
What is an anonymous block?
What is meant by recursive hints in oracle?
What is Trigger in Oracle?
What's dateware house and what's clustor with practicle example
What is the quickest way to export a table to a flat file?
please explain.. DB architecture ...
Can any one explain me when i execute below query.. select months_between('07-JUL-12','10-FEB-12') from dual; Out put:- 4.90322581 How oracle calculate?
Why does oracle 9i treat an empty string as null?