when normalization is required

Answers were Sorted based on User's Feedback



when normalization is required..

Answer / shahnaz

Normalization is used to improve the performance of database and is applied in the last step of logical database design.The Goal of Normalization is to
1.Eliminate the duplicate data from table
2.Ensure data dependency

we can achieve this by creating multiple tables for each set and by creating primary and foreign keys and building relationship between the newly created tables.

Is This Answer Correct ?    4 Yes 0 No

when normalization is required..

Answer / dhivya

when large amount of data required in database we need to find important data.
In normalization there will be important primary keys that must merge together so that we kind find the relations of the keys.
Eg. trans Id,video,cust ID
cust ID be the primary key in customer table
eg. cust ID, name, address, phone no, mail id 

Is This Answer Correct ?    2 Yes 0 No

when normalization is required..

Answer / rizwana

To decompose a large relation into two or more relations then we can use normalization

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

Is merge a dml statement?

0 Answers  


How to run sql commands in sql*plus?

0 Answers  


What is loop in pl sql?

0 Answers  


Mention what pl/sql package consists of?

0 Answers  


HOW TO APPEAR FOR ONLINE EXAMS OF SQL & PL/SQL? WHICH BOOKS WILL BE BETTER FOR REFERENCE TO QUALIFY THESE EXAMS? ARE THERE ANY MODEL PAPERS AVAILABLE IN THE MARKET ABOUT SQL & PLSQL?

2 Answers  






what is self join and why is it required? : Sql dba

1 Answers  


If i can use sys.check_constraints to display my constraints from my database using sql server 2005, how can i display then if i am using sql server 2000????

0 Answers  


What happens if a procedure that updates a column of table X is called in a database trigger of the same table ?

1 Answers  


What is a merge query?

1 Answers  


write a query to find 4th max salary

7 Answers  


What are the types of index in sql?

0 Answers  


what are the advantages of sql ? : Sql dba

0 Answers  


Categories