Can you have multiple SPs with the same name on a database?

Answers were Sorted based on User's Feedback



Can you have multiple SPs with the same name on a database? ..

Answer / neha sinha

It is not possible to create standalone SP with same name.
But it is possible if we will create multiple SP with same
name and different parameter in a package (overloading).

Is This Answer Correct ?    8 Yes 0 No

Can you have multiple SPs with the same name on a database? ..

Answer / nrapendra

function overloadding is allowed in pl sql .we can creete
multiple sp of same name but paramerter should be different.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

How to move files from one directory to another in pl sql?

0 Answers  


Can we commit inside a trigger?

0 Answers  


What are different types of tables in sql?

0 Answers  


What is data types in sql?

0 Answers  


Difference between SUBSTR and INSTR?

3 Answers  






Can you join a table to itself?

0 Answers  


What are the types of sql commands?

0 Answers  


Can a view be mutating? If yes, then how?

0 Answers  


What is cursor in pl sql?

0 Answers  


what are the differences between get and post methods in form submitting. Give the case where we can use get and we can use post methods? : Sql dba

0 Answers  


How is a process of pl/sql compiled?

0 Answers  


What does (+) mean in sql joins?

0 Answers  


Categories