is it sufficient to normalize a database up to 3NF?

Answers were Sorted based on User's Feedback



is it sufficient to normalize a database up to 3NF? ..

Answer / ramesh

3NF is morethan enough.

Is This Answer Correct ?    3 Yes 1 No

is it sufficient to normalize a database up to 3NF? ..

Answer / praveen hattikal

It all depends on users aproach towards data
selec/inserts/updates
... Normelization affects data retrival severely.
we can go up to BCNF

Is This Answer Correct ?    2 Yes 0 No

is it sufficient to normalize a database up to 3NF? ..

Answer / shwetal

If possible It should be normalize upto BCNF but it completely depends on the data

Is This Answer Correct ?    1 Yes 0 No

is it sufficient to normalize a database up to 3NF? ..

Answer / jdfiji

dependent on application. Most transactional based
databases require this to avoid duplication etc. However,
OLAP, these type of databases (typically those used in data
warehouses etc.) are not necesarrily normalised as they are
built for performance of querying the data contained within.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Database Management Interview Questions

Explain what are the two types of oltp?

0 Answers  


What is a database report?

0 Answers  


Explain, why is rdbms better than dbms?

0 Answers  


From which command ENQUEUE_RESOURCES parameter information is derived from ?

1 Answers  


What is cursor and where do you use them?

2 Answers   eBay,






What is optimization in database?

0 Answers  


Explain a checkpoint and when does it occur?

0 Answers  


What are the database skills?

0 Answers  


What is database normalization with example?

0 Answers  


Is access a database program?

0 Answers  


What is the advantage of using preparedstatement?

0 Answers  


What do you mean by e-r model & object-oriented model?

0 Answers  


Categories