i have soure and target having 1 laks records same structure
and same data. no primary key. how to do data validation in.
how to identify each and every record same r not. i want check
every record. wat is process.
Answer Posted / suresh
By Using Minus query :
select * from Source
minus
select * from Target;
if it shows no rows found then their is no mismatch between
source and target.
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
Hi guys,I have 3+ years of exp in manual testing in a bangalore based MNC company.I Like to jump in chennai.So please if u know any jobs in chennai firms please let me know in my email-id. anbarasu2k@rediffmail.com. cheers, anbarasu.
What is the difference between a standalone application, client-server application and web application?
do we require any scripting languae to write test cases in test director? what for it is used?it is like back end?only database we can there?
Which model is following in your company for developing software?
Explain the strategy for testing a Java application?
how to indentify memory leakages after the build
Test cases have written according to Flow of the software working or according to Screens?
1.what is the approach while writing test cases in your project. 2.tell some intresting scenareo in your project
Why Equivalence Partitioning is called equivalence or what is the significance of equivalence term in ECP?
In manual testing, what are stubs and drivers?
Please Tell me About Fish-Bone Model. Thanks in Adv.
ive been looking for a junior tester job for quite some time now, but most company keep requisting for experienced staffs, but if i dont start from somewhere how do i get the experience
What is regression testing? When to apply it?
what is difference between win 98 and win 2000 poertating system?which is better one?
Should testing be done only after the build and execution phases are complete?