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 37487Begin 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 12452Dear 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 13126I 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 8907
What is case function?
What are the dml statements?
Sql technical questions
Is primary key an index?
Could you please provide oca (oracle 10g) dumps for my certification ?
What is substitution variable?
What is acid property in a database?
What is a call statement? Explain with an example.
What are the key differences between SQL and PL SQL?
Why do we use %rowtype & %type in plsql?
What is left inner join in sql?
What are the various levels of constraints?
What are local and global variables and their differences?
What is the use of index in sql?
Why do we use partitions in sql?