What is Database normalisation
Answers were Sorted based on User's Feedback
Answer / pallavi
Well a relational database is basically composed of tables
that contain related data. So the Process of organizing
this data into tables is actually referred to as Database
normalization.
mail id
pallavi.panchbhai@gmail.com
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / mercy
Data base normalization is done to avoid redundancy of
data.
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / kazi
Normalization is the process of efficiently organizing data
in a database. There are two goals of the normalization
process: eliminating redundant data (for example, storing
the same data in more than one table) and ensuring data
dependencies make sense (only storing related data in a
table). Both of these are worthy goals as they reduce the
amount of space a database consumes and ensure that data is
logically stored.
| Is This Answer Correct ? | 1 Yes | 0 No |
write test cases forthe function f=a+b ?
what is fpa ?
plz tell me the V model with complete explanation(not definition)
Hi, I want to apply jobs on manual testing with 6 months experience can any body sent a cv.
what is positive and negative testing with example?
what is uml
What are the different types of doccuments we can use in mannual testing?
tell me any bug which u could not able to find
Can automation testing replace manual testing?
please help me to write sample tets cases for a List box
What type of testing skills we required for a testing.
what is cyclomatic complexity and what is the formula used for it