Can you have multiple SPs with the same name on a database?
Answer Posted / 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 |
Post New Answer View All Answers
How do you delete duplicates in sql query using rowid?
What is the use of index in hive?
What does the hierarchical profiler does?
tell us something about heap tables. : Sql dba
What is the difference between local and global temporary table?
how to get help information from the server? : Sql dba
What is the need of a partition key?
What is the most common sql injection tool?
Explain 3 basic parts of a trigger.
What is the difference between numeric and autonumber?
What program will open a mdb file?
What is over () in sql?
What is sql stand for?
Are ddl triggers fired for ddl statements within a pl/sql code executed using the dbms.sql package?
Why do we use set serveroutput on?