What is normalization? dec 2009
Answers were Sorted based on User's Feedback
Answer / akki julakanti
Normalization is a process to reduce the redundency in a
table.Here the redundency is reduced but not eliminated.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / tanuj
Normalization is process to remove the data redundancy from
a table.
| Is This Answer Correct ? | 7 Yes | 2 No |
Answer / ratnam
Normalisation is the process of taking data from a problem
and reducing it to a set of relations while ensuring data
integrity and eliminating data redundancy
| Is This Answer Correct ? | 2 Yes | 0 No |
When would you denormalize?
8 Answers MBT, Microsoft, MMU,
how to eliminate null values in a column i.e table vlaues 1 2 3 NULL 3 4 1 5 NULL i want output like this 1 2 3 3 4 1 5 i dnt want to use nvl is null and i dnt want replace the NULL value with any value i.e nvl(col,o);
How do you change a value in sql?
What is the usage of distinct keyword?
Mention what does plvtab enables you to do when you showthe contents of pl/sql tables?
How can use stored procedures in sql?
If we declare constraints Unique and Not null on a single column then it will act as a Primary key, so what is the use of primary key??
Do we need commit after truncate?
what are the differences between get and post methods in form submitting. Give the case where we can use get and we can use post methods? : Sql dba
What is procedure in pl sql?
Which table is left in join?
Explain correlated query work?
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)