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 |
What is 3-Tier Architecture. How It will be implemented. Anybody can explain it in detail with easily understandable example. Thanks in advance..
Is apllication is window base or Linux base it create any diff. from QA point of View.?
Do you agree testing is needed?Justify it?
In a web application one page is getting open in server & if i tries to open the same page in the local system,application is throwing page not found error. what are all the possible scenarios? Please let me know the scenarios
Any one please tell the adhoc testcases for Gmail application?
Hi Friends Can Any one give test cases on Credit card system
What is Configuration management? Tools used?
What is the difference between Test case and test scenario? which is the best one you preferred?
What is the difference between software Product and Project
please give me the template of tracebility matrix ? i need whicch is commanly used in real time...
How you can ensure that Bug is Duplicate?How to solve?
What is the different between Test Case and Use Case