Answer Posted / amit bhardwaj
sdlc(software devlopment life cycle)
This is cycle that show step of how to devloped
application/project.
step of sdlc
1.Meeting with client.
2.Requirement.
3.Analysis/collect information.
4.Coding.
5.Testing.
6.Maintanance & support.
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
Can you implement SCD2 using join, transformer and funnel stage?
Why we use surrogate key?
Differentiate between data file and descriptor file?
1.what is repartionoing technique? 2.what deliverables transferred to client using datastage? 3.how to write loop statements using nested loop sequence?
What is the difference between Datastage 7.5 and 7.0?
What are stage variables?
Can you explain repository tables in datastage?
If you want to use the same piece of code in different jobs, how will you achieve it?
What is orabulk stage?
What are data elements?
how to write server Routine coding?
What is difference between join, merge and lookup stage?
Define Merge?
What is the use of hoursfromtime() function in transformer stage in datastage?
Hi guys, Please design a job for dis requirement with derivation(solution). my source table like dis. emp_no qualification 1 a 1 c 2 a 3 c 3 b To loaded to target like dis emp_no qualification 1 b 2 b 2 c 3 a my requirement is every employer have three qualifications i.e a,b and c. what qualification missed in source table that will be move to target systems. Hope u got it the requirement. Right Thanks.