what is web configuration file
No Answer is Posted For this Question
Be the First to Post Answer
explain how to make a control visible and invisible during runtime
What is the language used for Artificial Intelligence?
Write a program to read and print a text file on screen
can we convert .class file to dll file
needs examples for black box testing and white box testing
hi all, i need ur help in preparing a sql which performs scd2, i mean i have a scd2 mapping i need a sql which can give me same result as scd2 mapping, SRC table: cust_no, loc 01 abc 02 xyz TGT table: pm_ky cust_no loc current_flag 1 01 abc Y 2 02 xyz Y cust 1 has changed his loc to xyz then it loads into TGT table as below, pm_ky cust_no loc current_flag 1 01 abc N 2 02 xyz Y 3 01 xyz Y i need sql to get the above result, hope got me question, Any suggestion will be appreciate.. thanks, Vinod
Diff.b/w Frames and container?
1 Answers Tech Mahindra, Wipro,
what is apt_dump_score in datastage where it is useful
which book we learned this mantis? how many version are realsed this mantis upto now?
Describe the difference between Interface-oriented, Object-oriented and Aspect-oriented programming
Wrtite a JCL for sorting a file with start from 36 postion lenth 9 excluding a num eq to 98768. for 3 marks mainframe
Write a shell program. Enter basic pay of an employee and calculate DA, HRA, Deduction, Gross pay and Net pay as follows: DA = 75 % of BASIC HRA = 10 % of BASIC DEDUCTION = 15 % of BASIC GROSS PAY = BASIC+DA+HRA NET PAY = GROSS PAY-DEDUCTION.