What is the difference between functions, procedures, and packages in pl/sql?


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

Post New Answer

More SQL PLSQL Interview Questions

What is online transaction processing (oltp)?

0 Answers  


What is primary key and foreign key with example?

0 Answers  


What is pl/sql tables?

7 Answers   TCS,


What is the maximum size of sqlite database?

0 Answers  


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 difference between cluster and non-cluster index?

0 Answers  


what is recursive stored procedure? : Sql dba

0 Answers  


How do I copy a table in sql?

0 Answers  


How to display the contents of a current record fetched in a reference cursor?

2 Answers  


what does myisamchk do? : Sql dba

0 Answers  


Write a query to display the current date in sql?

0 Answers  


What is java sql drivermanager?

0 Answers  


Categories