What is pl/sql table? Why it is used?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More SQL PLSQL Interview Questions

Dear 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 Answers   Accenture,


What is the use of index in hive?

0 Answers  


What does the argument [or replace] do?

0 Answers  


What is the difference between truncate and drop statements?

0 Answers  


what is global variable in package

3 Answers   Polaris,






What is trigger in sql? Explain

0 Answers  


How do you update f as m and m as f from the below table testtable?

0 Answers  


How does cross join work?

0 Answers  


Whate is use of MOD function in pl/sql.

3 Answers   Oracle,


Is drop table faster than truncate?

0 Answers  


How will we see framework of a table?

2 Answers   Accenture,


What are different types of sql commands?

0 Answers  


Categories