when normalization is required
Answers were Sorted based on User's Feedback
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 |
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 |
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 |
Which clause of an UPDATE statement allows you to affect only certain rows of a table? 1. The WHERE clause 2. The SET clause 3. The ROWS AFFECTED clause 4. The ORDER BY clause
Hi am new to PLSQL & facing problems in writing code like in SP, Functions, so any one having some SP coding with in depth explanation please share with me my Email ID suvarnaatsuvarna@rediffmail.com Or taking tanning on this please do contact me
What is foreign key and example?
How to pipe multiline string to isql?
How to execute multiple sql statements in a single annonymous block irrespective of the sql statement result?
What is #table in sql?
What is delete command in sql?
How do I run a script in sql developer?
What are the advantages of VIEW?
How many types of normalization are there?
What is the source code of a program?
How many levels can subqueries be nested in a FROM clause?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)