Answer Posted / ruruja
using unix command....
$Uname -r
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is autocall macro and how to create autocall macro? what is the use of it?
What is SOLID Principle in Programming Language?
what is best way to create a Thread class & why?
Write a program to create a process in UNIX
What is %Type,%Rowtype?
Code for display the images from drive using vb 6.0?
how to study PHP my own? i reffered many sites.. but as being a fresher i couldnt follow those... which site will be the best one?
what are the 3 forms of a prolog term
Bonjour, svp je veut voir comment envoyer un mail en java et comment changer le droit d'accé d'un fichier en java: de lecture en lecture/écriture et merci d'avance ;)
could you please tell me how to draw the calibration curve for HPLC {the software which we are using}?
Define distributed queries. can you explain me as soon as possible
what is the work of 1tier,2tier,&ntier? 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
details description on this mantis? who is founder of this mantis?
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".