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 / 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 |
What is the difference between Functional testing and Unit Functionality testing?
Explain All-pairs testing?
I need a Test case templetes for Yahoo Mail ID
why did u choose software testing as ur profession????
what is accessibility testing?
What is Independant Testing? When and where this type of testing will be performed?
How can it be known when to stop testing?
what is authorization & authentication?
Tell me the advantage and disadvantage of cookies?
what is a Checklist
where do u store u'r Test cases?
What is the diffrence between Beta Testting & Acceptance Testing