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 11490Dear 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 12923. 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 7117Post New Accenture Interview Questions
Is sybase relational database?
Describe what happens in your browser as soon as you hit enter after writing a URL in the address bar.
How to disable layout from controller?
How do you control for biases?
What is subrogation? : insurance sales
How to check from the ok boot prompt?
Explain how to execute a php script using command line.
What are the differences between DMT and G.Lite?
What is the meaning of callback function?
What do you mean by registry?
Explain department stores.
How do you set a field so the user can edit it?
How do I add a row to a table in word 2007?
What happens when a function doesn’t have a return statement? Is this valid?
What are the problems faced by java programmers who don't use layout managers?