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 37261Begin 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 12228Dear 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 12919I 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 8800
what is the bond code in materialized view?
what are local and global variables and their differences? : Sql dba
What are the different sql commands?
Explain the advantages and disadvantages of stored procedure?
How to handle bulk data?
what are the limitations of identity column? : Transact sql
What is trigger explain it?
What is difference between inner join and cross join?
Explain the difference between cursor declared in procedures and cursors declared in the package specification?
How to use sql statements in pl/sql?
How can we debug in PL/SQL?
What is user defined functions?
How to run pl sql program in mysql?
What is oracle sql developer?
How do I view a sql trace file?