Agile methodology is Iterative and incremental method of software development
Agile methodology is Iterative and incremental method of software development
delete from emp where rowid not in ( select max( rowid) from emp group by deptno);
ETL Testing is all about extracting the data from the source system(like flat file, excel,xml and DB, etc), transforming the data as per business logic, and then loading the data into the target. And then testing the data from source and target is matching or not.
© 2024 All rights reserved