Can we call dml statement in function?


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

Post New Answer

More SQL PLSQL Interview Questions

What is the execution plan in sql?

0 Answers  


Is there any restriction on the use of union in embedded sql?

0 Answers  


Why we use triggers in mysql?

0 Answers  


What is the use of a view in sql?

0 Answers  


What are the commands used in sql?

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 restrict in sql?

0 Answers  


What are all the different normalization?

0 Answers  


Which is better stored procedure or query?

0 Answers  


Can you alter start with clause?

1 Answers   TCS,


In testing where do we use sql language and how it helps in testing?

2 Answers  


What are the two parts of design view?

0 Answers  


Categories