Hello all, My name is Nrupali, am a fresher, i know C
language
beginner. dont have any experience. planning to learn Php.
let me know which language should i choose to learn or for
salary purpose and growth??? kindly help me to take
decision. thanks
Answer / jagadeesh gupta korada
for salary and career development choosing java is the
best............
| Is This Answer Correct ? | 3 Yes | 0 No |
cgi stands for
how do find the user exit for selected feild whatis the process and can u plz explain it
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
which book we learned this mantis? how many version are realsed this mantis upto now?
what is diff bet ref variable & instance of class
I need to fetch all rows from the table based one field value in the table and later do a condition check if the condition is true I will have to move all the rows present in the data base to output file one else if the condition is not satisfied then move all the records of that field value into another file .Please let me know how to do that
Difference between debugging, running, executing of an application
why should i hire u
I HAVE DONE TESTING TOOLS COURSE,NOW I AM FRESHER,I AM NOT GETTING ANY CALLS,I WANT TO DO THE PROJECT ,WHERE I HAVE TO MEET TO DO THE PROJECT,I AM GOING WITH FAKE EXPERIENCE,SO WHAT I HAVE TO DO.
What is the difference between WebIntelligence and Designer in creating universes?
major characteristics of software system
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;