Answer Posted / veena
sgml
| Is This Answer Correct ? | 7 Yes | 5 No |
Post New Answer View All Answers
what is apt_dump_score in datastage where it is useful
How to print No.of.rows affected after updation using ADO.Net
how do u handle table control inbdc explain the process in steps iwant the answer in urgent please forward this even i know how to explain there
How to set fixed width in particular
Write a pascal program to calculate the sum of the first 100 even number and odd number
Is buffer size and file block size is similar? If similar,at which case it will be same size?
Write a program that prints the numbers from 1 to 100. But for multiples of three print "Fit" instead of the number and for the multiples of five print "Bit". For numbers which are multiples of both three and five print "FitBit".
Can i please VHDL code for D-Latch with clear input ?? (HINT: Set up a “Process” with appropriate sensitivity list to get the desired D-Latch with Clr working.) Inputs and Outputs: entity Lab4b is Port ( Clr, Clk, D : in STD_LOGIC; Q : out STD_LOGIC); end Lab4b;
what are the 3 forms of a prolog term
4. What is the need of START 0? Instead if can we use any other numeric? If we use what will happen?
Write a program to create a process in UNIX
iam confused to choose among testing, .net and java can anybody help me????????
can we retrieve only integer/String type columns from a table,if yes how?
What is WEB 3.0? What are the features their in WEB3.0
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