Can we call procedure in select statement?


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

Post New Answer

More SQL PLSQL Interview Questions

What is the use of <> sql?

0 Answers  


What are stored procedures used for?

0 Answers  


Can We write bulk collect statement in triggers?

1 Answers   Polaris,


What is sql*plus?

0 Answers  


What is inner join in sql?

0 Answers  






What is sql indexing?

0 Answers  


How do you rank data in sql?

0 Answers  


define data blocks ? : Sql dba

0 Answers  


Is drop table faster than truncate?

0 Answers  


types of exceptions and what is meant by pragma autonomous_transaction ?what is the use.

4 Answers   3i Infotech,


Practice 1: Changes to data will only be allowed on tables during normal office hours of 8.45 in the morning until 5.30 in the afternoon, MONDAY through FRIDAY. A. Create a procedure called SECURE_DML that prevents the DML statement from executing outside of normal office hours, returning the message: “you may only make changes during normal office hours” b. Create a statement trigger on the PRODUCT table which calls the above procedure. c. Test it by inserting a new record in the PRODUCT table.

1 Answers   Tech Mahindra,


What is a stored procedure in sql with example?

0 Answers  


Categories