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 11625Dear 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 13155. 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 7186Post New Accenture Interview Questions
What is WP19 Cancel Activity & WP20 Cancel Case?
What is the 2 4 8 rule in powerpoint?
What are the two codes that are used for code display in bootstrap?
How many active assignment rules can you have in a lead/ case?
How to create multiple nested resources?
What is database or database management systems (dbms)?
What is raiseerror? What is raiseerror?
What are the various techniques in black box testing?
What is the sid in oracle?
How would you use the functions randomize() and random()?
Explain how do you print an address?
how do you round the addition or subtraction of two numbers in assembler? what does the following code do? change process tool(code changes from dev to prd) the changes made to your code should be effected in live. How the process takes place. That is how can you move the code changes from development to production?
What is truncate in mysql?
Explain share capital & reserves and surpluses.
In a barber shop there are 2 doors. customer come in 1 door, leave in other. minimum # of chairs. barber spend his life in cutting. always barber can cut 1 customer. few chairs in the shop. if barber busy customer waits, if chairs full, customer leave. if no customer, barber sleeps. treat barber and customer as 2 threads. you can use Semaphore class with arrive and depart and count as parameter.