How to execute a stored procedure?



How to execute a stored procedure?..

Answer / Pramod Kumar Yadav

To execute a stored procedure in Oracle, you can use the `EXECUTE` statement. For example, `BEGIN my_stored_procedure(arguments); END;`.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

what is the difference between truncate and drop statements? : Sql dba

1 Answers  


Hi Everyone, How to get fist and last record from a table in oracle? Thanks in advance

13 Answers   IBM,


how to escape special characters in sql statements? : Sql dba

0 Answers  


Why is a primary key important?

1 Answers  


what is foreign key? : Sql dba

1 Answers  


what is the use of HASH, LIST partitions?

1 Answers   ITC Infotech,


Is primary key a clustered index?

1 Answers  


Is pl sql a scripting language?

1 Answers  


what is oracle database ? : Sql dba

1 Answers  


write a query find which rows of a table is updated on 2 days before?

3 Answers   TCS,


What is the use of primary key?

1 Answers  


What are the set operators in sql?

1 Answers  


Categories