Can you have multiple SPs with the same name on a database?
Answer Posted / suman
Hi ,
As per standard Procedure & Function we cannot create same name of Procedure but if you are using in Package you can have same name with different parameter.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why functions are used in sql?
Can we create table inside stored procedure?
What is the use of double ampersand (&&) in sql queries? Give an example
What does stand for in sql?
What are data types in pl sql?
what are the differences between procedure-oriented languages and object-oriented languages? : Sql dba
What are the types of join and explain each?
How do I start sql from command line?
Does group by remove duplicates?
Is join and inner join the same?
what are the differences between char and varchar? : Sql dba
How to return multiple rows from the stored procedure?
What are the two types of cursors in pl sql?
how would you enter characters as hex numbers? : Sql dba
What are different functions in sql?