What is %Type,%Rowtype?
No Answer is Posted For this Question
Be the First to Post Answer
What is the language used for Artificial Intelligence?
what is delegate and delegation model give the real live example on delegate model
WS-NUM PIC S9(05)V(02) SIGN TRAILING SEPARATE MOVE '0050000+' TO WS-NUM The value stored is 00500,00+ MOVE '0050000-' TO WS-NUM Then what is the value will be stored in WS-NUM? Am getting '-00500,00'.....>>> What should I declare to WS-NUM so that I can get correct values for both + & - signs.
what is the work of 1tier,2tier,&ntier? Plz Explain it!
Why did you ever become involved in QA/testing?
write a program for finding the union of two integer array in java?
how can i split string in a textbox in windows appication using C#.net
What is the difference between CriteriaQuery and CreateQuery in Hibernate???? Thanks in advance!!!!!!
How many packages available in java??
3 members in a pf.how we read 3 members without using ovrdbf.using rg pgms....
What are the other ways to create an object with out calling new keyword in java?
There is a table which contains all the employee details, unfortunately there is mistake occured while entering the data. ex: ------------------------------- empid empname gender address ------------------------------- 1 abcd f address1 2 defg m address2 3 ghth m address3 4 jkil f address4 write a update query that will change gender 'm' to 'f' and 'f' to 'm'