How does normalizer works

Can some one tell how normalizer works with an example? Please

Showing Answers 1 - 2 of 2 Answers

RAJ

  • Aug 2nd, 2006
 

Normalization is used to transform non tabular data structure into tabular format mainly required for COBOL data files.

  Was this answer useful?  Yes

Normalizer is used with COBOL database, In COBOL database data is stored in denormalized form, It is used to create multiple rows from single row of data or in other words it converts denormalized data into normalized form.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions