hi..........i m Accenture employee...Accenture is an IT company having itz branches in India at Mumbai, Pune,Delhi, Hyderabad, Chennai and Bangalore....Presently there are openings here for SAP, Testing, Oracle,Java,.NET,MAinframe and Peoplesoft...... I am a software engineer working with Accenture,Mumbai....u can mail me in your resume..i`ll forward it to our HR team...my mail id: pankit.lodaya@accenture.com
8 37258Begin For j in 4403201000 .. 4403202000 Loop If mod (j, 100) = 0 then Dbms_output.put_line (j); End if; End loop; End; what will be the output of this question
TCS,
7 12223Dear 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 12916I have a small PL/SQL Block
assume in this way
begin
select * from emp where empno=100;
exception
when others then
1> how are u debugging in plsql ? 2> how to connect oracle database from unix. is there ne way other than using sqlplus ?
2 8796
Show code of a cursor for loop.
How to run sql statements through the web interface?
what is the functionality of the function htmlentities? : Sql dba
How to fetch alternate records from a table?
What is sqlite used for?
What do you mean by query optimization?
How many types of cursors are available in pl/sql?
What is application trigger?
What do you understand by pl/sql cursors?
What is normalisation and its types?
Which command is used to call a stored procedure?
Write the alter statement to enable all the triggers on the t.students table.
Can you rollback after commit?
Describe sql comments?
what is single byte over head in oracle..?