How do u write a program in session method so that it creates the session and run the session itself without going to sm35
3 11275Dear All, Question for this Week Find out possible error(s) (either at compile time or at runtime) in the following PL/SQL block. State the reason(s) and correct the errors. Declare Cursor C1 is select ename, sal, comm from emp; Begin For i in C1 Loop If i.comm between 299 and 999 then Dbms_output.put_line(i.Ename || ‘ ** Good Commission’); Elsif i.comm > 999 then Dbms_output.put_line(i.Empno || ‘ ** Very Good Commission’); close C1; Else Dbms_output.put_line(i.Ename || ‘ ** ’ ||nvl(i.comm,‘O’)); End if; End Loop; End;
7 12636. Which of the following layers of the earth is believed to have the heaviest mineral materials of highest density (1) Central core (2) Crust (3) Mantle (4) Both (2) and (3)
1 7031Post New Accenture Interview Questions
What is difference between xml and xhtml?
How many keywords are used in c++?
What is merge sort in java?
Where should i find checkpoint and virtual objects's Object properties and values in the QTP 9.2 Means where checkpoints or virtual objects related data will store If i want to get the runtime object properties how can i use Getroproperties on Checkpoints
What are the advantages of row-based tables?
What do you mean by a local block?
Tell me in which peoplecode event does all data validation take place?
Explain wrapper classes in java?
How many rows and columns are there in excel 2013?
What is the Environment Variable need to Set to TRIM in Project Level?(In transfermer, we TRIM function but I need to impliment this project level using Environment variable)
List types of http requests?
DEAR SIR, IS IT ANY BARC TECHNICAL OR INTERVIEW QUESTION BOOK IN CHEMICAL ENGG LAST YEARS IN MARKET? ALSO GIVE THE PATTERN HOW TO PREPARE AND WHAT TYPE OF QUESTION THEY ASKED?
What type of learning is needed when the system needs to adapt to rapidly changing data?
What is j2ee module?
I have written an assembly that I want to use in more than one application. Where do I deploy it?