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 |
Name the Documents which are send to client once testing is completed?
In Agile process, If you have not completed task in the Sprint time, How do you complete the task or do you add the task to next sprint.
diffrence between srs and frs
what is the difference between Test case and Test scenario? is it necessary to prepare scenarios before writing test cases?explain in detail.
manual&automation testing
What is the diff betwn Functional nad regression testing and do u excute same test case or write new one for regression
what is test summry report ?plz explain?
where can i learn domain knowledge? how cab i gain domain knowledge? what types of Questions can be asked in domain(BFSI)? PLZ REPLY ME
How to create Test Cases Based on Test Plan ? Is there any approach following for creation of test cases?
What is Entry Criteria & Exit Criteria
what is the differance between debugging and testing?
How we validate and creating frameworks?